Shades of Conifer #ACD96C
Tints of Conifer #ACD96C
RGB
CMYK
RGB Variations
Color information
#ACD96C (or 0xACD96C) is known color: Conifer. HEX triplet: AC, D9 and 6C. RGB value is (172,217,108). Sum of RGB (Red+Green+Blue) = 172+217+108=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD96C is #532693. Grayscale: #BFBFBF. Windows color (decimal): -5449364 or 7133612. OLE color: 7133612.
HSL color Cylindrical-coordinate representation of color #ACD96C: hue angle of 84.77º degrees, saturation: 0.59, 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 #ACD96C is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 108 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.15 |
| HSL | 84.77º | 0.59% | 0.64% | - |
| HSV(B) | 84.77º | 0.5% | 0.85% | - |
| XYZ | 44.53 | 59.48 | 23.32 | - |
| YUV | 191.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 108 | 0.21 | 0 | 0.50 | 0.15 | 84.77 | 0.59 | 0.64 |
| Hex | AC | D9 | 6C | 15 | 0 | 32 | F | 55 | 3B | 40 |
| Octal | 254 | 331 | 154 | 25 | 0 | 62 | 17 | 125 | 73 | 100 |
| Binary | 10101100 | 11011001 | 1101100 | 10101 | 0 | 110010 | 1111 | 1010101 | 111011 | 1000000 |
Color Harmonies of #ACD96C
Complementary color
Monochromatic Colors of #ACD96C
Black with #ACD96C
Text Example
Text Example
White with #ACD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD96C; }
p { color: rgb(172,217,108); }
H1.HeaderClassName
{
color: #ACD96C;
}
.AnyTagClassName
{
color: #ACD96C;
}
</style>
background-color css
<style>
a { background-color: #ACD96C; }
a { background-color: rgb(172,217,108); }
div.DivClassName
{
background-color: #ACD96C;
}
.BgClassName
{
background-color: #ACD96C;
}
</style>
border-color css
<style>
span { border-color: #ACD96C; }
span { border-color: rgb(172,217,108); }
td.TdClassName
{
border-color: #ACD96C;
}
.TagClassName
{
border-color: #ACD96C;
}
</style>