Shades of Moss Green #AADBAB
Tints of Moss Green #AADBAB
RGB
CMYK
RGB Variations
Color information
#AADBAB (or 0xAADBAB) is known color: Moss Green. HEX triplet: AA, DB and AB. RGB value is (170,219,171). Sum of RGB (Red+Green+Blue) = 170+219+171=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADBAB is #552454. Grayscale: #C7C7C7. Windows color (decimal): -5579861 or 11262890. OLE color: 11262890.
HSL color Cylindrical-coordinate representation of color #AADBAB: hue angle of 121.22º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADBAB is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 171 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.14 |
| HSL | 121.22º | 0.4% | 0.76% | - |
| HSV(B) | 121.22º | 0.22% | 0.86% | - |
| XYZ | 49.26 | 62.15 | 47.93 | - |
| YUV | 198.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 171 | 0.22 | 0 | 0.22 | 0.14 | 121.22 | 0.4 | 0.76 |
| Hex | AA | DB | AB | 16 | 0 | 16 | E | 79 | 28 | 4C |
| Octal | 252 | 333 | 253 | 26 | 0 | 26 | 16 | 171 | 50 | 114 |
| Binary | 10101010 | 11011011 | 10101011 | 10110 | 0 | 10110 | 1110 | 1111001 | 101000 | 1001100 |
Color Harmonies of #AADBAB
Complementary color
Monochromatic Colors of #AADBAB
Black with #AADBAB
Text Example
Text Example
White with #AADBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBAB; }
p { color: rgb(170,219,171); }
H1.HeaderClassName
{
color: #AADBAB;
}
.AnyTagClassName
{
color: #AADBAB;
}
</style>
background-color css
<style>
a { background-color: #AADBAB; }
a { background-color: rgb(170,219,171); }
div.DivClassName
{
background-color: #AADBAB;
}
.BgClassName
{
background-color: #AADBAB;
}
</style>
border-color css
<style>
span { border-color: #AADBAB; }
span { border-color: rgb(170,219,171); }
td.TdClassName
{
border-color: #AADBAB;
}
.TagClassName
{
border-color: #AADBAB;
}
</style>