Shades of Moss Green #AAE1AB
Tints of Moss Green #AAE1AB
RGB
CMYK
RGB Variations
Color information
#AAE1AB (or 0xAAE1AB) is known color: Moss Green. HEX triplet: AA, E1 and AB. RGB value is (170,225,171). Sum of RGB (Red+Green+Blue) = 170+225+171=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE1AB is #551E54. Grayscale: #CACACA. Windows color (decimal): -5578325 or 11264426. OLE color: 11264426.
HSL color Cylindrical-coordinate representation of color #AAE1AB: hue angle of 121.09º degrees, saturation: 0.48, 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 #AAE1AB is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 171 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.12 |
| HSL | 121.09º | 0.48% | 0.77% | - |
| HSV(B) | 121.09º | 0.24% | 0.88% | - |
| XYZ | 50.85 | 65.34 | 48.46 | - |
| YUV | 202.4 | 110.28 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 171 | 0.24 | 0 | 0.24 | 0.12 | 121.09 | 0.48 | 0.77 |
| Hex | AA | E1 | AB | 18 | 0 | 18 | C | 79 | 30 | 4D |
| Octal | 252 | 341 | 253 | 30 | 0 | 30 | 14 | 171 | 60 | 115 |
| Binary | 10101010 | 11100001 | 10101011 | 11000 | 0 | 11000 | 1100 | 1111001 | 110000 | 1001101 |
Color Harmonies of #AAE1AB
Complementary color
Monochromatic Colors of #AAE1AB
Black with #AAE1AB
Text Example
Text Example
White with #AAE1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1AB; }
p { color: rgb(170,225,171); }
H1.HeaderClassName
{
color: #AAE1AB;
}
.AnyTagClassName
{
color: #AAE1AB;
}
</style>
background-color css
<style>
a { background-color: #AAE1AB; }
a { background-color: rgb(170,225,171); }
div.DivClassName
{
background-color: #AAE1AB;
}
.BgClassName
{
background-color: #AAE1AB;
}
</style>
border-color css
<style>
span { border-color: #AAE1AB; }
span { border-color: rgb(170,225,171); }
td.TdClassName
{
border-color: #AAE1AB;
}
.TagClassName
{
border-color: #AAE1AB;
}
</style>