Shades of Moss Green #AAD5A3
Tints of Moss Green #AAD5A3
RGB
CMYK
RGB Variations
Color information
#AAD5A3 (or 0xAAD5A3) is known color: Moss Green. HEX triplet: AA, D5 and A3. RGB value is (170,213,163). Sum of RGB (Red+Green+Blue) = 170+213+163=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD5A3 is #552A5C. Grayscale: #C2C2C2. Windows color (decimal): -5581405 or 10737066. OLE color: 10737066.
HSL color Cylindrical-coordinate representation of color #AAD5A3: hue angle of 111.6º 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 #AAD5A3 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 163 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.16 |
| HSL | 111.6º | 0.37% | 0.74% | - |
| HSV(B) | 111.6º | 0.23% | 0.84% | - |
| XYZ | 46.98 | 58.78 | 43.52 | - |
| YUV | 194.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 163 | 0.20 | 0 | 0.23 | 0.16 | 111.6 | 0.37 | 0.74 |
| Hex | AA | D5 | A3 | 14 | 0 | 17 | 10 | 70 | 25 | 4A |
| Octal | 252 | 325 | 243 | 24 | 0 | 27 | 20 | 160 | 45 | 112 |
| Binary | 10101010 | 11010101 | 10100011 | 10100 | 0 | 10111 | 10000 | 1110000 | 100101 | 1001010 |
Color Harmonies of #AAD5A3
Complementary color
Monochromatic Colors of #AAD5A3
Black with #AAD5A3
Text Example
Text Example
White with #AAD5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD5A3; }
p { color: rgb(170,213,163); }
H1.HeaderClassName
{
color: #AAD5A3;
}
.AnyTagClassName
{
color: #AAD5A3;
}
</style>
background-color css
<style>
a { background-color: #AAD5A3; }
a { background-color: rgb(170,213,163); }
div.DivClassName
{
background-color: #AAD5A3;
}
.BgClassName
{
background-color: #AAD5A3;
}
</style>
border-color css
<style>
span { border-color: #AAD5A3; }
span { border-color: rgb(170,213,163); }
td.TdClassName
{
border-color: #AAD5A3;
}
.TagClassName
{
border-color: #AAD5A3;
}
</style>