Shades of Conifer #ACD166
Tints of Conifer #ACD166
RGB
CMYK
RGB Variations
Color information
#ACD166 (or 0xACD166) is known color: Conifer. HEX triplet: AC, D1 and 66. RGB value is (172,209,102). Sum of RGB (Red+Green+Blue) = 172+209+102=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD166 is #532E99. Grayscale: #BABABA. Windows color (decimal): -5451418 or 6738348. OLE color: 6738348.
HSL color Cylindrical-coordinate representation of color #ACD166: hue angle of 80.75º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACD166 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 102 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.18 |
| HSL | 80.75º | 0.54% | 0.61% | - |
| HSV(B) | 80.75º | 0.51% | 0.82% | - |
| XYZ | 42.21 | 55.33 | 21.03 | - |
| YUV | 185.74 | 80.74 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 102 | 0.18 | 0 | 0.51 | 0.18 | 80.75 | 0.54 | 0.61 |
| Hex | AC | D1 | 66 | 12 | 0 | 33 | 12 | 51 | 36 | 3D |
| Octal | 254 | 321 | 146 | 22 | 0 | 63 | 22 | 121 | 66 | 75 |
| Binary | 10101100 | 11010001 | 1100110 | 10010 | 0 | 110011 | 10010 | 1010001 | 110110 | 111101 |
Color Harmonies of #ACD166
Complementary color
Monochromatic Colors of #ACD166
Black with #ACD166
Text Example
Text Example
White with #ACD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD166; }
p { color: rgb(172,209,102); }
H1.HeaderClassName
{
color: #ACD166;
}
.AnyTagClassName
{
color: #ACD166;
}
</style>
background-color css
<style>
a { background-color: #ACD166; }
a { background-color: rgb(172,209,102); }
div.DivClassName
{
background-color: #ACD166;
}
.BgClassName
{
background-color: #ACD166;
}
</style>
border-color css
<style>
span { border-color: #ACD166; }
span { border-color: rgb(172,209,102); }
td.TdClassName
{
border-color: #ACD166;
}
.TagClassName
{
border-color: #ACD166;
}
</style>