Color spaces of #aac90c
RGB | 170 | 201 | 12 |
---|---|---|---|
HSL | 0.19 | 0.89 | 0.42 |
HSV | 70° | 94° | 79° |
CMYK | 0.15 | 0.00 | 0.94 0.21 |
XYZ | 37.5306 | 50.3459 | 8.0875 |
Yxy | 50.3459 | 0.3911 | 0.5246 |
Hunter Lab | 70.9548 | -29.7558 | 42.9105 |
CIE-Lab | 76.2811 | -30.9438 | 75.0340 |
#aac90c color RGB value is (170,201,12).
#aac90c hex color red value is 170, green value is 201 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #aac90c hue: 0.19 , saturation: 0.89 and the lightness value of aac90c is 0.42.
The process color (four color CMYK) of #aac90c color hex is 0.15, 0.00, 0.94, 0.21. Web safe color of #aac90c is #99cc00. Color #aac90c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11001001 | 00001100 |
Octal | 252 | 311 | 14 |
Decimal | 170 | 201 | 12 |
Hex | AA | C9 | C |
Shades of #aac90c
Tints of #aac90c
RGB Percentages of Color #aac90c
CMYK Percentages of Color #aac90c
Complementary Color
#aac90c | #2b0cc9 |
#aac90c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac90c Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac90c Color CSS Codes
.mybgcolor {background-color:#aac90c; } .myforecolor {color:#aac90c; } .mybordercolor {border:3px solid #aac90c; }
#aac90c Text Font Color
<p style="color:#aac90c">Text here</p>
This sample text font color is #aac90c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#aac90c Background Color
<div style="background-color:#aac90c">
Div content here</div>
This div background color is #aac90c
#aac90c Border Color
<div style="border:3px solid #aac90c">
Div here</div>
This div border color is #aac90c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,201,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac90c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac90c; -webkit-box-shadow: 1px 1px 3px 2px #aac90c; box-shadow: 1px 1px 3px 2px #aac90c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,201,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aac90c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac90c; -webkit-box-shadow: 1px 1px 3px 2px #aac90c; box-shadow: 1px 1px 3px 2px #aac90c;">
Div content here</div>
This div box has shadow with color #aac90c
Comments
No comments written yet.
Please login to write comment.