Shades of Moss Green #AAD2AA
Tints of Moss Green #AAD2AA
RGB
CMYK
RGB Variations
Color information
#AAD2AA (or 0xAAD2AA) is known color: Moss Green. HEX triplet: AA, D2 and AA. RGB value is (170,210,170). Sum of RGB (Red+Green+Blue) = 170+210+170=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD2AA is #552D55. Grayscale: #C1C1C1. Windows color (decimal): -5582166 or 11195050. OLE color: 11195050.
HSL color Cylindrical-coordinate representation of color #AAD2AA: hue angle of 120º 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 #AAD2AA is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 170 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.18 |
| HSL | 120º | 0.31% | 0.75% | - |
| HSV(B) | 120º | 0.19% | 0.82% | - |
| XYZ | 46.88 | 57.54 | 46.67 | - |
| YUV | 193.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 170 | 0.19 | 0 | 0.19 | 0.18 | 120 | 0.31 | 0.75 |
| Hex | AA | D2 | AA | 13 | 0 | 13 | 12 | 78 | 1F | 4B |
| Octal | 252 | 322 | 252 | 23 | 0 | 23 | 22 | 170 | 37 | 113 |
| Binary | 10101010 | 11010010 | 10101010 | 10011 | 0 | 10011 | 10010 | 1111000 | 11111 | 1001011 |
Color Harmonies of #AAD2AA
Complementary color
Monochromatic Colors of #AAD2AA
Black with #AAD2AA
Text Example
Text Example
White with #AAD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2AA; }
p { color: rgb(170,210,170); }
H1.HeaderClassName
{
color: #AAD2AA;
}
.AnyTagClassName
{
color: #AAD2AA;
}
</style>
background-color css
<style>
a { background-color: #AAD2AA; }
a { background-color: rgb(170,210,170); }
div.DivClassName
{
background-color: #AAD2AA;
}
.BgClassName
{
background-color: #AAD2AA;
}
</style>
border-color css
<style>
span { border-color: #AAD2AA; }
span { border-color: rgb(170,210,170); }
td.TdClassName
{
border-color: #AAD2AA;
}
.TagClassName
{
border-color: #AAD2AA;
}
</style>