Shades of Conifer #ACD666
Tints of Conifer #ACD666
RGB
CMYK
RGB Variations
Color information
#ACD666 (or 0xACD666) is known color: Conifer. HEX triplet: AC, D6 and 66. RGB value is (172,214,102). Sum of RGB (Red+Green+Blue) = 172+214+102=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD666 is #532999. Grayscale: #BDBDBD. Windows color (decimal): -5450138 or 6739628. OLE color: 6739628.
HSL color Cylindrical-coordinate representation of color #ACD666: hue angle of 82.5º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACD666 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 102 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.16 |
| HSL | 82.5º | 0.58% | 0.62% | - |
| HSV(B) | 82.5º | 0.52% | 0.84% | - |
| XYZ | 43.46 | 57.82 | 21.44 | - |
| YUV | 188.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 102 | 0.20 | 0 | 0.52 | 0.16 | 82.5 | 0.58 | 0.62 |
| Hex | AC | D6 | 66 | 14 | 0 | 34 | 10 | 52 | 3A | 3E |
| Octal | 254 | 326 | 146 | 24 | 0 | 64 | 20 | 122 | 72 | 76 |
| Binary | 10101100 | 11010110 | 1100110 | 10100 | 0 | 110100 | 10000 | 1010010 | 111010 | 111110 |
Color Harmonies of #ACD666
Complementary color
Monochromatic Colors of #ACD666
Black with #ACD666
Text Example
Text Example
White with #ACD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD666; }
p { color: rgb(172,214,102); }
H1.HeaderClassName
{
color: #ACD666;
}
.AnyTagClassName
{
color: #ACD666;
}
</style>
background-color css
<style>
a { background-color: #ACD666; }
a { background-color: rgb(172,214,102); }
div.DivClassName
{
background-color: #ACD666;
}
.BgClassName
{
background-color: #ACD666;
}
</style>
border-color css
<style>
span { border-color: #ACD666; }
span { border-color: rgb(172,214,102); }
td.TdClassName
{
border-color: #ACD666;
}
.TagClassName
{
border-color: #ACD666;
}
</style>