Shades of Moss Green #A8DBA9
Tints of Moss Green #A8DBA9
RGB
CMYK
RGB Variations
Color information
#A8DBA9 (or 0xA8DBA9) is known color: Moss Green. HEX triplet: A8, DB and A9. RGB value is (168,219,169). Sum of RGB (Red+Green+Blue) = 168+219+169=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DBA9 is #572456. Grayscale: #C6C6C6. Windows color (decimal): -5710935 or 11131816. OLE color: 11131816.
HSL color Cylindrical-coordinate representation of color #A8DBA9: hue angle of 121.18º 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 #A8DBA9 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 169 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.14 |
| HSL | 121.18º | 0.41% | 0.76% | - |
| HSV(B) | 121.18º | 0.23% | 0.86% | - |
| XYZ | 48.64 | 61.85 | 46.91 | - |
| YUV | 198.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 169 | 0.23 | 0 | 0.23 | 0.14 | 121.18 | 0.41 | 0.76 |
| Hex | A8 | DB | A9 | 17 | 0 | 17 | E | 79 | 29 | 4C |
| Octal | 250 | 333 | 251 | 27 | 0 | 27 | 16 | 171 | 51 | 114 |
| Binary | 10101000 | 11011011 | 10101001 | 10111 | 0 | 10111 | 1110 | 1111001 | 101001 | 1001100 |
Color Harmonies of #A8DBA9
Complementary color
Monochromatic Colors of #A8DBA9
Black with #A8DBA9
Text Example
Text Example
White with #A8DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBA9; }
p { color: rgb(168,219,169); }
H1.HeaderClassName
{
color: #A8DBA9;
}
.AnyTagClassName
{
color: #A8DBA9;
}
</style>
background-color css
<style>
a { background-color: #A8DBA9; }
a { background-color: rgb(168,219,169); }
div.DivClassName
{
background-color: #A8DBA9;
}
.BgClassName
{
background-color: #A8DBA9;
}
</style>
border-color css
<style>
span { border-color: #A8DBA9; }
span { border-color: rgb(168,219,169); }
td.TdClassName
{
border-color: #A8DBA9;
}
.TagClassName
{
border-color: #A8DBA9;
}
</style>