Shades of Moss Green #A8D5AB
Tints of Moss Green #A8D5AB
RGB
CMYK
RGB Variations
Color information
#A8D5AB (or 0xA8D5AB) is known color: Moss Green. HEX triplet: A8, D5 and AB. RGB value is (168,213,171). Sum of RGB (Red+Green+Blue) = 168+213+171=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D5AB is #572A54. Grayscale: #C2C2C2. Windows color (decimal): -5712469 or 11261352. OLE color: 11261352.
HSL color Cylindrical-coordinate representation of color #A8D5AB: hue angle of 124º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D5AB is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 171 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.16 |
| HSL | 124º | 0.35% | 0.75% | - |
| HSV(B) | 124º | 0.21% | 0.84% | - |
| XYZ | 47.29 | 58.85 | 47.4 | - |
| YUV | 194.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 171 | 0.21 | 0 | 0.20 | 0.16 | 124 | 0.35 | 0.75 |
| Hex | A8 | D5 | AB | 15 | 0 | 14 | 10 | 7C | 23 | 4B |
| Octal | 250 | 325 | 253 | 25 | 0 | 24 | 20 | 174 | 43 | 113 |
| Binary | 10101000 | 11010101 | 10101011 | 10101 | 0 | 10100 | 10000 | 1111100 | 100011 | 1001011 |
Color Harmonies of #A8D5AB
Complementary color
Monochromatic Colors of #A8D5AB
Black with #A8D5AB
Text Example
Text Example
White with #A8D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D5AB; }
p { color: rgb(168,213,171); }
H1.HeaderClassName
{
color: #A8D5AB;
}
.AnyTagClassName
{
color: #A8D5AB;
}
</style>
background-color css
<style>
a { background-color: #A8D5AB; }
a { background-color: rgb(168,213,171); }
div.DivClassName
{
background-color: #A8D5AB;
}
.BgClassName
{
background-color: #A8D5AB;
}
</style>
border-color css
<style>
span { border-color: #A8D5AB; }
span { border-color: rgb(168,213,171); }
td.TdClassName
{
border-color: #A8D5AB;
}
.TagClassName
{
border-color: #A8D5AB;
}
</style>