Shades of Moss Green #A8D5A6
Tints of Moss Green #A8D5A6
RGB
CMYK
RGB Variations
Color information
#A8D5A6 (or 0xA8D5A6) is known color: Moss Green. HEX triplet: A8, D5 and A6. RGB value is (168,213,166). Sum of RGB (Red+Green+Blue) = 168+213+166=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D5A6 is #572A59. Grayscale: #C2C2C2. Windows color (decimal): -5712474 or 10933672. OLE color: 10933672.
HSL color Cylindrical-coordinate representation of color #A8D5A6: hue angle of 117.45º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D5A6 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 166 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.16 |
| HSL | 117.45º | 0.36% | 0.74% | - |
| HSV(B) | 117.45º | 0.22% | 0.84% | - |
| XYZ | 46.83 | 58.67 | 44.93 | - |
| YUV | 194.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 166 | 0.21 | 0 | 0.22 | 0.16 | 117.45 | 0.36 | 0.74 |
| Hex | A8 | D5 | A6 | 15 | 0 | 16 | 10 | 75 | 24 | 4A |
| Octal | 250 | 325 | 246 | 25 | 0 | 26 | 20 | 165 | 44 | 112 |
| Binary | 10101000 | 11010101 | 10100110 | 10101 | 0 | 10110 | 10000 | 1110101 | 100100 | 1001010 |
Color Harmonies of #A8D5A6
Complementary color
Monochromatic Colors of #A8D5A6
Black with #A8D5A6
Text Example
Text Example
White with #A8D5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D5A6; }
p { color: rgb(168,213,166); }
H1.HeaderClassName
{
color: #A8D5A6;
}
.AnyTagClassName
{
color: #A8D5A6;
}
</style>
background-color css
<style>
a { background-color: #A8D5A6; }
a { background-color: rgb(168,213,166); }
div.DivClassName
{
background-color: #A8D5A6;
}
.BgClassName
{
background-color: #A8D5A6;
}
</style>
border-color css
<style>
span { border-color: #A8D5A6; }
span { border-color: rgb(168,213,166); }
td.TdClassName
{
border-color: #A8D5A6;
}
.TagClassName
{
border-color: #A8D5A6;
}
</style>