Shades of Conifer #ADD960
Tints of Conifer #ADD960
RGB
CMYK
RGB Variations
Color information
#ADD960 (or 0xADD960) is known color: Conifer. HEX triplet: AD, D9 and 60. RGB value is (173,217,96). Sum of RGB (Red+Green+Blue) = 173+217+96=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD960 is #52269F. Grayscale: #BEBEBE. Windows color (decimal): -5383840 or 6347181. OLE color: 6347181.
HSL color Cylindrical-coordinate representation of color #ADD960: hue angle of 81.82º 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 #ADD960 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 96 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.15 |
| HSL | 81.82º | 0.61% | 0.61% | - |
| HSV(B) | 81.82º | 0.56% | 0.85% | - |
| XYZ | 44.16 | 59.35 | 20.2 | - |
| YUV | 190.05 | 74.92 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 96 | 0.20 | 0 | 0.56 | 0.15 | 81.82 | 0.61 | 0.61 |
| Hex | AD | D9 | 60 | 14 | 0 | 38 | F | 52 | 3D | 3D |
| Octal | 255 | 331 | 140 | 24 | 0 | 70 | 17 | 122 | 75 | 75 |
| Binary | 10101101 | 11011001 | 1100000 | 10100 | 0 | 111000 | 1111 | 1010010 | 111101 | 111101 |
Color Harmonies of #ADD960
Complementary color
Monochromatic Colors of #ADD960
Black with #ADD960
Text Example
Text Example
White with #ADD960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD960; }
p { color: rgb(173,217,96); }
H1.HeaderClassName
{
color: #ADD960;
}
.AnyTagClassName
{
color: #ADD960;
}
</style>
background-color css
<style>
a { background-color: #ADD960; }
a { background-color: rgb(173,217,96); }
div.DivClassName
{
background-color: #ADD960;
}
.BgClassName
{
background-color: #ADD960;
}
</style>
border-color css
<style>
span { border-color: #ADD960; }
span { border-color: rgb(173,217,96); }
td.TdClassName
{
border-color: #ADD960;
}
.TagClassName
{
border-color: #ADD960;
}
</style>