Shades of Moss Green #AAE1A5
Tints of Moss Green #AAE1A5
RGB
CMYK
RGB Variations
Color information
#AAE1A5 (or 0xAAE1A5) is known color: Moss Green. HEX triplet: AA, E1 and A5. RGB value is (170,225,165). Sum of RGB (Red+Green+Blue) = 170+225+165=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE1A5 is #551E5A. Grayscale: #C9C9C9. Windows color (decimal): -5578331 or 10871210. OLE color: 10871210.
HSL color Cylindrical-coordinate representation of color #AAE1A5: hue angle of 115º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE1A5 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 165 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.12 |
| HSL | 115º | 0.5% | 0.76% | - |
| HSV(B) | 115º | 0.27% | 0.88% | - |
| XYZ | 50.29 | 65.11 | 45.51 | - |
| YUV | 201.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 165 | 0.24 | 0 | 0.27 | 0.12 | 115 | 0.5 | 0.76 |
| Hex | AA | E1 | A5 | 18 | 0 | 1B | C | 73 | 32 | 4C |
| Octal | 252 | 341 | 245 | 30 | 0 | 33 | 14 | 163 | 62 | 114 |
| Binary | 10101010 | 11100001 | 10100101 | 11000 | 0 | 11011 | 1100 | 1110011 | 110010 | 1001100 |
Color Harmonies of #AAE1A5
Complementary color
Monochromatic Colors of #AAE1A5
Black with #AAE1A5
Text Example
Text Example
White with #AAE1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1A5; }
p { color: rgb(170,225,165); }
H1.HeaderClassName
{
color: #AAE1A5;
}
.AnyTagClassName
{
color: #AAE1A5;
}
</style>
background-color css
<style>
a { background-color: #AAE1A5; }
a { background-color: rgb(170,225,165); }
div.DivClassName
{
background-color: #AAE1A5;
}
.BgClassName
{
background-color: #AAE1A5;
}
</style>
border-color css
<style>
span { border-color: #AAE1A5; }
span { border-color: rgb(170,225,165); }
td.TdClassName
{
border-color: #AAE1A5;
}
.TagClassName
{
border-color: #AAE1A5;
}
</style>