Shades of Moss Green #AAD8A2
Tints of Moss Green #AAD8A2
RGB
CMYK
RGB Variations
Color information
#AAD8A2 (or 0xAAD8A2) is known color: Moss Green. HEX triplet: AA, D8 and A2. RGB value is (170,216,162). Sum of RGB (Red+Green+Blue) = 170+216+162=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD8A2 is #55275D. Grayscale: #C4C4C4. Windows color (decimal): -5580638 or 10672298. OLE color: 10672298.
HSL color Cylindrical-coordinate representation of color #AAD8A2: hue angle of 111.11º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAD8A2 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 162 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.15 |
| HSL | 111.11º | 0.41% | 0.74% | - |
| HSV(B) | 111.11º | 0.25% | 0.85% | - |
| XYZ | 47.66 | 60.27 | 43.3 | - |
| YUV | 196.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 162 | 0.21 | 0 | 0.25 | 0.15 | 111.11 | 0.41 | 0.74 |
| Hex | AA | D8 | A2 | 15 | 0 | 19 | F | 6F | 29 | 4A |
| Octal | 252 | 330 | 242 | 25 | 0 | 31 | 17 | 157 | 51 | 112 |
| Binary | 10101010 | 11011000 | 10100010 | 10101 | 0 | 11001 | 1111 | 1101111 | 101001 | 1001010 |
Color Harmonies of #AAD8A2
Complementary color
Monochromatic Colors of #AAD8A2
Black with #AAD8A2
Text Example
Text Example
White with #AAD8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8A2; }
p { color: rgb(170,216,162); }
H1.HeaderClassName
{
color: #AAD8A2;
}
.AnyTagClassName
{
color: #AAD8A2;
}
</style>
background-color css
<style>
a { background-color: #AAD8A2; }
a { background-color: rgb(170,216,162); }
div.DivClassName
{
background-color: #AAD8A2;
}
.BgClassName
{
background-color: #AAD8A2;
}
</style>
border-color css
<style>
span { border-color: #AAD8A2; }
span { border-color: rgb(170,216,162); }
td.TdClassName
{
border-color: #AAD8A2;
}
.TagClassName
{
border-color: #AAD8A2;
}
</style>