Shades of Conifer #ACD84F
Tints of Conifer #ACD84F
RGB
CMYK
RGB Variations
Color information
#ACD84F (or 0xACD84F) is known color: Conifer. HEX triplet: AC, D8 and 4F. RGB value is (172,216,79). Sum of RGB (Red+Green+Blue) = 172+216+79=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD84F is #5327B0. Grayscale: #BBBBBB. Windows color (decimal): -5449649 or 5232812. OLE color: 5232812.
HSL color Cylindrical-coordinate representation of color #ACD84F: hue angle of 79.27º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACD84F is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 79 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.15 |
| HSL | 79.27º | 0.64% | 0.58% | - |
| HSV(B) | 79.27º | 0.63% | 0.85% | - |
| XYZ | 42.98 | 58.45 | 16.41 | - |
| YUV | 187.23 | 66.92 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 79 | 0.20 | 0 | 0.63 | 0.15 | 79.27 | 0.64 | 0.58 |
| Hex | AC | D8 | 4F | 14 | 0 | 3F | F | 4F | 40 | 3A |
| Octal | 254 | 330 | 117 | 24 | 0 | 77 | 17 | 117 | 100 | 72 |
| Binary | 10101100 | 11011000 | 1001111 | 10100 | 0 | 111111 | 1111 | 1001111 | 1000000 | 111010 |
Color Harmonies of #ACD84F
Complementary color
Monochromatic Colors of #ACD84F
Black with #ACD84F
Text Example
Text Example
White with #ACD84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD84F; }
p { color: rgb(172,216,79); }
H1.HeaderClassName
{
color: #ACD84F;
}
.AnyTagClassName
{
color: #ACD84F;
}
</style>
background-color css
<style>
a { background-color: #ACD84F; }
a { background-color: rgb(172,216,79); }
div.DivClassName
{
background-color: #ACD84F;
}
.BgClassName
{
background-color: #ACD84F;
}
</style>
border-color css
<style>
span { border-color: #ACD84F; }
span { border-color: rgb(172,216,79); }
td.TdClassName
{
border-color: #ACD84F;
}
.TagClassName
{
border-color: #ACD84F;
}
</style>