Shades of Moss Green #AAD2A9
Tints of Moss Green #AAD2A9
RGB
CMYK
RGB Variations
Color information
#AAD2A9 (or 0xAAD2A9) is known color: Moss Green. HEX triplet: AA, D2 and A9. RGB value is (170,210,169). Sum of RGB (Red+Green+Blue) = 170+210+169=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD2A9 is #552D56. Grayscale: #C1C1C1. Windows color (decimal): -5582167 or 11129514. OLE color: 11129514.
HSL color Cylindrical-coordinate representation of color #AAD2A9: hue angle of 118.54º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD2A9 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 169 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.18 |
| HSL | 118.54º | 0.31% | 0.74% | - |
| HSV(B) | 118.54º | 0.2% | 0.82% | - |
| XYZ | 46.79 | 57.5 | 46.17 | - |
| YUV | 193.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 169 | 0.19 | 0 | 0.20 | 0.18 | 118.54 | 0.31 | 0.74 |
| Hex | AA | D2 | A9 | 13 | 0 | 14 | 12 | 77 | 1F | 4A |
| Octal | 252 | 322 | 251 | 23 | 0 | 24 | 22 | 167 | 37 | 112 |
| Binary | 10101010 | 11010010 | 10101001 | 10011 | 0 | 10100 | 10010 | 1110111 | 11111 | 1001010 |
Color Harmonies of #AAD2A9
Complementary color
Monochromatic Colors of #AAD2A9
Black with #AAD2A9
Text Example
Text Example
White with #AAD2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2A9; }
p { color: rgb(170,210,169); }
H1.HeaderClassName
{
color: #AAD2A9;
}
.AnyTagClassName
{
color: #AAD2A9;
}
</style>
background-color css
<style>
a { background-color: #AAD2A9; }
a { background-color: rgb(170,210,169); }
div.DivClassName
{
background-color: #AAD2A9;
}
.BgClassName
{
background-color: #AAD2A9;
}
</style>
border-color css
<style>
span { border-color: #AAD2A9; }
span { border-color: rgb(170,210,169); }
td.TdClassName
{
border-color: #AAD2A9;
}
.TagClassName
{
border-color: #AAD2A9;
}
</style>