Shades of Conifer #ACD860
Tints of Conifer #ACD860
RGB
CMYK
RGB Variations
Color information
#ACD860 (or 0xACD860) is known color: Conifer. HEX triplet: AC, D8 and 60. RGB value is (172,216,96). Sum of RGB (Red+Green+Blue) = 172+216+96=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD860 is #53279F. Grayscale: #BDBDBD. Windows color (decimal): -5449632 or 6346924. OLE color: 6346924.
HSL color Cylindrical-coordinate representation of color #ACD860: hue angle of 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 #ACD860 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 96 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.15 |
| HSL | 82º | 0.61% | 0.61% | - |
| HSV(B) | 82º | 0.56% | 0.85% | - |
| XYZ | 43.68 | 58.73 | 20.1 | - |
| YUV | 189.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 96 | 0.20 | 0 | 0.56 | 0.15 | 82 | 0.61 | 0.61 |
| Hex | AC | D8 | 60 | 14 | 0 | 38 | F | 52 | 3D | 3D |
| Octal | 254 | 330 | 140 | 24 | 0 | 70 | 17 | 122 | 75 | 75 |
| Binary | 10101100 | 11011000 | 1100000 | 10100 | 0 | 111000 | 1111 | 1010010 | 111101 | 111101 |
Color Harmonies of #ACD860
Complementary color
Monochromatic Colors of #ACD860
Black with #ACD860
Text Example
Text Example
White with #ACD860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD860; }
p { color: rgb(172,216,96); }
H1.HeaderClassName
{
color: #ACD860;
}
.AnyTagClassName
{
color: #ACD860;
}
</style>
background-color css
<style>
a { background-color: #ACD860; }
a { background-color: rgb(172,216,96); }
div.DivClassName
{
background-color: #ACD860;
}
.BgClassName
{
background-color: #ACD860;
}
</style>
border-color css
<style>
span { border-color: #ACD860; }
span { border-color: rgb(172,216,96); }
td.TdClassName
{
border-color: #ACD860;
}
.TagClassName
{
border-color: #ACD860;
}
</style>