Shades of Conifer #ACD85F
Tints of Conifer #ACD85F
RGB
CMYK
RGB Variations
Color information
#ACD85F (or 0xACD85F) is known color: Conifer. HEX triplet: AC, D8 and 5F. RGB value is (172,216,95). Sum of RGB (Red+Green+Blue) = 172+216+95=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD85F is #5327A0. Grayscale: #BDBDBD. Windows color (decimal): -5449633 or 6281388. OLE color: 6281388.
HSL color Cylindrical-coordinate representation of color #ACD85F: hue angle of 81.82º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACD85F is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 95 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.15 |
| HSL | 81.82º | 0.61% | 0.61% | - |
| HSV(B) | 81.82º | 0.56% | 0.85% | - |
| XYZ | 43.63 | 58.71 | 19.86 | - |
| YUV | 189.05 | 74.92 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 95 | 0.20 | 0 | 0.56 | 0.15 | 81.82 | 0.61 | 0.61 |
| Hex | AC | D8 | 5F | 14 | 0 | 38 | F | 52 | 3D | 3D |
| Octal | 254 | 330 | 137 | 24 | 0 | 70 | 17 | 122 | 75 | 75 |
| Binary | 10101100 | 11011000 | 1011111 | 10100 | 0 | 111000 | 1111 | 1010010 | 111101 | 111101 |
Color Harmonies of #ACD85F
Complementary color
Monochromatic Colors of #ACD85F
Black with #ACD85F
Text Example
Text Example
White with #ACD85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD85F; }
p { color: rgb(172,216,95); }
H1.HeaderClassName
{
color: #ACD85F;
}
.AnyTagClassName
{
color: #ACD85F;
}
</style>
background-color css
<style>
a { background-color: #ACD85F; }
a { background-color: rgb(172,216,95); }
div.DivClassName
{
background-color: #ACD85F;
}
.BgClassName
{
background-color: #ACD85F;
}
</style>
border-color css
<style>
span { border-color: #ACD85F; }
span { border-color: rgb(172,216,95); }
td.TdClassName
{
border-color: #ACD85F;
}
.TagClassName
{
border-color: #ACD85F;
}
</style>