Shades of Moss Green #A8D0A8
Tints of Moss Green #A8D0A8
RGB
CMYK
RGB Variations
Color information
#A8D0A8 (or 0xA8D0A8) is known color: Moss Green. HEX triplet: A8, D0 and A8. RGB value is (168,208,168). Sum of RGB (Red+Green+Blue) = 168+208+168=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D0A8 is #572F57. Grayscale: #BFBFBF. Windows color (decimal): -5713752 or 11063464. OLE color: 11063464.
HSL color Cylindrical-coordinate representation of color #A8D0A8: hue angle of 120º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8D0A8 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
RGB | 168 | 208 | 168 | - |
CMYK | 0.19 | 0 | 0.19 | 0.18 |
HSL | 120º | 0.3% | 0.74% | - |
HSV(B) | 120º | 0.19% | 0.82% | - |
XYZ | 45.77 | 56.26 | 45.49 | - |
YUV | 191.48 | 114.75 | 111.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 208 | 168 | 0.19 | 0 | 0.19 | 0.18 | 120 | 0.3 | 0.74 |
Hex | A8 | D0 | A8 | 13 | 0 | 13 | 12 | 78 | 1E | 4A |
Octal | 250 | 320 | 250 | 23 | 0 | 23 | 22 | 170 | 36 | 112 |
Binary | 10101000 | 11010000 | 10101000 | 10011 | 0 | 10011 | 10010 | 1111000 | 11110 | 1001010 |
Color Harmonies of #A8D0A8
Complementary color
Monochromatic Colors of #A8D0A8
Black with #A8D0A8
Text Example
Text Example
White with #A8D0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D0A8; }
p { color: rgb(168,208,168); }
H1.HeaderClassName
{
color: #A8D0A8;
}
.AnyTagClassName
{
color: #A8D0A8;
}
</style>
background-color css
<style>
a { background-color: #A8D0A8; }
a { background-color: rgb(168,208,168); }
div.DivClassName
{
background-color: #A8D0A8;
}
.BgClassName
{
background-color: #A8D0A8;
}
</style>
border-color css
<style>
span { border-color: #A8D0A8; }
span { border-color: rgb(168,208,168); }
td.TdClassName
{
border-color: #A8D0A8;
}
.TagClassName
{
border-color: #A8D0A8;
}
</style>