Shades of Moss Green #A8DEA8
Tints of Moss Green #A8DEA8
RGB
CMYK
RGB Variations
Color information
#A8DEA8 (or 0xA8DEA8) is known color: Moss Green. HEX triplet: A8, DE and A8. RGB value is (168,222,168). Sum of RGB (Red+Green+Blue) = 168+222+168=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DEA8 is #572157. Grayscale: #C7C7C7. Windows color (decimal): -5710168 or 11067048. OLE color: 11067048.
HSL color Cylindrical-coordinate representation of color #A8DEA8: hue angle of 120º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DEA8 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 222 | 168 | - |
CMYK | 0.24 | 0 | 0.24 | 0.13 |
HSL | 120º | 0.45% | 0.76% | - |
HSV(B) | 120º | 0.24% | 0.87% | - |
XYZ | 49.34 | 63.39 | 46.68 | - |
YUV | 199.7 | 110.11 | 105.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 222 | 168 | 0.24 | 0 | 0.24 | 0.13 | 120 | 0.45 | 0.76 |
Hex | A8 | DE | A8 | 18 | 0 | 18 | D | 78 | 2D | 4C |
Octal | 250 | 336 | 250 | 30 | 0 | 30 | 15 | 170 | 55 | 114 |
Binary | 10101000 | 11011110 | 10101000 | 11000 | 0 | 11000 | 1101 | 1111000 | 101101 | 1001100 |
Color Harmonies of #A8DEA8
Complementary color
Monochromatic Colors of #A8DEA8
Black with #A8DEA8
Text Example
Text Example
White with #A8DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEA8; }
p { color: rgb(168,222,168); }
H1.HeaderClassName
{
color: #A8DEA8;
}
.AnyTagClassName
{
color: #A8DEA8;
}
</style>
background-color css
<style>
a { background-color: #A8DEA8; }
a { background-color: rgb(168,222,168); }
div.DivClassName
{
background-color: #A8DEA8;
}
.BgClassName
{
background-color: #A8DEA8;
}
</style>
border-color css
<style>
span { border-color: #A8DEA8; }
span { border-color: rgb(168,222,168); }
td.TdClassName
{
border-color: #A8DEA8;
}
.TagClassName
{
border-color: #A8DEA8;
}
</style>