Shades of Moss Green #AAECA2
Tints of Moss Green #AAECA2
RGB
CMYK
RGB Variations
Color information
#AAECA2 (or 0xAAECA2) is known color: Moss Green. HEX triplet: AA, EC and A2. RGB value is (170,236,162). Sum of RGB (Red+Green+Blue) = 170+236+162=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 162 (63.67% from 255 or 28.52% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAECA2 is #55135D. Grayscale: #D0D0D0. Windows color (decimal): -5575518 or 10677418. OLE color: 10677418.
HSL color Cylindrical-coordinate representation of color #AAECA2: hue angle of 113.51º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAECA2 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 162 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.07 |
| HSL | 113.51º | 0.66% | 0.78% | - |
| HSV(B) | 113.51º | 0.31% | 0.93% | - |
| XYZ | 53.09 | 71.15 | 45.12 | - |
| YUV | 207.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 162 | 0.28 | 0 | 0.31 | 0.07 | 113.51 | 0.66 | 0.78 |
| Hex | AA | EC | A2 | 1C | 0 | 1F | 7 | 72 | 42 | 4E |
| Octal | 252 | 354 | 242 | 34 | 0 | 37 | 7 | 162 | 102 | 116 |
| Binary | 10101010 | 11101100 | 10100010 | 11100 | 0 | 11111 | 111 | 1110010 | 1000010 | 1001110 |
Color Harmonies of #AAECA2
Complementary color
Monochromatic Colors of #AAECA2
Black with #AAECA2
Text Example
Text Example
White with #AAECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECA2; }
p { color: rgb(170,236,162); }
H1.HeaderClassName
{
color: #AAECA2;
}
.AnyTagClassName
{
color: #AAECA2;
}
</style>
background-color css
<style>
a { background-color: #AAECA2; }
a { background-color: rgb(170,236,162); }
div.DivClassName
{
background-color: #AAECA2;
}
.BgClassName
{
background-color: #AAECA2;
}
</style>
border-color css
<style>
span { border-color: #AAECA2; }
span { border-color: rgb(170,236,162); }
td.TdClassName
{
border-color: #AAECA2;
}
.TagClassName
{
border-color: #AAECA2;
}
</style>