Shades of Moss Green #AAEAA4
Tints of Moss Green #AAEAA4
RGB
CMYK
RGB Variations
Color information
#AAEAA4 (or 0xAAEAA4) is known color: Moss Green. HEX triplet: AA, EA and A4. RGB value is (170,234,164). Sum of RGB (Red+Green+Blue) = 170+234+164=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAA4 is #55155B. Grayscale: #CFCFCF. Windows color (decimal): -5576028 or 10807978. OLE color: 10807978.
HSL color Cylindrical-coordinate representation of color #AAEAA4: hue angle of 114.86º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAEAA4 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 164 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.08 |
| HSL | 114.86º | 0.63% | 0.78% | - |
| HSV(B) | 114.86º | 0.3% | 0.92% | - |
| XYZ | 52.7 | 70.07 | 45.87 | - |
| YUV | 206.88 | 103.8 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 164 | 0.27 | 0 | 0.30 | 0.08 | 114.86 | 0.63 | 0.78 |
| Hex | AA | EA | A4 | 1B | 0 | 1E | 8 | 73 | 3E | 4E |
| Octal | 252 | 352 | 244 | 33 | 0 | 36 | 10 | 163 | 76 | 116 |
| Binary | 10101010 | 11101010 | 10100100 | 11011 | 0 | 11110 | 1000 | 1110011 | 111110 | 1001110 |
Color Harmonies of #AAEAA4
Complementary color
Monochromatic Colors of #AAEAA4
Black with #AAEAA4
Text Example
Text Example
White with #AAEAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAA4; }
p { color: rgb(170,234,164); }
H1.HeaderClassName
{
color: #AAEAA4;
}
.AnyTagClassName
{
color: #AAEAA4;
}
</style>
background-color css
<style>
a { background-color: #AAEAA4; }
a { background-color: rgb(170,234,164); }
div.DivClassName
{
background-color: #AAEAA4;
}
.BgClassName
{
background-color: #AAEAA4;
}
</style>
border-color css
<style>
span { border-color: #AAEAA4; }
span { border-color: rgb(170,234,164); }
td.TdClassName
{
border-color: #AAEAA4;
}
.TagClassName
{
border-color: #AAEAA4;
}
</style>