Shades of Moss Green #AAD5A4
Tints of Moss Green #AAD5A4
RGB
CMYK
RGB Variations
Color information
#AAD5A4 (or 0xAAD5A4) is known color: Moss Green. HEX triplet: AA, D5 and A4. RGB value is (170,213,164). Sum of RGB (Red+Green+Blue) = 170+213+164=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD5A4 is #552A5B. Grayscale: #C2C2C2. Windows color (decimal): -5581404 or 10802602. OLE color: 10802602.
HSL color Cylindrical-coordinate representation of color #AAD5A4: hue angle of 112.65º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD5A4 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 164 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.16 |
| HSL | 112.65º | 0.37% | 0.74% | - |
| HSV(B) | 112.65º | 0.23% | 0.84% | - |
| XYZ | 47.07 | 58.81 | 43.99 | - |
| YUV | 194.56 | 110.75 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 164 | 0.20 | 0 | 0.23 | 0.16 | 112.65 | 0.37 | 0.74 |
| Hex | AA | D5 | A4 | 14 | 0 | 17 | 10 | 71 | 25 | 4A |
| Octal | 252 | 325 | 244 | 24 | 0 | 27 | 20 | 161 | 45 | 112 |
| Binary | 10101010 | 11010101 | 10100100 | 10100 | 0 | 10111 | 10000 | 1110001 | 100101 | 1001010 |
Color Harmonies of #AAD5A4
Complementary color
Monochromatic Colors of #AAD5A4
Black with #AAD5A4
Text Example
Text Example
White with #AAD5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD5A4; }
p { color: rgb(170,213,164); }
H1.HeaderClassName
{
color: #AAD5A4;
}
.AnyTagClassName
{
color: #AAD5A4;
}
</style>
background-color css
<style>
a { background-color: #AAD5A4; }
a { background-color: rgb(170,213,164); }
div.DivClassName
{
background-color: #AAD5A4;
}
.BgClassName
{
background-color: #AAD5A4;
}
</style>
border-color css
<style>
span { border-color: #AAD5A4; }
span { border-color: rgb(170,213,164); }
td.TdClassName
{
border-color: #AAD5A4;
}
.TagClassName
{
border-color: #AAD5A4;
}
</style>