Shades of Moss Green #AAD1AB
Tints of Moss Green #AAD1AB
RGB
CMYK
RGB Variations
Color information
#AAD1AB (or 0xAAD1AB) is known color: Moss Green. HEX triplet: AA, D1 and AB. RGB value is (170,209,171). Sum of RGB (Red+Green+Blue) = 170+209+171=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1AB is #552E54. Grayscale: #C1C1C1. Windows color (decimal): -5582421 or 11260330. OLE color: 11260330.
HSL color Cylindrical-coordinate representation of color #AAD1AB: hue angle of 121.54º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1AB is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 171 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.18 |
| HSL | 121.54º | 0.3% | 0.74% | - |
| HSV(B) | 121.54º | 0.19% | 0.82% | - |
| XYZ | 46.73 | 57.09 | 47.08 | - |
| YUV | 193.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 171 | 0.19 | 0 | 0.18 | 0.18 | 121.54 | 0.3 | 0.74 |
| Hex | AA | D1 | AB | 13 | 0 | 12 | 12 | 7A | 1E | 4A |
| Octal | 252 | 321 | 253 | 23 | 0 | 22 | 22 | 172 | 36 | 112 |
| Binary | 10101010 | 11010001 | 10101011 | 10011 | 0 | 10010 | 10010 | 1111010 | 11110 | 1001010 |
Color Harmonies of #AAD1AB
Complementary color
Monochromatic Colors of #AAD1AB
Black with #AAD1AB
Text Example
Text Example
White with #AAD1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1AB; }
p { color: rgb(170,209,171); }
H1.HeaderClassName
{
color: #AAD1AB;
}
.AnyTagClassName
{
color: #AAD1AB;
}
</style>
background-color css
<style>
a { background-color: #AAD1AB; }
a { background-color: rgb(170,209,171); }
div.DivClassName
{
background-color: #AAD1AB;
}
.BgClassName
{
background-color: #AAD1AB;
}
</style>
border-color css
<style>
span { border-color: #AAD1AB; }
span { border-color: rgb(170,209,171); }
td.TdClassName
{
border-color: #AAD1AB;
}
.TagClassName
{
border-color: #AAD1AB;
}
</style>