Shades of Moss Green #AAD2A4
Tints of Moss Green #AAD2A4
RGB
CMYK
RGB Variations
Color information
#AAD2A4 (or 0xAAD2A4) is known color: Moss Green. HEX triplet: AA, D2 and A4. RGB value is (170,210,164). Sum of RGB (Red+Green+Blue) = 170+210+164=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD2A4 is #552D5B. Grayscale: #C0C0C0. Windows color (decimal): -5582172 or 10801834. OLE color: 10801834.
HSL color Cylindrical-coordinate representation of color #AAD2A4: hue angle of 112.17º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD2A4 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 164 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.18 |
| HSL | 112.17º | 0.34% | 0.73% | - |
| HSV(B) | 112.17º | 0.22% | 0.82% | - |
| XYZ | 46.33 | 57.32 | 43.74 | - |
| YUV | 192.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 164 | 0.19 | 0 | 0.22 | 0.18 | 112.17 | 0.34 | 0.73 |
| Hex | AA | D2 | A4 | 13 | 0 | 16 | 12 | 70 | 22 | 49 |
| Octal | 252 | 322 | 244 | 23 | 0 | 26 | 22 | 160 | 42 | 111 |
| Binary | 10101010 | 11010010 | 10100100 | 10011 | 0 | 10110 | 10010 | 1110000 | 100010 | 1001001 |
Color Harmonies of #AAD2A4
Complementary color
Monochromatic Colors of #AAD2A4
Black with #AAD2A4
Text Example
Text Example
White with #AAD2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2A4; }
p { color: rgb(170,210,164); }
H1.HeaderClassName
{
color: #AAD2A4;
}
.AnyTagClassName
{
color: #AAD2A4;
}
</style>
background-color css
<style>
a { background-color: #AAD2A4; }
a { background-color: rgb(170,210,164); }
div.DivClassName
{
background-color: #AAD2A4;
}
.BgClassName
{
background-color: #AAD2A4;
}
</style>
border-color css
<style>
span { border-color: #AAD2A4; }
span { border-color: rgb(170,210,164); }
td.TdClassName
{
border-color: #AAD2A4;
}
.TagClassName
{
border-color: #AAD2A4;
}
</style>