Shades of Moss Green #A8D8AB
Tints of Moss Green #A8D8AB
RGB
CMYK
RGB Variations
Color information
#A8D8AB (or 0xA8D8AB) is known color: Moss Green. HEX triplet: A8, D8 and AB. RGB value is (168,216,171). Sum of RGB (Red+Green+Blue) = 168+216+171=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D8AB is #572754. Grayscale: #C4C4C4. Windows color (decimal): -5711701 or 11262120. OLE color: 11262120.
HSL color Cylindrical-coordinate representation of color #A8D8AB: hue angle of 123.75º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D8AB is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 171 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.15 |
| HSL | 123.75º | 0.38% | 0.75% | - |
| HSV(B) | 123.75º | 0.22% | 0.85% | - |
| XYZ | 48.06 | 60.38 | 47.65 | - |
| YUV | 196.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 171 | 0.22 | 0 | 0.21 | 0.15 | 123.75 | 0.38 | 0.75 |
| Hex | A8 | D8 | AB | 16 | 0 | 15 | F | 7C | 26 | 4B |
| Octal | 250 | 330 | 253 | 26 | 0 | 25 | 17 | 174 | 46 | 113 |
| Binary | 10101000 | 11011000 | 10101011 | 10110 | 0 | 10101 | 1111 | 1111100 | 100110 | 1001011 |
Color Harmonies of #A8D8AB
Complementary color
Monochromatic Colors of #A8D8AB
Black with #A8D8AB
Text Example
Text Example
White with #A8D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D8AB; }
p { color: rgb(168,216,171); }
H1.HeaderClassName
{
color: #A8D8AB;
}
.AnyTagClassName
{
color: #A8D8AB;
}
</style>
background-color css
<style>
a { background-color: #A8D8AB; }
a { background-color: rgb(168,216,171); }
div.DivClassName
{
background-color: #A8D8AB;
}
.BgClassName
{
background-color: #A8D8AB;
}
</style>
border-color css
<style>
span { border-color: #A8D8AB; }
span { border-color: rgb(168,216,171); }
td.TdClassName
{
border-color: #A8D8AB;
}
.TagClassName
{
border-color: #A8D8AB;
}
</style>