Shades of Moss Green #AAD8A8
Tints of Moss Green #AAD8A8
RGB
CMYK
RGB Variations
Color information
#AAD8A8 (or 0xAAD8A8) is known color: Moss Green. HEX triplet: AA, D8 and A8. RGB value is (170,216,168). Sum of RGB (Red+Green+Blue) = 170+216+168=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD8A8 is #552757. Grayscale: #C4C4C4. Windows color (decimal): -5580632 or 11065514. OLE color: 11065514.
HSL color Cylindrical-coordinate representation of color #AAD8A8: hue angle of 117.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD8A8 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 168 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.15 |
| HSL | 117.5º | 0.38% | 0.75% | - |
| HSV(B) | 117.5º | 0.22% | 0.85% | - |
| XYZ | 48.2 | 60.48 | 46.18 | - |
| YUV | 196.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 168 | 0.21 | 0 | 0.22 | 0.15 | 117.5 | 0.38 | 0.75 |
| Hex | AA | D8 | A8 | 15 | 0 | 16 | F | 76 | 26 | 4B |
| Octal | 252 | 330 | 250 | 25 | 0 | 26 | 17 | 166 | 46 | 113 |
| Binary | 10101010 | 11011000 | 10101000 | 10101 | 0 | 10110 | 1111 | 1110110 | 100110 | 1001011 |
Color Harmonies of #AAD8A8
Complementary color
Monochromatic Colors of #AAD8A8
Black with #AAD8A8
Text Example
Text Example
White with #AAD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8A8; }
p { color: rgb(170,216,168); }
H1.HeaderClassName
{
color: #AAD8A8;
}
.AnyTagClassName
{
color: #AAD8A8;
}
</style>
background-color css
<style>
a { background-color: #AAD8A8; }
a { background-color: rgb(170,216,168); }
div.DivClassName
{
background-color: #AAD8A8;
}
.BgClassName
{
background-color: #AAD8A8;
}
</style>
border-color css
<style>
span { border-color: #AAD8A8; }
span { border-color: rgb(170,216,168); }
td.TdClassName
{
border-color: #AAD8A8;
}
.TagClassName
{
border-color: #AAD8A8;
}
</style>