Shades of Moss Green #A8D7A1
Tints of Moss Green #A8D7A1
RGB
CMYK
RGB Variations
Color information
#A8D7A1 (or 0xA8D7A1) is known color: Moss Green. HEX triplet: A8, D7 and A1. RGB value is (168,215,161). Sum of RGB (Red+Green+Blue) = 168+215+161=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D7A1 is #57285E. Grayscale: #C2C2C2. Windows color (decimal): -5711967 or 10606504. OLE color: 10606504.
HSL color Cylindrical-coordinate representation of color #A8D7A1: hue angle of 112.22º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8D7A1 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
RGB | 168 | 215 | 161 | - |
CMYK | 0.22 | 0 | 0.25 | 0.16 |
HSL | 112.22º | 0.4% | 0.74% | - |
HSV(B) | 112.22º | 0.25% | 0.84% | - |
XYZ | 46.88 | 59.5 | 42.73 | - |
YUV | 194.79 | 108.93 | 108.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 215 | 161 | 0.22 | 0 | 0.25 | 0.16 | 112.22 | 0.4 | 0.74 |
Hex | A8 | D7 | A1 | 16 | 0 | 19 | 10 | 70 | 28 | 4A |
Octal | 250 | 327 | 241 | 26 | 0 | 31 | 20 | 160 | 50 | 112 |
Binary | 10101000 | 11010111 | 10100001 | 10110 | 0 | 11001 | 10000 | 1110000 | 101000 | 1001010 |
Color Harmonies of #A8D7A1
Complementary color
Monochromatic Colors of #A8D7A1
Black with #A8D7A1
Text Example
Text Example
White with #A8D7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D7A1; }
p { color: rgb(168,215,161); }
H1.HeaderClassName
{
color: #A8D7A1;
}
.AnyTagClassName
{
color: #A8D7A1;
}
</style>
background-color css
<style>
a { background-color: #A8D7A1; }
a { background-color: rgb(168,215,161); }
div.DivClassName
{
background-color: #A8D7A1;
}
.BgClassName
{
background-color: #A8D7A1;
}
</style>
border-color css
<style>
span { border-color: #A8D7A1; }
span { border-color: rgb(168,215,161); }
td.TdClassName
{
border-color: #A8D7A1;
}
.TagClassName
{
border-color: #A8D7A1;
}
</style>