Shades of Moss Green #ADD9AB
Tints of Moss Green #ADD9AB
RGB
CMYK
RGB Variations
Color information
#ADD9AB (or 0xADD9AB) is known color: Moss Green. HEX triplet: AD, D9 and AB. RGB value is (173,217,171). Sum of RGB (Red+Green+Blue) = 173+217+171=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD9AB is #522654. Grayscale: #C6C6C6. Windows color (decimal): -5383765 or 11262381. OLE color: 11262381.
HSL color Cylindrical-coordinate representation of color #ADD9AB: hue angle of 117.39º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD9AB is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 171 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.15 |
| HSL | 117.39º | 0.38% | 0.76% | - |
| HSV(B) | 117.39º | 0.21% | 0.85% | - |
| XYZ | 49.4 | 61.45 | 47.79 | - |
| YUV | 198.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 171 | 0.20 | 0 | 0.21 | 0.15 | 117.39 | 0.38 | 0.76 |
| Hex | AD | D9 | AB | 14 | 0 | 15 | F | 75 | 26 | 4C |
| Octal | 255 | 331 | 253 | 24 | 0 | 25 | 17 | 165 | 46 | 114 |
| Binary | 10101101 | 11011001 | 10101011 | 10100 | 0 | 10101 | 1111 | 1110101 | 100110 | 1001100 |
Color Harmonies of #ADD9AB
Complementary color
Monochromatic Colors of #ADD9AB
Black with #ADD9AB
Text Example
Text Example
White with #ADD9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9AB; }
p { color: rgb(173,217,171); }
H1.HeaderClassName
{
color: #ADD9AB;
}
.AnyTagClassName
{
color: #ADD9AB;
}
</style>
background-color css
<style>
a { background-color: #ADD9AB; }
a { background-color: rgb(173,217,171); }
div.DivClassName
{
background-color: #ADD9AB;
}
.BgClassName
{
background-color: #ADD9AB;
}
</style>
border-color css
<style>
span { border-color: #ADD9AB; }
span { border-color: rgb(173,217,171); }
td.TdClassName
{
border-color: #ADD9AB;
}
.TagClassName
{
border-color: #ADD9AB;
}
</style>