Color spaces of #acd42f
RGB | 172 | 212 | 47 |
---|---|---|---|
HSL | 0.21 | 0.66 | 0.51 |
HSV | 75° | 78° | 83° |
CMYK | 0.19 | 0.00 | 0.78 0.17 |
XYZ | 41.0698 | 56.0629 | 11.3459 |
Yxy | 56.0629 | 0.3786 | 0.5168 |
Hunter Lab | 74.8752 | -33.1224 | 43.4283 |
CIE-Lab | 79.6496 | -34.2773 | 70.7987 |
#acd42f color RGB value is (172,212,47).
#acd42f hex color red value is 172, green value is 212 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #acd42f hue: 0.21 , saturation: 0.66 and the lightness value of acd42f is 0.51.
The process color (four color CMYK) of #acd42f color hex is 0.19, 0.00, 0.78, 0.17. Web safe color of #acd42f is #99cc33. Color #acd42f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11010100 | 00101111 |
Octal | 254 | 324 | 57 |
Decimal | 172 | 212 | 47 |
Hex | AC | D4 | 2F |
Shades of #acd42f
Tints of #acd42f
RGB Percentages of Color #acd42f
CMYK Percentages of Color #acd42f
Complementary Color
#acd42f | #572fd4 |
#acd42f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acd42f Color Preview on White Background
Lorem ipsum dolor sit amet.
#acd42f Color CSS Codes
.mybgcolor {background-color:#acd42f; } .myforecolor {color:#acd42f; } .mybordercolor {border:3px solid #acd42f; }
#acd42f Text Font Color
<p style="color:#acd42f">Text here</p>
This sample text font color is #acd42f
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.
#acd42f Background Color
<div style="background-color:#acd42f">
Div content here</div>
This div background color is #acd42f
#acd42f Border Color
<div style="border:3px solid #acd42f">
Div here</div>
This div border color is #acd42f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,212,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acd42f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acd42f; -webkit-box-shadow: 1px 1px 3px 2px #acd42f; box-shadow: 1px 1px 3px 2px #acd42f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,212,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acd42f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acd42f; -webkit-box-shadow: 1px 1px 3px 2px #acd42f; box-shadow: 1px 1px 3px 2px #acd42f;">
Div content here</div>
This div box has shadow with color #acd42f
Comments
No comments written yet.
Please login to write comment.