Shades of Moss Green #A8DAA9
Tints of Moss Green #A8DAA9
RGB
CMYK
RGB Variations
Color information
#A8DAA9 (or 0xA8DAA9) is known color: Moss Green. HEX triplet: A8, DA and A9. RGB value is (168,218,169). Sum of RGB (Red+Green+Blue) = 168+218+169=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DAA9 is #572556. Grayscale: #C5C5C5. Windows color (decimal): -5711191 or 11131560. OLE color: 11131560.
HSL color Cylindrical-coordinate representation of color #A8DAA9: hue angle of 121.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAA9 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 169 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.15 |
| HSL | 121.2º | 0.4% | 0.76% | - |
| HSV(B) | 121.2º | 0.23% | 0.85% | - |
| XYZ | 48.38 | 61.33 | 46.82 | - |
| YUV | 197.46 | 111.94 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 169 | 0.23 | 0 | 0.22 | 0.15 | 121.2 | 0.4 | 0.76 |
| Hex | A8 | DA | A9 | 17 | 0 | 16 | F | 79 | 28 | 4C |
| Octal | 250 | 332 | 251 | 27 | 0 | 26 | 17 | 171 | 50 | 114 |
| Binary | 10101000 | 11011010 | 10101001 | 10111 | 0 | 10110 | 1111 | 1111001 | 101000 | 1001100 |
Color Harmonies of #A8DAA9
Complementary color
Monochromatic Colors of #A8DAA9
Black with #A8DAA9
Text Example
Text Example
White with #A8DAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAA9; }
p { color: rgb(168,218,169); }
H1.HeaderClassName
{
color: #A8DAA9;
}
.AnyTagClassName
{
color: #A8DAA9;
}
</style>
background-color css
<style>
a { background-color: #A8DAA9; }
a { background-color: rgb(168,218,169); }
div.DivClassName
{
background-color: #A8DAA9;
}
.BgClassName
{
background-color: #A8DAA9;
}
</style>
border-color css
<style>
span { border-color: #A8DAA9; }
span { border-color: rgb(168,218,169); }
td.TdClassName
{
border-color: #A8DAA9;
}
.TagClassName
{
border-color: #A8DAA9;
}
</style>