Shades of Moss Green #A8E0AA
Tints of Moss Green #A8E0AA
RGB
CMYK
RGB Variations
Color information
#A8E0AA (or 0xA8E0AA) is known color: Moss Green. HEX triplet: A8, E0 and AA. RGB value is (168,224,170). Sum of RGB (Red+Green+Blue) = 168+224+170=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E0AA is #571F55. Grayscale: #C9C9C9. Windows color (decimal): -5709654 or 11198632. OLE color: 11198632.
HSL color Cylindrical-coordinate representation of color #A8E0AA: hue angle of 122.14º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E0AA is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 170 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.12 |
| HSL | 122.14º | 0.47% | 0.77% | - |
| HSV(B) | 122.14º | 0.25% | 0.88% | - |
| XYZ | 50.06 | 64.54 | 47.85 | - |
| YUV | 201.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 170 | 0.25 | 0 | 0.24 | 0.12 | 122.14 | 0.47 | 0.77 |
| Hex | A8 | E0 | AA | 19 | 0 | 18 | C | 7A | 2F | 4D |
| Octal | 250 | 340 | 252 | 31 | 0 | 30 | 14 | 172 | 57 | 115 |
| Binary | 10101000 | 11100000 | 10101010 | 11001 | 0 | 11000 | 1100 | 1111010 | 101111 | 1001101 |
Color Harmonies of #A8E0AA
Complementary color
Monochromatic Colors of #A8E0AA
Black with #A8E0AA
Text Example
Text Example
White with #A8E0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E0AA; }
p { color: rgb(168,224,170); }
H1.HeaderClassName
{
color: #A8E0AA;
}
.AnyTagClassName
{
color: #A8E0AA;
}
</style>
background-color css
<style>
a { background-color: #A8E0AA; }
a { background-color: rgb(168,224,170); }
div.DivClassName
{
background-color: #A8E0AA;
}
.BgClassName
{
background-color: #A8E0AA;
}
</style>
border-color css
<style>
span { border-color: #A8E0AA; }
span { border-color: rgb(168,224,170); }
td.TdClassName
{
border-color: #A8E0AA;
}
.TagClassName
{
border-color: #A8E0AA;
}
</style>