Shades of Moss Green #AAE0AA
Tints of Moss Green #AAE0AA
RGB
CMYK
RGB Variations
Color information
#AAE0AA (or 0xAAE0AA) is known color: Moss Green. HEX triplet: AA, E0 and AA. RGB value is (170,224,170). Sum of RGB (Red+Green+Blue) = 170+224+170=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE0AA is #551F55. Grayscale: #C9C9C9. Windows color (decimal): -5578582 or 11198634. OLE color: 11198634.
HSL color Cylindrical-coordinate representation of color #AAE0AA: hue angle of 120º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE0AA is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 170 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.12 |
| HSL | 120º | 0.47% | 0.77% | - |
| HSV(B) | 120º | 0.24% | 0.88% | - |
| XYZ | 50.49 | 64.76 | 47.87 | - |
| YUV | 201.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 170 | 0.24 | 0 | 0.24 | 0.12 | 120 | 0.47 | 0.77 |
| Hex | AA | E0 | AA | 18 | 0 | 18 | C | 78 | 2F | 4D |
| Octal | 252 | 340 | 252 | 30 | 0 | 30 | 14 | 170 | 57 | 115 |
| Binary | 10101010 | 11100000 | 10101010 | 11000 | 0 | 11000 | 1100 | 1111000 | 101111 | 1001101 |
Color Harmonies of #AAE0AA
Complementary color
Monochromatic Colors of #AAE0AA
Black with #AAE0AA
Text Example
Text Example
White with #AAE0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0AA; }
p { color: rgb(170,224,170); }
H1.HeaderClassName
{
color: #AAE0AA;
}
.AnyTagClassName
{
color: #AAE0AA;
}
</style>
background-color css
<style>
a { background-color: #AAE0AA; }
a { background-color: rgb(170,224,170); }
div.DivClassName
{
background-color: #AAE0AA;
}
.BgClassName
{
background-color: #AAE0AA;
}
</style>
border-color css
<style>
span { border-color: #AAE0AA; }
span { border-color: rgb(170,224,170); }
td.TdClassName
{
border-color: #AAE0AA;
}
.TagClassName
{
border-color: #AAE0AA;
}
</style>