Shades of Moss Green #AAD4AB
Tints of Moss Green #AAD4AB
RGB
CMYK
RGB Variations
Color information
#AAD4AB (or 0xAAD4AB) is known color: Moss Green. HEX triplet: AA, D4 and AB. RGB value is (170,212,171). Sum of RGB (Red+Green+Blue) = 170+212+171=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD4AB is #552B54. Grayscale: #C2C2C2. Windows color (decimal): -5581653 or 11261098. OLE color: 11261098.
HSL color Cylindrical-coordinate representation of color #AAD4AB: hue angle of 121.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD4AB is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 171 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.17 |
| HSL | 121.43º | 0.33% | 0.75% | - |
| HSV(B) | 121.43º | 0.2% | 0.83% | - |
| XYZ | 47.47 | 58.57 | 47.33 | - |
| YUV | 194.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 171 | 0.20 | 0 | 0.19 | 0.17 | 121.43 | 0.33 | 0.75 |
| Hex | AA | D4 | AB | 14 | 0 | 13 | 11 | 79 | 21 | 4B |
| Octal | 252 | 324 | 253 | 24 | 0 | 23 | 21 | 171 | 41 | 113 |
| Binary | 10101010 | 11010100 | 10101011 | 10100 | 0 | 10011 | 10001 | 1111001 | 100001 | 1001011 |
Color Harmonies of #AAD4AB
Complementary color
Monochromatic Colors of #AAD4AB
Black with #AAD4AB
Text Example
Text Example
White with #AAD4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD4AB; }
p { color: rgb(170,212,171); }
H1.HeaderClassName
{
color: #AAD4AB;
}
.AnyTagClassName
{
color: #AAD4AB;
}
</style>
background-color css
<style>
a { background-color: #AAD4AB; }
a { background-color: rgb(170,212,171); }
div.DivClassName
{
background-color: #AAD4AB;
}
.BgClassName
{
background-color: #AAD4AB;
}
</style>
border-color css
<style>
span { border-color: #AAD4AB; }
span { border-color: rgb(170,212,171); }
td.TdClassName
{
border-color: #AAD4AB;
}
.TagClassName
{
border-color: #AAD4AB;
}
</style>