Shades of Moss Green #AADBAC
Tints of Moss Green #AADBAC
RGB
CMYK
RGB Variations
Color information
#AADBAC (or 0xAADBAC) is known color: Moss Green. HEX triplet: AA, DB and AC. RGB value is (170,219,172). Sum of RGB (Red+Green+Blue) = 170+219+172=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADBAC is #552453. Grayscale: #C7C7C7. Windows color (decimal): -5579860 or 11328426. OLE color: 11328426.
HSL color Cylindrical-coordinate representation of color #AADBAC: hue angle of 122.45º 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 #AADBAC is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 172 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.14 |
| HSL | 122.45º | 0.4% | 0.76% | - |
| HSV(B) | 122.45º | 0.22% | 0.86% | - |
| XYZ | 49.36 | 62.19 | 48.43 | - |
| YUV | 198.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 172 | 0.22 | 0 | 0.21 | 0.14 | 122.45 | 0.4 | 0.76 |
| Hex | AA | DB | AC | 16 | 0 | 15 | E | 7A | 28 | 4C |
| Octal | 252 | 333 | 254 | 26 | 0 | 25 | 16 | 172 | 50 | 114 |
| Binary | 10101010 | 11011011 | 10101100 | 10110 | 0 | 10101 | 1110 | 1111010 | 101000 | 1001100 |
Color Harmonies of #AADBAC
Complementary color
Monochromatic Colors of #AADBAC
Black with #AADBAC
Text Example
Text Example
White with #AADBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBAC; }
p { color: rgb(170,219,172); }
H1.HeaderClassName
{
color: #AADBAC;
}
.AnyTagClassName
{
color: #AADBAC;
}
</style>
background-color css
<style>
a { background-color: #AADBAC; }
a { background-color: rgb(170,219,172); }
div.DivClassName
{
background-color: #AADBAC;
}
.BgClassName
{
background-color: #AADBAC;
}
</style>
border-color css
<style>
span { border-color: #AADBAC; }
span { border-color: rgb(170,219,172); }
td.TdClassName
{
border-color: #AADBAC;
}
.TagClassName
{
border-color: #AADBAC;
}
</style>