Color spaces of #acc41e
RGB | 172 | 196 | 30 |
---|---|---|---|
HSL | 0.19 | 0.73 | 0.44 |
HSV | 69° | 85° | 77° |
CMYK | 0.12 | 0.00 | 0.85 0.23 |
XYZ | 36.9875 | 48.3442 | 8.6102 |
Yxy | 48.3442 | 0.3937 | 0.5146 |
Hunter Lab | 69.5300 | -26.7218 | 41.3289 |
CIE-Lab | 75.0415 | -27.3788 | 71.1232 |
#acc41e color RGB value is (172,196,30).
#acc41e hex color red value is 172, green value is 196 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #acc41e hue: 0.19 , saturation: 0.73 and the lightness value of acc41e is 0.44.
The process color (four color CMYK) of #acc41e color hex is 0.12, 0.00, 0.85, 0.23. Web safe color of #acc41e is #99cc33. Color #acc41e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11000100 | 00011110 |
Octal | 254 | 304 | 36 |
Decimal | 172 | 196 | 30 |
Hex | AC | C4 | 1E |
Shades of #acc41e
Tints of #acc41e
RGB Percentages of Color #acc41e
CMYK Percentages of Color #acc41e
Complementary Color
#acc41e | #361ec4 |
#acc41e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acc41e Color Preview on White Background
Lorem ipsum dolor sit amet.
#acc41e Color CSS Codes
.mybgcolor {background-color:#acc41e; } .myforecolor {color:#acc41e; } .mybordercolor {border:3px solid #acc41e; }
#acc41e Text Font Color
<p style="color:#acc41e">Text here</p>
This sample text font color is #acc41e
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.
#acc41e Background Color
<div style="background-color:#acc41e">
Div content here</div>
This div background color is #acc41e
#acc41e Border Color
<div style="border:3px solid #acc41e">
Div here</div>
This div border color is #acc41e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,196,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acc41e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acc41e; -webkit-box-shadow: 1px 1px 3px 2px #acc41e; box-shadow: 1px 1px 3px 2px #acc41e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,196,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acc41e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acc41e; -webkit-box-shadow: 1px 1px 3px 2px #acc41e; box-shadow: 1px 1px 3px 2px #acc41e;">
Div content here</div>
This div box has shadow with color #acc41e
Comments
No comments written yet.
Please login to write comment.