Shades of Moss Green #A8D7A6
Tints of Moss Green #A8D7A6
RGB
CMYK
RGB Variations
Color information
#A8D7A6 (or 0xA8D7A6) is known color: Moss Green. HEX triplet: A8, D7 and A6. RGB value is (168,215,166). Sum of RGB (Red+Green+Blue) = 168+215+166=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D7A6 is #572859. Grayscale: #C3C3C3. Windows color (decimal): -5711962 or 10934184. OLE color: 10934184.
HSL color Cylindrical-coordinate representation of color #A8D7A6: hue angle of 117.55º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D7A6 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 166 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.16 |
| HSL | 117.55º | 0.38% | 0.75% | - |
| HSV(B) | 117.55º | 0.23% | 0.84% | - |
| XYZ | 47.33 | 59.68 | 45.1 | - |
| YUV | 195.36 | 111.43 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 166 | 0.22 | 0 | 0.23 | 0.16 | 117.55 | 0.38 | 0.75 |
| Hex | A8 | D7 | A6 | 16 | 0 | 17 | 10 | 76 | 26 | 4B |
| Octal | 250 | 327 | 246 | 26 | 0 | 27 | 20 | 166 | 46 | 113 |
| Binary | 10101000 | 11010111 | 10100110 | 10110 | 0 | 10111 | 10000 | 1110110 | 100110 | 1001011 |
Color Harmonies of #A8D7A6
Complementary color
Monochromatic Colors of #A8D7A6
Black with #A8D7A6
Text Example
Text Example
White with #A8D7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D7A6; }
p { color: rgb(168,215,166); }
H1.HeaderClassName
{
color: #A8D7A6;
}
.AnyTagClassName
{
color: #A8D7A6;
}
</style>
background-color css
<style>
a { background-color: #A8D7A6; }
a { background-color: rgb(168,215,166); }
div.DivClassName
{
background-color: #A8D7A6;
}
.BgClassName
{
background-color: #A8D7A6;
}
</style>
border-color css
<style>
span { border-color: #A8D7A6; }
span { border-color: rgb(168,215,166); }
td.TdClassName
{
border-color: #A8D7A6;
}
.TagClassName
{
border-color: #A8D7A6;
}
</style>