Shades of Moss Green #A9D0AB
Tints of Moss Green #A9D0AB
RGB
CMYK
RGB Variations
Color information
#A9D0AB (or 0xA9D0AB) is known color: Moss Green. HEX triplet: A9, D0 and AB. RGB value is (169,208,171). Sum of RGB (Red+Green+Blue) = 169+208+171=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D0AB is #562F54. Grayscale: #C0C0C0. Windows color (decimal): -5648213 or 11260073. OLE color: 11260073.
HSL color Cylindrical-coordinate representation of color #A9D0AB: hue angle of 123.08º degrees, saturation: 0.29, 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 #A9D0AB is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 208 | 171 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.18 |
| HSL | 123.08º | 0.29% | 0.74% | - |
| HSV(B) | 123.08º | 0.19% | 0.82% | - |
| XYZ | 46.27 | 56.49 | 46.99 | - |
| YUV | 192.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 171 | 0.19 | 0 | 0.18 | 0.18 | 123.08 | 0.29 | 0.74 |
| Hex | A9 | D0 | AB | 13 | 0 | 12 | 12 | 7B | 1D | 4A |
| Octal | 251 | 320 | 253 | 23 | 0 | 22 | 22 | 173 | 35 | 112 |
| Binary | 10101001 | 11010000 | 10101011 | 10011 | 0 | 10010 | 10010 | 1111011 | 11101 | 1001010 |
Color Harmonies of #A9D0AB
Complementary color
Monochromatic Colors of #A9D0AB
Black with #A9D0AB
Text Example
Text Example
White with #A9D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D0AB; }
p { color: rgb(169,208,171); }
H1.HeaderClassName
{
color: #A9D0AB;
}
.AnyTagClassName
{
color: #A9D0AB;
}
</style>
background-color css
<style>
a { background-color: #A9D0AB; }
a { background-color: rgb(169,208,171); }
div.DivClassName
{
background-color: #A9D0AB;
}
.BgClassName
{
background-color: #A9D0AB;
}
</style>
border-color css
<style>
span { border-color: #A9D0AB; }
span { border-color: rgb(169,208,171); }
td.TdClassName
{
border-color: #A9D0AB;
}
.TagClassName
{
border-color: #A9D0AB;
}
</style>