Shades of Conifer #ACD54F
Tints of Conifer #ACD54F
RGB
CMYK
RGB Variations
Color information
#ACD54F (or 0xACD54F) is known color: Conifer. HEX triplet: AC, D5 and 4F. RGB value is (172,213,79). Sum of RGB (Red+Green+Blue) = 172+213+79=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD54F is #532AB0. Grayscale: #B9B9B9. Windows color (decimal): -5450417 or 5232044. OLE color: 5232044.
HSL color Cylindrical-coordinate representation of color #ACD54F: hue angle of 78.36º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACD54F is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 79 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.16 |
| HSL | 78.36º | 0.61% | 0.57% | - |
| HSV(B) | 78.36º | 0.63% | 0.84% | - |
| XYZ | 42.22 | 56.92 | 16.16 | - |
| YUV | 185.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 79 | 0.19 | 0 | 0.63 | 0.16 | 78.36 | 0.61 | 0.57 |
| Hex | AC | D5 | 4F | 13 | 0 | 3F | 10 | 4E | 3D | 39 |
| Octal | 254 | 325 | 117 | 23 | 0 | 77 | 20 | 116 | 75 | 71 |
| Binary | 10101100 | 11010101 | 1001111 | 10011 | 0 | 111111 | 10000 | 1001110 | 111101 | 111001 |
Color Harmonies of #ACD54F
Complementary color
Monochromatic Colors of #ACD54F
Black with #ACD54F
Text Example
Text Example
White with #ACD54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD54F; }
p { color: rgb(172,213,79); }
H1.HeaderClassName
{
color: #ACD54F;
}
.AnyTagClassName
{
color: #ACD54F;
}
</style>
background-color css
<style>
a { background-color: #ACD54F; }
a { background-color: rgb(172,213,79); }
div.DivClassName
{
background-color: #ACD54F;
}
.BgClassName
{
background-color: #ACD54F;
}
</style>
border-color css
<style>
span { border-color: #ACD54F; }
span { border-color: rgb(172,213,79); }
td.TdClassName
{
border-color: #ACD54F;
}
.TagClassName
{
border-color: #ACD54F;
}
</style>