Shades of Moss Green #A8D9A6
Tints of Moss Green #A8D9A6
RGB
CMYK
RGB Variations
Color information
#A8D9A6 (or 0xA8D9A6) is known color: Moss Green. HEX triplet: A8, D9 and A6. RGB value is (168,217,166). Sum of RGB (Red+Green+Blue) = 168+217+166=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D9A6 is #572659. Grayscale: #C4C4C4. Windows color (decimal): -5711450 or 10934696. OLE color: 10934696.
HSL color Cylindrical-coordinate representation of color #A8D9A6: hue angle of 117.65º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8D9A6 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
RGB | 168 | 217 | 166 | - |
CMYK | 0.23 | 0 | 0.24 | 0.15 |
HSL | 117.65º | 0.4% | 0.75% | - |
HSV(B) | 117.65º | 0.24% | 0.85% | - |
XYZ | 47.84 | 60.7 | 45.27 | - |
YUV | 196.54 | 110.77 | 107.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 217 | 166 | 0.23 | 0 | 0.24 | 0.15 | 117.65 | 0.4 | 0.75 |
Hex | A8 | D9 | A6 | 17 | 0 | 18 | F | 76 | 28 | 4B |
Octal | 250 | 331 | 246 | 27 | 0 | 30 | 17 | 166 | 50 | 113 |
Binary | 10101000 | 11011001 | 10100110 | 10111 | 0 | 11000 | 1111 | 1110110 | 101000 | 1001011 |
Color Harmonies of #A8D9A6
Complementary color
Monochromatic Colors of #A8D9A6
Black with #A8D9A6
Text Example
Text Example
White with #A8D9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9A6; }
p { color: rgb(168,217,166); }
H1.HeaderClassName
{
color: #A8D9A6;
}
.AnyTagClassName
{
color: #A8D9A6;
}
</style>
background-color css
<style>
a { background-color: #A8D9A6; }
a { background-color: rgb(168,217,166); }
div.DivClassName
{
background-color: #A8D9A6;
}
.BgClassName
{
background-color: #A8D9A6;
}
</style>
border-color css
<style>
span { border-color: #A8D9A6; }
span { border-color: rgb(168,217,166); }
td.TdClassName
{
border-color: #A8D9A6;
}
.TagClassName
{
border-color: #A8D9A6;
}
</style>