Color spaces of #aac30d
RGB | 170 | 195 | 13 |
---|---|---|---|
HSL | 0.19 | 0.88 | 0.41 |
HSV | 68° | 93° | 76° |
CMYK | 0.13 | 0.00 | 0.93 0.24 |
XYZ | 36.1653 | 47.6053 | 7.6634 |
Yxy | 47.6053 | 0.3955 | 0.5207 |
Hunter Lab | 68.9966 | -27.1814 | 41.7123 |
CIE-Lab | 74.5753 | -28.0944 | 73.5889 |
#aac30d color RGB value is (170,195,13).
#aac30d hex color red value is 170, green value is 195 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aac30d hue: 0.19 , saturation: 0.88 and the lightness value of aac30d is 0.41.
The process color (four color CMYK) of #aac30d color hex is 0.13, 0.00, 0.93, 0.24. Web safe color of #aac30d is #99cc00. Color #aac30d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11000011 | 00001101 |
Octal | 252 | 303 | 15 |
Decimal | 170 | 195 | 13 |
Hex | AA | C3 | D |
Shades of #aac30d
Tints of #aac30d
RGB Percentages of Color #aac30d
CMYK Percentages of Color #aac30d
Complementary Color
#aac30d | #260dc3 |
#aac30d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac30d Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac30d Color CSS Codes
.mybgcolor {background-color:#aac30d; } .myforecolor {color:#aac30d; } .mybordercolor {border:3px solid #aac30d; }
#aac30d Text Font Color
<p style="color:#aac30d">Text here</p>
This sample text font color is #aac30d
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.
#aac30d Background Color
<div style="background-color:#aac30d">
Div content here</div>
This div background color is #aac30d
#aac30d Border Color
<div style="border:3px solid #aac30d">
Div here</div>
This div border color is #aac30d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,195,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac30d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac30d; -webkit-box-shadow: 1px 1px 3px 2px #aac30d; box-shadow: 1px 1px 3px 2px #aac30d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,195,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aac30d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac30d; -webkit-box-shadow: 1px 1px 3px 2px #aac30d; box-shadow: 1px 1px 3px 2px #aac30d;">
Div content here</div>
This div box has shadow with color #aac30d
Comments
No comments written yet.
Please login to write comment.