Shades of Conifer #ACD566
Tints of Conifer #ACD566
RGB
CMYK
RGB Variations
Color information
#ACD566 (or 0xACD566) is known color: Conifer. HEX triplet: AC, D5 and 66. RGB value is (172,213,102). Sum of RGB (Red+Green+Blue) = 172+213+102=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD566 is #532A99. Grayscale: #BCBCBC. Windows color (decimal): -5450394 or 6739372. OLE color: 6739372.
HSL color Cylindrical-coordinate representation of color #ACD566: hue angle of 82.16º degrees, saturation: 0.57, 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 #ACD566 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 102 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.16 |
| HSL | 82.16º | 0.57% | 0.62% | - |
| HSV(B) | 82.16º | 0.52% | 0.84% | - |
| XYZ | 43.21 | 57.32 | 21.36 | - |
| YUV | 188.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 102 | 0.19 | 0 | 0.52 | 0.16 | 82.16 | 0.57 | 0.62 |
| Hex | AC | D5 | 66 | 13 | 0 | 34 | 10 | 52 | 39 | 3E |
| Octal | 254 | 325 | 146 | 23 | 0 | 64 | 20 | 122 | 71 | 76 |
| Binary | 10101100 | 11010101 | 1100110 | 10011 | 0 | 110100 | 10000 | 1010010 | 111001 | 111110 |
Color Harmonies of #ACD566
Complementary color
Monochromatic Colors of #ACD566
Black with #ACD566
Text Example
Text Example
White with #ACD566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD566; }
p { color: rgb(172,213,102); }
H1.HeaderClassName
{
color: #ACD566;
}
.AnyTagClassName
{
color: #ACD566;
}
</style>
background-color css
<style>
a { background-color: #ACD566; }
a { background-color: rgb(172,213,102); }
div.DivClassName
{
background-color: #ACD566;
}
.BgClassName
{
background-color: #ACD566;
}
</style>
border-color css
<style>
span { border-color: #ACD566; }
span { border-color: rgb(172,213,102); }
td.TdClassName
{
border-color: #ACD566;
}
.TagClassName
{
border-color: #ACD566;
}
</style>