Shades of Conifer #ADD36C
Tints of Conifer #ADD36C
RGB
CMYK
RGB Variations
Color information
#ADD36C (or 0xADD36C) is known color: Conifer. HEX triplet: AD, D3 and 6C. RGB value is (173,211,108). Sum of RGB (Red+Green+Blue) = 173+211+108=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD36C is #522C93. Grayscale: #BCBCBC. Windows color (decimal): -5385364 or 7132077. OLE color: 7132077.
HSL color Cylindrical-coordinate representation of color #ADD36C: hue angle of 82.14º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADD36C is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 108 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.17 |
| HSL | 82.14º | 0.54% | 0.63% | - |
| HSV(B) | 82.14º | 0.49% | 0.83% | - |
| XYZ | 43.23 | 56.56 | 22.82 | - |
| YUV | 187.9 | 82.91 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 108 | 0.18 | 0 | 0.49 | 0.17 | 82.14 | 0.54 | 0.63 |
| Hex | AD | D3 | 6C | 12 | 0 | 31 | 11 | 52 | 36 | 3F |
| Octal | 255 | 323 | 154 | 22 | 0 | 61 | 21 | 122 | 66 | 77 |
| Binary | 10101101 | 11010011 | 1101100 | 10010 | 0 | 110001 | 10001 | 1010010 | 110110 | 111111 |
Color Harmonies of #ADD36C
Complementary color
Monochromatic Colors of #ADD36C
Black with #ADD36C
Text Example
Text Example
White with #ADD36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD36C; }
p { color: rgb(173,211,108); }
H1.HeaderClassName
{
color: #ADD36C;
}
.AnyTagClassName
{
color: #ADD36C;
}
</style>
background-color css
<style>
a { background-color: #ADD36C; }
a { background-color: rgb(173,211,108); }
div.DivClassName
{
background-color: #ADD36C;
}
.BgClassName
{
background-color: #ADD36C;
}
</style>
border-color css
<style>
span { border-color: #ADD36C; }
span { border-color: rgb(173,211,108); }
td.TdClassName
{
border-color: #ADD36C;
}
.TagClassName
{
border-color: #ADD36C;
}
</style>