Shades of Moss Green #ADD2AB
Tints of Moss Green #ADD2AB
RGB
CMYK
RGB Variations
Color information
#ADD2AB (or 0xADD2AB) is known color: Moss Green. HEX triplet: AD, D2 and AB. RGB value is (173,210,171). Sum of RGB (Red+Green+Blue) = 173+210+171=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD2AB is #522D54. Grayscale: #C2C2C2. Windows color (decimal): -5385557 or 11260589. OLE color: 11260589.
HSL color Cylindrical-coordinate representation of color #ADD2AB: hue angle of 116.92º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD2AB is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 171 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.18 |
| HSL | 116.92º | 0.3% | 0.75% | - |
| HSV(B) | 116.92º | 0.19% | 0.82% | - |
| XYZ | 47.63 | 57.92 | 47.2 | - |
| YUV | 194.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 171 | 0.18 | 0 | 0.19 | 0.18 | 116.92 | 0.3 | 0.75 |
| Hex | AD | D2 | AB | 12 | 0 | 13 | 12 | 75 | 1E | 4B |
| Octal | 255 | 322 | 253 | 22 | 0 | 23 | 22 | 165 | 36 | 113 |
| Binary | 10101101 | 11010010 | 10101011 | 10010 | 0 | 10011 | 10010 | 1110101 | 11110 | 1001011 |
Color Harmonies of #ADD2AB
Complementary color
Monochromatic Colors of #ADD2AB
Black with #ADD2AB
Text Example
Text Example
White with #ADD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2AB; }
p { color: rgb(173,210,171); }
H1.HeaderClassName
{
color: #ADD2AB;
}
.AnyTagClassName
{
color: #ADD2AB;
}
</style>
background-color css
<style>
a { background-color: #ADD2AB; }
a { background-color: rgb(173,210,171); }
div.DivClassName
{
background-color: #ADD2AB;
}
.BgClassName
{
background-color: #ADD2AB;
}
</style>
border-color css
<style>
span { border-color: #ADD2AB; }
span { border-color: rgb(173,210,171); }
td.TdClassName
{
border-color: #ADD2AB;
}
.TagClassName
{
border-color: #ADD2AB;
}
</style>