Shades of Moss Green #A8D5A7
Tints of Moss Green #A8D5A7
RGB
CMYK
RGB Variations
Color information
#A8D5A7 (or 0xA8D5A7) is known color: Moss Green. HEX triplet: A8, D5 and A7. RGB value is (168,213,167). Sum of RGB (Red+Green+Blue) = 168+213+167=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D5A7 is #572A58. Grayscale: #C2C2C2. Windows color (decimal): -5712473 or 10999208. OLE color: 10999208.
HSL color Cylindrical-coordinate representation of color #A8D5A7: hue angle of 118.7º degrees, saturation: 0.35, 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 #A8D5A7 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
RGB | 168 | 213 | 167 | - |
CMYK | 0.21 | 0 | 0.22 | 0.16 |
HSL | 118.7º | 0.35% | 0.75% | - |
HSV(B) | 118.7º | 0.22% | 0.84% | - |
XYZ | 46.92 | 58.7 | 45.42 | - |
YUV | 194.3 | 112.59 | 109.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 213 | 167 | 0.21 | 0 | 0.22 | 0.16 | 118.7 | 0.35 | 0.75 |
Hex | A8 | D5 | A7 | 15 | 0 | 16 | 10 | 77 | 23 | 4B |
Octal | 250 | 325 | 247 | 25 | 0 | 26 | 20 | 167 | 43 | 113 |
Binary | 10101000 | 11010101 | 10100111 | 10101 | 0 | 10110 | 10000 | 1110111 | 100011 | 1001011 |
Color Harmonies of #A8D5A7
Complementary color
Monochromatic Colors of #A8D5A7
Black with #A8D5A7
Text Example
Text Example
White with #A8D5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D5A7; }
p { color: rgb(168,213,167); }
H1.HeaderClassName
{
color: #A8D5A7;
}
.AnyTagClassName
{
color: #A8D5A7;
}
</style>
background-color css
<style>
a { background-color: #A8D5A7; }
a { background-color: rgb(168,213,167); }
div.DivClassName
{
background-color: #A8D5A7;
}
.BgClassName
{
background-color: #A8D5A7;
}
</style>
border-color css
<style>
span { border-color: #A8D5A7; }
span { border-color: rgb(168,213,167); }
td.TdClassName
{
border-color: #A8D5A7;
}
.TagClassName
{
border-color: #A8D5A7;
}
</style>