Shades of Conifer #ACD960
Tints of Conifer #ACD960
RGB
CMYK
RGB Variations
Color information
#ACD960 (or 0xACD960) is known color: Conifer. HEX triplet: AC, D9 and 60. RGB value is (172,217,96). Sum of RGB (Red+Green+Blue) = 172+217+96=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD960 is #53269F. Grayscale: #BEBEBE. Windows color (decimal): -5449376 or 6347180. OLE color: 6347180.
HSL color Cylindrical-coordinate representation of color #ACD960: hue angle of 82.31º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACD960 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 96 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.15 |
| HSL | 82.31º | 0.61% | 0.61% | - |
| HSV(B) | 82.31º | 0.56% | 0.85% | - |
| XYZ | 43.94 | 59.24 | 20.19 | - |
| YUV | 189.75 | 75.09 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 96 | 0.21 | 0 | 0.56 | 0.15 | 82.31 | 0.61 | 0.61 |
| Hex | AC | D9 | 60 | 15 | 0 | 38 | F | 52 | 3D | 3D |
| Octal | 254 | 331 | 140 | 25 | 0 | 70 | 17 | 122 | 75 | 75 |
| Binary | 10101100 | 11011001 | 1100000 | 10101 | 0 | 111000 | 1111 | 1010010 | 111101 | 111101 |
Color Harmonies of #ACD960
Complementary color
Monochromatic Colors of #ACD960
Black with #ACD960
Text Example
Text Example
White with #ACD960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD960; }
p { color: rgb(172,217,96); }
H1.HeaderClassName
{
color: #ACD960;
}
.AnyTagClassName
{
color: #ACD960;
}
</style>
background-color css
<style>
a { background-color: #ACD960; }
a { background-color: rgb(172,217,96); }
div.DivClassName
{
background-color: #ACD960;
}
.BgClassName
{
background-color: #ACD960;
}
</style>
border-color css
<style>
span { border-color: #ACD960; }
span { border-color: rgb(172,217,96); }
td.TdClassName
{
border-color: #ACD960;
}
.TagClassName
{
border-color: #ACD960;
}
</style>