Shades of Moss Green #A8DAA7
Tints of Moss Green #A8DAA7
RGB
CMYK
RGB Variations
Color information
#A8DAA7 (or 0xA8DAA7) is known color: Moss Green. HEX triplet: A8, DA and A7. RGB value is (168,218,167). Sum of RGB (Red+Green+Blue) = 168+218+167=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 167 (65.62% from 255 or 30.20% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DAA7 is #572558. Grayscale: #C5C5C5. Windows color (decimal): -5711193 or 11000488. OLE color: 11000488.
HSL color Cylindrical-coordinate representation of color #A8DAA7: hue angle of 118.82º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAA7 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 167 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.15 |
| HSL | 118.82º | 0.41% | 0.75% | - |
| HSV(B) | 118.82º | 0.23% | 0.85% | - |
| XYZ | 48.19 | 61.26 | 45.84 | - |
| YUV | 197.24 | 110.94 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 167 | 0.23 | 0 | 0.23 | 0.15 | 118.82 | 0.41 | 0.75 |
| Hex | A8 | DA | A7 | 17 | 0 | 17 | F | 77 | 29 | 4B |
| Octal | 250 | 332 | 247 | 27 | 0 | 27 | 17 | 167 | 51 | 113 |
| Binary | 10101000 | 11011010 | 10100111 | 10111 | 0 | 10111 | 1111 | 1110111 | 101001 | 1001011 |
Color Harmonies of #A8DAA7
Complementary color
Monochromatic Colors of #A8DAA7
Black with #A8DAA7
Text Example
Text Example
White with #A8DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAA7; }
p { color: rgb(168,218,167); }
H1.HeaderClassName
{
color: #A8DAA7;
}
.AnyTagClassName
{
color: #A8DAA7;
}
</style>
background-color css
<style>
a { background-color: #A8DAA7; }
a { background-color: rgb(168,218,167); }
div.DivClassName
{
background-color: #A8DAA7;
}
.BgClassName
{
background-color: #A8DAA7;
}
</style>
border-color css
<style>
span { border-color: #A8DAA7; }
span { border-color: rgb(168,218,167); }
td.TdClassName
{
border-color: #A8DAA7;
}
.TagClassName
{
border-color: #A8DAA7;
}
</style>