Shades of Moss Green #A8D6A4
Tints of Moss Green #A8D6A4
RGB
CMYK
RGB Variations
Color information
#A8D6A4 (or 0xA8D6A4) is known color: Moss Green. HEX triplet: A8, D6 and A4. RGB value is (168,214,164). Sum of RGB (Red+Green+Blue) = 168+214+164=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D6A4 is #57295B. Grayscale: #C2C2C2. Windows color (decimal): -5712220 or 10802856. OLE color: 10802856.
HSL color Cylindrical-coordinate representation of color #A8D6A4: hue angle of 115.2º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D6A4 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 164 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.16 |
| HSL | 115.2º | 0.38% | 0.74% | - |
| HSV(B) | 115.2º | 0.23% | 0.84% | - |
| XYZ | 46.9 | 59.1 | 44.06 | - |
| YUV | 194.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 164 | 0.21 | 0 | 0.23 | 0.16 | 115.2 | 0.38 | 0.74 |
| Hex | A8 | D6 | A4 | 15 | 0 | 17 | 10 | 73 | 26 | 4A |
| Octal | 250 | 326 | 244 | 25 | 0 | 27 | 20 | 163 | 46 | 112 |
| Binary | 10101000 | 11010110 | 10100100 | 10101 | 0 | 10111 | 10000 | 1110011 | 100110 | 1001010 |
Color Harmonies of #A8D6A4
Complementary color
Monochromatic Colors of #A8D6A4
Black with #A8D6A4
Text Example
Text Example
White with #A8D6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D6A4; }
p { color: rgb(168,214,164); }
H1.HeaderClassName
{
color: #A8D6A4;
}
.AnyTagClassName
{
color: #A8D6A4;
}
</style>
background-color css
<style>
a { background-color: #A8D6A4; }
a { background-color: rgb(168,214,164); }
div.DivClassName
{
background-color: #A8D6A4;
}
.BgClassName
{
background-color: #A8D6A4;
}
</style>
border-color css
<style>
span { border-color: #A8D6A4; }
span { border-color: rgb(168,214,164); }
td.TdClassName
{
border-color: #A8D6A4;
}
.TagClassName
{
border-color: #A8D6A4;
}
</style>