Shades of Conifer #ACD86C
Tints of Conifer #ACD86C
RGB
CMYK
RGB Variations
Color information
#ACD86C (or 0xACD86C) is known color: Conifer. HEX triplet: AC, D8 and 6C. RGB value is (172,216,108). Sum of RGB (Red+Green+Blue) = 172+216+108=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD86C is #532793. Grayscale: #BEBEBE. Windows color (decimal): -5449620 or 7133356. OLE color: 7133356.
HSL color Cylindrical-coordinate representation of color #ACD86C: hue angle of 84.44º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACD86C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 108 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.15 |
| HSL | 84.44º | 0.58% | 0.64% | - |
| HSV(B) | 84.44º | 0.5% | 0.85% | - |
| XYZ | 44.28 | 58.97 | 23.24 | - |
| YUV | 190.53 | 81.42 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 108 | 0.20 | 0 | 0.50 | 0.15 | 84.44 | 0.58 | 0.64 |
| Hex | AC | D8 | 6C | 14 | 0 | 32 | F | 54 | 3A | 40 |
| Octal | 254 | 330 | 154 | 24 | 0 | 62 | 17 | 124 | 72 | 100 |
| Binary | 10101100 | 11011000 | 1101100 | 10100 | 0 | 110010 | 1111 | 1010100 | 111010 | 1000000 |
Color Harmonies of #ACD86C
Complementary color
Monochromatic Colors of #ACD86C
Black with #ACD86C
Text Example
Text Example
White with #ACD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD86C; }
p { color: rgb(172,216,108); }
H1.HeaderClassName
{
color: #ACD86C;
}
.AnyTagClassName
{
color: #ACD86C;
}
</style>
background-color css
<style>
a { background-color: #ACD86C; }
a { background-color: rgb(172,216,108); }
div.DivClassName
{
background-color: #ACD86C;
}
.BgClassName
{
background-color: #ACD86C;
}
</style>
border-color css
<style>
span { border-color: #ACD86C; }
span { border-color: rgb(172,216,108); }
td.TdClassName
{
border-color: #ACD86C;
}
.TagClassName
{
border-color: #ACD86C;
}
</style>