Shades of Conifer #ADD36B
Tints of Conifer #ADD36B
RGB
CMYK
RGB Variations
Color information
#ADD36B (or 0xADD36B) is known color: Conifer. HEX triplet: AD, D3 and 6B. RGB value is (173,211,107). Sum of RGB (Red+Green+Blue) = 173+211+107=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD36B is #522C94. Grayscale: #BCBCBC. Windows color (decimal): -5385365 or 7066541. OLE color: 7066541.
HSL color Cylindrical-coordinate representation of color #ADD36B: hue angle of 81.92º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADD36B is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 107 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.17 |
| HSL | 81.92º | 0.54% | 0.62% | - |
| HSV(B) | 81.92º | 0.49% | 0.83% | - |
| XYZ | 43.18 | 56.53 | 22.55 | - |
| YUV | 187.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 107 | 0.18 | 0 | 0.49 | 0.17 | 81.92 | 0.54 | 0.62 |
| Hex | AD | D3 | 6B | 12 | 0 | 31 | 11 | 52 | 36 | 3E |
| Octal | 255 | 323 | 153 | 22 | 0 | 61 | 21 | 122 | 66 | 76 |
| Binary | 10101101 | 11010011 | 1101011 | 10010 | 0 | 110001 | 10001 | 1010010 | 110110 | 111110 |
Color Harmonies of #ADD36B
Complementary color
Monochromatic Colors of #ADD36B
Black with #ADD36B
Text Example
Text Example
White with #ADD36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD36B; }
p { color: rgb(173,211,107); }
H1.HeaderClassName
{
color: #ADD36B;
}
.AnyTagClassName
{
color: #ADD36B;
}
</style>
background-color css
<style>
a { background-color: #ADD36B; }
a { background-color: rgb(173,211,107); }
div.DivClassName
{
background-color: #ADD36B;
}
.BgClassName
{
background-color: #ADD36B;
}
</style>
border-color css
<style>
span { border-color: #ADD36B; }
span { border-color: rgb(173,211,107); }
td.TdClassName
{
border-color: #ADD36B;
}
.TagClassName
{
border-color: #ADD36B;
}
</style>