Shades of Moss Green #ADD8AB
Tints of Moss Green #ADD8AB
RGB
CMYK
RGB Variations
Color information
#ADD8AB (or 0xADD8AB) is known color: Moss Green. HEX triplet: AD, D8 and AB. RGB value is (173,216,171). Sum of RGB (Red+Green+Blue) = 173+216+171=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD8AB is #522754. Grayscale: #C6C6C6. Windows color (decimal): -5384021 or 11262125. OLE color: 11262125.
HSL color Cylindrical-coordinate representation of color #ADD8AB: hue angle of 117.33º degrees, saturation: 0.37, 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 #ADD8AB is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 171 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.15 |
| HSL | 117.33º | 0.37% | 0.76% | - |
| HSV(B) | 117.33º | 0.21% | 0.85% | - |
| XYZ | 49.14 | 60.94 | 47.7 | - |
| YUV | 198.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 171 | 0.20 | 0 | 0.21 | 0.15 | 117.33 | 0.37 | 0.76 |
| Hex | AD | D8 | AB | 14 | 0 | 15 | F | 75 | 25 | 4C |
| Octal | 255 | 330 | 253 | 24 | 0 | 25 | 17 | 165 | 45 | 114 |
| Binary | 10101101 | 11011000 | 10101011 | 10100 | 0 | 10101 | 1111 | 1110101 | 100101 | 1001100 |
Color Harmonies of #ADD8AB
Complementary color
Monochromatic Colors of #ADD8AB
Black with #ADD8AB
Text Example
Text Example
White with #ADD8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8AB; }
p { color: rgb(173,216,171); }
H1.HeaderClassName
{
color: #ADD8AB;
}
.AnyTagClassName
{
color: #ADD8AB;
}
</style>
background-color css
<style>
a { background-color: #ADD8AB; }
a { background-color: rgb(173,216,171); }
div.DivClassName
{
background-color: #ADD8AB;
}
.BgClassName
{
background-color: #ADD8AB;
}
</style>
border-color css
<style>
span { border-color: #ADD8AB; }
span { border-color: rgb(173,216,171); }
td.TdClassName
{
border-color: #ADD8AB;
}
.TagClassName
{
border-color: #ADD8AB;
}
</style>