Shades of Moss Green #AAD7A4
Tints of Moss Green #AAD7A4
RGB
CMYK
RGB Variations
Color information
#AAD7A4 (or 0xAAD7A4) is known color: Moss Green. HEX triplet: AA, D7 and A4. RGB value is (170,215,164). Sum of RGB (Red+Green+Blue) = 170+215+164=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD7A4 is #55285B. Grayscale: #C3C3C3. Windows color (decimal): -5580892 or 10803114. OLE color: 10803114.
HSL color Cylindrical-coordinate representation of color #AAD7A4: hue angle of 112.94º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAD7A4 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 164 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.16 |
| HSL | 112.94º | 0.39% | 0.74% | - |
| HSV(B) | 112.94º | 0.24% | 0.84% | - |
| XYZ | 47.58 | 59.83 | 44.16 | - |
| YUV | 195.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 164 | 0.21 | 0 | 0.24 | 0.16 | 112.94 | 0.39 | 0.74 |
| Hex | AA | D7 | A4 | 15 | 0 | 18 | 10 | 71 | 27 | 4A |
| Octal | 252 | 327 | 244 | 25 | 0 | 30 | 20 | 161 | 47 | 112 |
| Binary | 10101010 | 11010111 | 10100100 | 10101 | 0 | 11000 | 10000 | 1110001 | 100111 | 1001010 |
Color Harmonies of #AAD7A4
Complementary color
Monochromatic Colors of #AAD7A4
Black with #AAD7A4
Text Example
Text Example
White with #AAD7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD7A4; }
p { color: rgb(170,215,164); }
H1.HeaderClassName
{
color: #AAD7A4;
}
.AnyTagClassName
{
color: #AAD7A4;
}
</style>
background-color css
<style>
a { background-color: #AAD7A4; }
a { background-color: rgb(170,215,164); }
div.DivClassName
{
background-color: #AAD7A4;
}
.BgClassName
{
background-color: #AAD7A4;
}
</style>
border-color css
<style>
span { border-color: #AAD7A4; }
span { border-color: rgb(170,215,164); }
td.TdClassName
{
border-color: #AAD7A4;
}
.TagClassName
{
border-color: #AAD7A4;
}
</style>