Shades of Moss Green #AAD2AB
Tints of Moss Green #AAD2AB
RGB
CMYK
RGB Variations
Color information
#AAD2AB (or 0xAAD2AB) is known color: Moss Green. HEX triplet: AA, D2 and AB. RGB value is (170,210,171). Sum of RGB (Red+Green+Blue) = 170+210+171=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD2AB is #552D54. Grayscale: #C1C1C1. Windows color (decimal): -5582165 or 11260586. OLE color: 11260586.
HSL color Cylindrical-coordinate representation of color #AAD2AB: hue angle of 121.5º degrees, saturation: 0.31, 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 #AAD2AB is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 171 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.18 |
| HSL | 121.5º | 0.31% | 0.75% | - |
| HSV(B) | 121.5º | 0.19% | 0.82% | - |
| XYZ | 46.97 | 57.58 | 47.17 | - |
| YUV | 193.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 171 | 0.19 | 0 | 0.19 | 0.18 | 121.5 | 0.31 | 0.75 |
| Hex | AA | D2 | AB | 13 | 0 | 13 | 12 | 7A | 1F | 4B |
| Octal | 252 | 322 | 253 | 23 | 0 | 23 | 22 | 172 | 37 | 113 |
| Binary | 10101010 | 11010010 | 10101011 | 10011 | 0 | 10011 | 10010 | 1111010 | 11111 | 1001011 |
Color Harmonies of #AAD2AB
Complementary color
Monochromatic Colors of #AAD2AB
Black with #AAD2AB
Text Example
Text Example
White with #AAD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2AB; }
p { color: rgb(170,210,171); }
H1.HeaderClassName
{
color: #AAD2AB;
}
.AnyTagClassName
{
color: #AAD2AB;
}
</style>
background-color css
<style>
a { background-color: #AAD2AB; }
a { background-color: rgb(170,210,171); }
div.DivClassName
{
background-color: #AAD2AB;
}
.BgClassName
{
background-color: #AAD2AB;
}
</style>
border-color css
<style>
span { border-color: #AAD2AB; }
span { border-color: rgb(170,210,171); }
td.TdClassName
{
border-color: #AAD2AB;
}
.TagClassName
{
border-color: #AAD2AB;
}
</style>