Color spaces of #aac600
RGB | 170 | 198 | 0 |
---|---|---|---|
HSL | 0.19 | 1.00 | 0.39 |
HSV | 68° | 100° | 78° |
CMYK | 0.14 | 0.00 | 1.00 0.22 |
XYZ | 36.7716 | 48.9342 | 7.5072 |
Yxy | 48.9342 | 0.3945 | 0.5250 |
Hunter Lab | 69.9530 | -28.5871 | 42.6042 |
CIE-Lab | 75.4104 | -29.6804 | 75.5936 |
#aac600 color RGB value is (170,198,0).
#aac600 hex color red value is 170, green value is 198 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #aac600 hue: 0.19 , saturation: 1.00 and the lightness value of aac600 is 0.39.
The process color (four color CMYK) of #aac600 color hex is 0.14, 0.00, 1.00, 0.22. Web safe color of #aac600 is #99cc00. Color #aac600 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11000110 | 00000000 |
Octal | 252 | 306 | 0 |
Decimal | 170 | 198 | 0 |
Hex | AA | C6 | 0 |
Shades of #aac600
Tints of #aac600
RGB Percentages of Color #aac600
CMYK Percentages of Color #aac600
Complementary Color
#aac600 | #1c00c6 |
#aac600 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac600 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac600 Color CSS Codes
.mybgcolor {background-color:#aac600; } .myforecolor {color:#aac600; } .mybordercolor {border:3px solid #aac600; }
#aac600 Text Font Color
<p style="color:#aac600">Text here</p>
This sample text font color is #aac600
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.
#aac600 Background Color
<div style="background-color:#aac600">
Div content here</div>
This div background color is #aac600
#aac600 Border Color
<div style="border:3px solid #aac600">
Div here</div>
This div border color is #aac600
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,198,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac600; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac600; -webkit-box-shadow: 1px 1px 3px 2px #aac600; box-shadow: 1px 1px 3px 2px #aac600; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,198,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aac600">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac600; -webkit-box-shadow: 1px 1px 3px 2px #aac600; box-shadow: 1px 1px 3px 2px #aac600;">
Div content here</div>
This div box has shadow with color #aac600
Comments
No comments written yet.
Please login to write comment.