Shades of Moss Green #A9D2AB
Tints of Moss Green #A9D2AB
RGB
CMYK
RGB Variations
Color information
#A9D2AB (or 0xA9D2AB) is known color: Moss Green. HEX triplet: A9, D2 and AB. RGB value is (169,210,171). Sum of RGB (Red+Green+Blue) = 169+210+171=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D2AB is #562D54. Grayscale: #C1C1C1. Windows color (decimal): -5647701 or 11260585. OLE color: 11260585.
HSL color Cylindrical-coordinate representation of color #A9D2AB: hue angle of 122.93º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9D2AB is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 210 | 171 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.18 |
| HSL | 122.93º | 0.31% | 0.74% | - |
| HSV(B) | 122.93º | 0.2% | 0.82% | - |
| XYZ | 46.76 | 57.47 | 47.16 | - |
| YUV | 193.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 171 | 0.20 | 0 | 0.19 | 0.18 | 122.93 | 0.31 | 0.74 |
| Hex | A9 | D2 | AB | 14 | 0 | 13 | 12 | 7B | 1F | 4A |
| Octal | 251 | 322 | 253 | 24 | 0 | 23 | 22 | 173 | 37 | 112 |
| Binary | 10101001 | 11010010 | 10101011 | 10100 | 0 | 10011 | 10010 | 1111011 | 11111 | 1001010 |
Color Harmonies of #A9D2AB
Complementary color
Monochromatic Colors of #A9D2AB
Black with #A9D2AB
Text Example
Text Example
White with #A9D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D2AB; }
p { color: rgb(169,210,171); }
H1.HeaderClassName
{
color: #A9D2AB;
}
.AnyTagClassName
{
color: #A9D2AB;
}
</style>
background-color css
<style>
a { background-color: #A9D2AB; }
a { background-color: rgb(169,210,171); }
div.DivClassName
{
background-color: #A9D2AB;
}
.BgClassName
{
background-color: #A9D2AB;
}
</style>
border-color css
<style>
span { border-color: #A9D2AB; }
span { border-color: rgb(169,210,171); }
td.TdClassName
{
border-color: #A9D2AB;
}
.TagClassName
{
border-color: #A9D2AB;
}
</style>