Shades of Conifer #ADD86C
Tints of Conifer #ADD86C
RGB
CMYK
RGB Variations
Color information
#ADD86C (or 0xADD86C) is known color: Conifer. HEX triplet: AD, D8 and 6C. RGB value is (173,216,108). Sum of RGB (Red+Green+Blue) = 173+216+108=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD86C is #522793. Grayscale: #BFBFBF. Windows color (decimal): -5384084 or 7133357. OLE color: 7133357.
HSL color Cylindrical-coordinate representation of color #ADD86C: hue angle of 83.89º degrees, saturation: 0.58, 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 #ADD86C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 108 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.15 |
| HSL | 83.89º | 0.58% | 0.64% | - |
| HSV(B) | 83.89º | 0.5% | 0.85% | - |
| XYZ | 44.5 | 59.08 | 23.25 | - |
| YUV | 190.83 | 81.25 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 108 | 0.20 | 0 | 0.50 | 0.15 | 83.89 | 0.58 | 0.64 |
| Hex | AD | D8 | 6C | 14 | 0 | 32 | F | 54 | 3A | 40 |
| Octal | 255 | 330 | 154 | 24 | 0 | 62 | 17 | 124 | 72 | 100 |
| Binary | 10101101 | 11011000 | 1101100 | 10100 | 0 | 110010 | 1111 | 1010100 | 111010 | 1000000 |
Color Harmonies of #ADD86C
Complementary color
Monochromatic Colors of #ADD86C
Black with #ADD86C
Text Example
Text Example
White with #ADD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD86C; }
p { color: rgb(173,216,108); }
H1.HeaderClassName
{
color: #ADD86C;
}
.AnyTagClassName
{
color: #ADD86C;
}
</style>
background-color css
<style>
a { background-color: #ADD86C; }
a { background-color: rgb(173,216,108); }
div.DivClassName
{
background-color: #ADD86C;
}
.BgClassName
{
background-color: #ADD86C;
}
</style>
border-color css
<style>
span { border-color: #ADD86C; }
span { border-color: rgb(173,216,108); }
td.TdClassName
{
border-color: #ADD86C;
}
.TagClassName
{
border-color: #ADD86C;
}
</style>