Color spaces of #acf45f
RGB | 172 | 244 | 95 |
---|---|---|---|
HSL | 0.25 | 0.87 | 0.66 |
HSV | 89° | 61° | 96° |
CMYK | 0.30 | 0.00 | 0.61 0.04 |
XYZ | 51.4295 | 74.2982 | 22.4569 |
Yxy | 74.2982 | 0.3471 | 0.5014 |
Hunter Lab | 86.1964 | -44.3408 | 44.8906 |
CIE-Lab | 89.0632 | -45.4210 | 62.9773 |
#acf45f color RGB value is (172,244,95).
#acf45f hex color red value is 172, green value is 244 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #acf45f hue: 0.25 , saturation: 0.87 and the lightness value of acf45f is 0.66.
The process color (four color CMYK) of #acf45f color hex is 0.30, 0.00, 0.61, 0.04. Web safe color of #acf45f is #99ff66. Color #acf45f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11110100 | 01011111 |
Octal | 254 | 364 | 137 |
Decimal | 172 | 244 | 95 |
Hex | AC | F4 | 5F |
Shades of #acf45f
Tints of #acf45f
RGB Percentages of Color #acf45f
CMYK Percentages of Color #acf45f
Complementary Color
#acf45f | #a75ff4 |
#acf45f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acf45f Color Preview on White Background
Lorem ipsum dolor sit amet.
#acf45f Color CSS Codes
.mybgcolor {background-color:#acf45f; } .myforecolor {color:#acf45f; } .mybordercolor {border:3px solid #acf45f; }
#acf45f Text Font Color
<p style="color:#acf45f">Text here</p>
This sample text font color is #acf45f
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.
#acf45f Background Color
<div style="background-color:#acf45f">
Div content here</div>
This div background color is #acf45f
#acf45f Border Color
<div style="border:3px solid #acf45f">
Div here</div>
This div border color is #acf45f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,244,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acf45f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acf45f; -webkit-box-shadow: 1px 1px 3px 2px #acf45f; box-shadow: 1px 1px 3px 2px #acf45f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,244,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acf45f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acf45f; -webkit-box-shadow: 1px 1px 3px 2px #acf45f; box-shadow: 1px 1px 3px 2px #acf45f;">
Div content here</div>
This div box has shadow with color #acf45f
Comments
No comments written yet.
Please login to write comment.