Shades of Moss Green #AAE3A5
Tints of Moss Green #AAE3A5
RGB
CMYK
RGB Variations
Color information
#AAE3A5 (or 0xAAE3A5) is known color: Moss Green. HEX triplet: AA, E3 and A5. RGB value is (170,227,165). Sum of RGB (Red+Green+Blue) = 170+227+165=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE3A5 is #551C5A. Grayscale: #CBCBCB. Windows color (decimal): -5577819 or 10871722. OLE color: 10871722.
HSL color Cylindrical-coordinate representation of color #AAE3A5: hue angle of 115.16º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE3A5 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 165 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.11 |
| HSL | 115.16º | 0.53% | 0.77% | - |
| HSV(B) | 115.16º | 0.27% | 0.89% | - |
| XYZ | 50.84 | 66.2 | 45.7 | - |
| YUV | 202.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 165 | 0.25 | 0 | 0.27 | 0.11 | 115.16 | 0.53 | 0.77 |
| Hex | AA | E3 | A5 | 19 | 0 | 1B | B | 73 | 35 | 4D |
| Octal | 252 | 343 | 245 | 31 | 0 | 33 | 13 | 163 | 65 | 115 |
| Binary | 10101010 | 11100011 | 10100101 | 11001 | 0 | 11011 | 1011 | 1110011 | 110101 | 1001101 |
Color Harmonies of #AAE3A5
Complementary color
Monochromatic Colors of #AAE3A5
Black with #AAE3A5
Text Example
Text Example
White with #AAE3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE3A5; }
p { color: rgb(170,227,165); }
H1.HeaderClassName
{
color: #AAE3A5;
}
.AnyTagClassName
{
color: #AAE3A5;
}
</style>
background-color css
<style>
a { background-color: #AAE3A5; }
a { background-color: rgb(170,227,165); }
div.DivClassName
{
background-color: #AAE3A5;
}
.BgClassName
{
background-color: #AAE3A5;
}
</style>
border-color css
<style>
span { border-color: #AAE3A5; }
span { border-color: rgb(170,227,165); }
td.TdClassName
{
border-color: #AAE3A5;
}
.TagClassName
{
border-color: #AAE3A5;
}
</style>