Shades of Conifer #ADD96D
Tints of Conifer #ADD96D
RGB
CMYK
RGB Variations
Color information
#ADD96D (or 0xADD96D) is known color: Conifer. HEX triplet: AD, D9 and 6D. RGB value is (173,217,109). Sum of RGB (Red+Green+Blue) = 173+217+109=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD96D is #522692. Grayscale: #BFBFBF. Windows color (decimal): -5383827 or 7199149. OLE color: 7199149.
HSL color Cylindrical-coordinate representation of color #ADD96D: hue angle of 84.44º 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 #ADD96D is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 109 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.15 |
| HSL | 84.44º | 0.59% | 0.64% | - |
| HSV(B) | 84.44º | 0.5% | 0.85% | - |
| XYZ | 44.81 | 59.61 | 23.61 | - |
| YUV | 191.53 | 81.42 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 109 | 0.20 | 0 | 0.50 | 0.15 | 84.44 | 0.59 | 0.64 |
| Hex | AD | D9 | 6D | 14 | 0 | 32 | F | 54 | 3B | 40 |
| Octal | 255 | 331 | 155 | 24 | 0 | 62 | 17 | 124 | 73 | 100 |
| Binary | 10101101 | 11011001 | 1101101 | 10100 | 0 | 110010 | 1111 | 1010100 | 111011 | 1000000 |
Color Harmonies of #ADD96D
Complementary color
Monochromatic Colors of #ADD96D
Black with #ADD96D
Text Example
Text Example
White with #ADD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD96D; }
p { color: rgb(173,217,109); }
H1.HeaderClassName
{
color: #ADD96D;
}
.AnyTagClassName
{
color: #ADD96D;
}
</style>
background-color css
<style>
a { background-color: #ADD96D; }
a { background-color: rgb(173,217,109); }
div.DivClassName
{
background-color: #ADD96D;
}
.BgClassName
{
background-color: #ADD96D;
}
</style>
border-color css
<style>
span { border-color: #ADD96D; }
span { border-color: rgb(173,217,109); }
td.TdClassName
{
border-color: #ADD96D;
}
.TagClassName
{
border-color: #ADD96D;
}
</style>