Shades of Conifer #ACD966
Tints of Conifer #ACD966
RGB
CMYK
RGB Variations
Color information
#ACD966 (or 0xACD966) is known color: Conifer. HEX triplet: AC, D9 and 66. RGB value is (172,217,102). Sum of RGB (Red+Green+Blue) = 172+217+102=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD966 is #532699. Grayscale: #BEBEBE. Windows color (decimal): -5449370 or 6740396. OLE color: 6740396.
HSL color Cylindrical-coordinate representation of color #ACD966: hue angle of 83.48º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACD966 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 102 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.15 |
| HSL | 83.48º | 0.6% | 0.63% | - |
| HSV(B) | 83.48º | 0.53% | 0.85% | - |
| XYZ | 44.22 | 59.36 | 21.7 | - |
| YUV | 190.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 102 | 0.21 | 0 | 0.53 | 0.15 | 83.48 | 0.6 | 0.63 |
| Hex | AC | D9 | 66 | 15 | 0 | 35 | F | 53 | 3C | 3F |
| Octal | 254 | 331 | 146 | 25 | 0 | 65 | 17 | 123 | 74 | 77 |
| Binary | 10101100 | 11011001 | 1100110 | 10101 | 0 | 110101 | 1111 | 1010011 | 111100 | 111111 |
Color Harmonies of #ACD966
Complementary color
Monochromatic Colors of #ACD966
Black with #ACD966
Text Example
Text Example
White with #ACD966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD966; }
p { color: rgb(172,217,102); }
H1.HeaderClassName
{
color: #ACD966;
}
.AnyTagClassName
{
color: #ACD966;
}
</style>
background-color css
<style>
a { background-color: #ACD966; }
a { background-color: rgb(172,217,102); }
div.DivClassName
{
background-color: #ACD966;
}
.BgClassName
{
background-color: #ACD966;
}
</style>
border-color css
<style>
span { border-color: #ACD966; }
span { border-color: rgb(172,217,102); }
td.TdClassName
{
border-color: #ACD966;
}
.TagClassName
{
border-color: #ACD966;
}
</style>