Shades of Moss Green #AAD2A8
Tints of Moss Green #AAD2A8
RGB
CMYK
RGB Variations
Color information
#AAD2A8 (or 0xAAD2A8) is known color: Moss Green. HEX triplet: AA, D2 and A8. RGB value is (170,210,168). Sum of RGB (Red+Green+Blue) = 170+210+168=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD2A8 is #552D57. Grayscale: #C1C1C1. Windows color (decimal): -5582168 or 11063978. OLE color: 11063978.
HSL color Cylindrical-coordinate representation of color #AAD2A8: hue angle of 117.14º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD2A8 is Cyan = 0.19, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 168 | - |
| CMYK | 0.19 | 0 | 0.2 | 0.18 |
| HSL | 117.14º | 0.32% | 0.74% | - |
| HSV(B) | 117.14º | 0.2% | 0.82% | - |
| XYZ | 46.69 | 57.47 | 45.68 | - |
| YUV | 193.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 168 | 0.19 | 0 | 0.2 | 0.18 | 117.14 | 0.32 | 0.74 |
| Hex | AA | D2 | A8 | 13 | 0 | 14 | 12 | 75 | 20 | 4A |
| Octal | 252 | 322 | 250 | 23 | 0 | 24 | 22 | 165 | 40 | 112 |
| Binary | 10101010 | 11010010 | 10101000 | 10011 | 0 | 10100 | 10010 | 1110101 | 100000 | 1001010 |
Color Harmonies of #AAD2A8
Complementary color
Monochromatic Colors of #AAD2A8
Black with #AAD2A8
Text Example
Text Example
White with #AAD2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2A8; }
p { color: rgb(170,210,168); }
H1.HeaderClassName
{
color: #AAD2A8;
}
.AnyTagClassName
{
color: #AAD2A8;
}
</style>
background-color css
<style>
a { background-color: #AAD2A8; }
a { background-color: rgb(170,210,168); }
div.DivClassName
{
background-color: #AAD2A8;
}
.BgClassName
{
background-color: #AAD2A8;
}
</style>
border-color css
<style>
span { border-color: #AAD2A8; }
span { border-color: rgb(170,210,168); }
td.TdClassName
{
border-color: #AAD2A8;
}
.TagClassName
{
border-color: #AAD2A8;
}
</style>