Shades of Moss Green #A8D6A7
Tints of Moss Green #A8D6A7
RGB
CMYK
RGB Variations
Color information
#A8D6A7 (or 0xA8D6A7) is known color: Moss Green. HEX triplet: A8, D6 and A7. RGB value is (168,214,167). Sum of RGB (Red+Green+Blue) = 168+214+167=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D6A7 is #572958. Grayscale: #C3C3C3. Windows color (decimal): -5712217 or 10999464. OLE color: 10999464.
HSL color Cylindrical-coordinate representation of color #A8D6A7: hue angle of 118.72º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D6A7 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 167 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.16 |
| HSL | 118.72º | 0.36% | 0.75% | - |
| HSV(B) | 118.72º | 0.22% | 0.84% | - |
| XYZ | 47.17 | 59.21 | 45.5 | - |
| YUV | 194.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 167 | 0.21 | 0 | 0.22 | 0.16 | 118.72 | 0.36 | 0.75 |
| Hex | A8 | D6 | A7 | 15 | 0 | 16 | 10 | 77 | 24 | 4B |
| Octal | 250 | 326 | 247 | 25 | 0 | 26 | 20 | 167 | 44 | 113 |
| Binary | 10101000 | 11010110 | 10100111 | 10101 | 0 | 10110 | 10000 | 1110111 | 100100 | 1001011 |
Color Harmonies of #A8D6A7
Complementary color
Monochromatic Colors of #A8D6A7
Black with #A8D6A7
Text Example
Text Example
White with #A8D6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D6A7; }
p { color: rgb(168,214,167); }
H1.HeaderClassName
{
color: #A8D6A7;
}
.AnyTagClassName
{
color: #A8D6A7;
}
</style>
background-color css
<style>
a { background-color: #A8D6A7; }
a { background-color: rgb(168,214,167); }
div.DivClassName
{
background-color: #A8D6A7;
}
.BgClassName
{
background-color: #A8D6A7;
}
</style>
border-color css
<style>
span { border-color: #A8D6A7; }
span { border-color: rgb(168,214,167); }
td.TdClassName
{
border-color: #A8D6A7;
}
.TagClassName
{
border-color: #A8D6A7;
}
</style>