Shades of Moss Green #AAEEA2
Tints of Moss Green #AAEEA2
RGB
CMYK
RGB Variations
Color information
#AAEEA2 (or 0xAAEEA2) is known color: Moss Green. HEX triplet: AA, EE and A2. RGB value is (170,238,162). Sum of RGB (Red+Green+Blue) = 170+238+162=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEEA2 is #55115D. Grayscale: #D1D1D1. Windows color (decimal): -5575006 or 10677930. OLE color: 10677930.
HSL color Cylindrical-coordinate representation of color #AAEEA2: hue angle of 113.68º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEEA2 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 162 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.07 |
| HSL | 113.68º | 0.69% | 0.78% | - |
| HSV(B) | 113.68º | 0.32% | 0.93% | - |
| XYZ | 53.67 | 72.3 | 45.31 | - |
| YUV | 209 | 101.47 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 162 | 0.29 | 0 | 0.32 | 0.07 | 113.68 | 0.69 | 0.78 |
| Hex | AA | EE | A2 | 1D | 0 | 20 | 7 | 72 | 45 | 4E |
| Octal | 252 | 356 | 242 | 35 | 0 | 40 | 7 | 162 | 105 | 116 |
| Binary | 10101010 | 11101110 | 10100010 | 11101 | 0 | 100000 | 111 | 1110010 | 1000101 | 1001110 |
Color Harmonies of #AAEEA2
Complementary color
Monochromatic Colors of #AAEEA2
Black with #AAEEA2
Text Example
Text Example
White with #AAEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEA2; }
p { color: rgb(170,238,162); }
H1.HeaderClassName
{
color: #AAEEA2;
}
.AnyTagClassName
{
color: #AAEEA2;
}
</style>
background-color css
<style>
a { background-color: #AAEEA2; }
a { background-color: rgb(170,238,162); }
div.DivClassName
{
background-color: #AAEEA2;
}
.BgClassName
{
background-color: #AAEEA2;
}
</style>
border-color css
<style>
span { border-color: #AAEEA2; }
span { border-color: rgb(170,238,162); }
td.TdClassName
{
border-color: #AAEEA2;
}
.TagClassName
{
border-color: #AAEEA2;
}
</style>