Shades of Moss Green #A7DBAA
Tints of Moss Green #A7DBAA
RGB
CMYK
RGB Variations
Color information
#A7DBAA (or 0xA7DBAA) is known color: Moss Green. HEX triplet: A7, DB and AA. RGB value is (167,219,170). Sum of RGB (Red+Green+Blue) = 167+219+170=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DBAA is #582455. Grayscale: #C6C6C6. Windows color (decimal): -5776470 or 11197351. OLE color: 11197351.
HSL color Cylindrical-coordinate representation of color #A7DBAA: hue angle of 123.46º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DBAA is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 170 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.14 |
| HSL | 123.46º | 0.42% | 0.76% | - |
| HSV(B) | 123.46º | 0.24% | 0.86% | - |
| XYZ | 48.52 | 61.78 | 47.4 | - |
| YUV | 197.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 170 | 0.24 | 0 | 0.22 | 0.14 | 123.46 | 0.42 | 0.76 |
| Hex | A7 | DB | AA | 18 | 0 | 16 | E | 7B | 2A | 4C |
| Octal | 247 | 333 | 252 | 30 | 0 | 26 | 16 | 173 | 52 | 114 |
| Binary | 10100111 | 11011011 | 10101010 | 11000 | 0 | 10110 | 1110 | 1111011 | 101010 | 1001100 |
Color Harmonies of #A7DBAA
Complementary color
Monochromatic Colors of #A7DBAA
Black with #A7DBAA
Text Example
Text Example
White with #A7DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBAA; }
p { color: rgb(167,219,170); }
H1.HeaderClassName
{
color: #A7DBAA;
}
.AnyTagClassName
{
color: #A7DBAA;
}
</style>
background-color css
<style>
a { background-color: #A7DBAA; }
a { background-color: rgb(167,219,170); }
div.DivClassName
{
background-color: #A7DBAA;
}
.BgClassName
{
background-color: #A7DBAA;
}
</style>
border-color css
<style>
span { border-color: #A7DBAA; }
span { border-color: rgb(167,219,170); }
td.TdClassName
{
border-color: #A7DBAA;
}
.TagClassName
{
border-color: #A7DBAA;
}
</style>