Shades of Conifer #ADD96C
Tints of Conifer #ADD96C
RGB
CMYK
RGB Variations
Color information
#ADD96C (or 0xADD96C) is known color: Conifer. HEX triplet: AD, D9 and 6C. RGB value is (173,217,108). Sum of RGB (Red+Green+Blue) = 173+217+108=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD96C is #522693. Grayscale: #BFBFBF. Windows color (decimal): -5383828 or 7133613. OLE color: 7133613.
HSL color Cylindrical-coordinate representation of color #ADD96C: hue angle of 84.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADD96C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 108 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.15 |
| HSL | 84.22º | 0.59% | 0.64% | - |
| HSV(B) | 84.22º | 0.5% | 0.85% | - |
| XYZ | 44.75 | 59.59 | 23.33 | - |
| YUV | 191.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 108 | 0.20 | 0 | 0.50 | 0.15 | 84.22 | 0.59 | 0.64 |
| Hex | AD | D9 | 6C | 14 | 0 | 32 | F | 54 | 3B | 40 |
| Octal | 255 | 331 | 154 | 24 | 0 | 62 | 17 | 124 | 73 | 100 |
| Binary | 10101101 | 11011001 | 1101100 | 10100 | 0 | 110010 | 1111 | 1010100 | 111011 | 1000000 |
Color Harmonies of #ADD96C
Complementary color
Monochromatic Colors of #ADD96C
Black with #ADD96C
Text Example
Text Example
White with #ADD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD96C; }
p { color: rgb(173,217,108); }
H1.HeaderClassName
{
color: #ADD96C;
}
.AnyTagClassName
{
color: #ADD96C;
}
</style>
background-color css
<style>
a { background-color: #ADD96C; }
a { background-color: rgb(173,217,108); }
div.DivClassName
{
background-color: #ADD96C;
}
.BgClassName
{
background-color: #ADD96C;
}
</style>
border-color css
<style>
span { border-color: #ADD96C; }
span { border-color: rgb(173,217,108); }
td.TdClassName
{
border-color: #ADD96C;
}
.TagClassName
{
border-color: #ADD96C;
}
</style>