Shades of Moss Green #A9DBAA
Tints of Moss Green #A9DBAA
RGB
CMYK
RGB Variations
Color information
#A9DBAA (or 0xA9DBAA) is known color: Moss Green. HEX triplet: A9, DB and AA. RGB value is (169,219,170). Sum of RGB (Red+Green+Blue) = 169+219+170=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DBAA is #562455. Grayscale: #C6C6C6. Windows color (decimal): -5645398 or 11197353. OLE color: 11197353.
HSL color Cylindrical-coordinate representation of color #A9DBAA: hue angle of 121.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DBAA is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 170 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.14 |
| HSL | 121.2º | 0.41% | 0.76% | - |
| HSV(B) | 121.2º | 0.23% | 0.86% | - |
| XYZ | 48.95 | 62 | 47.42 | - |
| YUV | 198.46 | 111.94 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 170 | 0.23 | 0 | 0.22 | 0.14 | 121.2 | 0.41 | 0.76 |
| Hex | A9 | DB | AA | 17 | 0 | 16 | E | 79 | 29 | 4C |
| Octal | 251 | 333 | 252 | 27 | 0 | 26 | 16 | 171 | 51 | 114 |
| Binary | 10101001 | 11011011 | 10101010 | 10111 | 0 | 10110 | 1110 | 1111001 | 101001 | 1001100 |
Color Harmonies of #A9DBAA
Complementary color
Monochromatic Colors of #A9DBAA
Black with #A9DBAA
Text Example
Text Example
White with #A9DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBAA; }
p { color: rgb(169,219,170); }
H1.HeaderClassName
{
color: #A9DBAA;
}
.AnyTagClassName
{
color: #A9DBAA;
}
</style>
background-color css
<style>
a { background-color: #A9DBAA; }
a { background-color: rgb(169,219,170); }
div.DivClassName
{
background-color: #A9DBAA;
}
.BgClassName
{
background-color: #A9DBAA;
}
</style>
border-color css
<style>
span { border-color: #A9DBAA; }
span { border-color: rgb(169,219,170); }
td.TdClassName
{
border-color: #A9DBAA;
}
.TagClassName
{
border-color: #A9DBAA;
}
</style>