Color spaces of #acc049
RGB | 172 | 192 | 73 |
---|---|---|---|
HSL | 0.19 | 0.49 | 0.52 |
HSV | 70° | 62° | 75° |
CMYK | 0.10 | 0.00 | 0.62 0.25 |
XYZ | 37.0655 | 46.9510 | 13.4122 |
Yxy | 46.9510 | 0.3804 | 0.4819 |
Hunter Lab | 68.5208 | -23.3540 | 36.3592 |
CIE-Lab | 74.1584 | -23.3160 | 55.9333 |
#acc049 color RGB value is (172,192,73).
#acc049 hex color red value is 172, green value is 192 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #acc049 hue: 0.19 , saturation: 0.49 and the lightness value of acc049 is 0.52.
The process color (four color CMYK) of #acc049 color hex is 0.10, 0.00, 0.62, 0.25. Web safe color of #acc049 is #99cc33. Color #acc049 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11000000 | 01001001 |
Octal | 254 | 300 | 111 |
Decimal | 172 | 192 | 73 |
Hex | AC | C0 | 49 |
Shades of #acc049
Tints of #acc049
RGB Percentages of Color #acc049
CMYK Percentages of Color #acc049
Complementary Color
#acc049 | #5d49c0 |
#acc049 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acc049 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acc049 Color CSS Codes
.mybgcolor {background-color:#acc049; } .myforecolor {color:#acc049; } .mybordercolor {border:3px solid #acc049; }
#acc049 Text Font Color
<p style="color:#acc049">Text here</p>
This sample text font color is #acc049
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.
#acc049 Background Color
<div style="background-color:#acc049">
Div content here</div>
This div background color is #acc049
#acc049 Border Color
<div style="border:3px solid #acc049">
Div here</div>
This div border color is #acc049
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,192,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acc049; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acc049; -webkit-box-shadow: 1px 1px 3px 2px #acc049; box-shadow: 1px 1px 3px 2px #acc049; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,192,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acc049">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acc049; -webkit-box-shadow: 1px 1px 3px 2px #acc049; box-shadow: 1px 1px 3px 2px #acc049;">
Div content here</div>
This div box has shadow with color #acc049
Comments
No comments written yet.
Please login to write comment.