Shades of Moss Green #AAEBA4
Tints of Moss Green #AAEBA4
RGB
CMYK
RGB Variations
Color information
#AAEBA4 (or 0xAAEBA4) is known color: Moss Green. HEX triplet: AA, EB and A4. RGB value is (170,235,164). Sum of RGB (Red+Green+Blue) = 170+235+164=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBA4 is #55145B. Grayscale: #CFCFCF. Windows color (decimal): -5575772 or 10808234. OLE color: 10808234.
HSL color Cylindrical-coordinate representation of color #AAEBA4: hue angle of 114.93º degrees, saturation: 0.64, 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 #AAEBA4 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 164 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.08 |
| HSL | 114.93º | 0.64% | 0.78% | - |
| HSV(B) | 114.93º | 0.3% | 0.92% | - |
| XYZ | 52.99 | 70.64 | 45.96 | - |
| YUV | 207.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 164 | 0.28 | 0 | 0.30 | 0.08 | 114.93 | 0.64 | 0.78 |
| Hex | AA | EB | A4 | 1C | 0 | 1E | 8 | 73 | 40 | 4E |
| Octal | 252 | 353 | 244 | 34 | 0 | 36 | 10 | 163 | 100 | 116 |
| Binary | 10101010 | 11101011 | 10100100 | 11100 | 0 | 11110 | 1000 | 1110011 | 1000000 | 1001110 |
Color Harmonies of #AAEBA4
Complementary color
Monochromatic Colors of #AAEBA4
Black with #AAEBA4
Text Example
Text Example
White with #AAEBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBA4; }
p { color: rgb(170,235,164); }
H1.HeaderClassName
{
color: #AAEBA4;
}
.AnyTagClassName
{
color: #AAEBA4;
}
</style>
background-color css
<style>
a { background-color: #AAEBA4; }
a { background-color: rgb(170,235,164); }
div.DivClassName
{
background-color: #AAEBA4;
}
.BgClassName
{
background-color: #AAEBA4;
}
</style>
border-color css
<style>
span { border-color: #AAEBA4; }
span { border-color: rgb(170,235,164); }
td.TdClassName
{
border-color: #AAEBA4;
}
.TagClassName
{
border-color: #AAEBA4;
}
</style>