Shades of Moss Green #A8D2AB
Tints of Moss Green #A8D2AB
RGB
CMYK
RGB Variations
Color information
#A8D2AB (or 0xA8D2AB) is known color: Moss Green. HEX triplet: A8, D2 and AB. RGB value is (168,210,171). Sum of RGB (Red+Green+Blue) = 168+210+171=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D2AB is #572D54. Grayscale: #C1C1C1. Windows color (decimal): -5713237 or 11260584. OLE color: 11260584.
HSL color Cylindrical-coordinate representation of color #A8D2AB: hue angle of 124.29º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D2AB is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 171 | - |
| CMYK | 0.2 | 0 | 0.19 | 0.18 |
| HSL | 124.29º | 0.32% | 0.74% | - |
| HSV(B) | 124.29º | 0.2% | 0.82% | - |
| XYZ | 46.55 | 57.36 | 47.15 | - |
| YUV | 193 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 171 | 0.2 | 0 | 0.19 | 0.18 | 124.29 | 0.32 | 0.74 |
| Hex | A8 | D2 | AB | 14 | 0 | 13 | 12 | 7C | 20 | 4A |
| Octal | 250 | 322 | 253 | 24 | 0 | 23 | 22 | 174 | 40 | 112 |
| Binary | 10101000 | 11010010 | 10101011 | 10100 | 0 | 10011 | 10010 | 1111100 | 100000 | 1001010 |
Color Harmonies of #A8D2AB
Complementary color
Monochromatic Colors of #A8D2AB
Black with #A8D2AB
Text Example
Text Example
White with #A8D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D2AB; }
p { color: rgb(168,210,171); }
H1.HeaderClassName
{
color: #A8D2AB;
}
.AnyTagClassName
{
color: #A8D2AB;
}
</style>
background-color css
<style>
a { background-color: #A8D2AB; }
a { background-color: rgb(168,210,171); }
div.DivClassName
{
background-color: #A8D2AB;
}
.BgClassName
{
background-color: #A8D2AB;
}
</style>
border-color css
<style>
span { border-color: #A8D2AB; }
span { border-color: rgb(168,210,171); }
td.TdClassName
{
border-color: #A8D2AB;
}
.TagClassName
{
border-color: #A8D2AB;
}
</style>