Shades of Moss Green #A8DEA4
Tints of Moss Green #A8DEA4
RGB
CMYK
RGB Variations
Color information
#A8DEA4 (or 0xA8DEA4) is known color: Moss Green. HEX triplet: A8, DE and A4. RGB value is (168,222,164). Sum of RGB (Red+Green+Blue) = 168+222+164=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DEA4 is #57215B. Grayscale: #C7C7C7. Windows color (decimal): -5710172 or 10804904. OLE color: 10804904.
HSL color Cylindrical-coordinate representation of color #A8DEA4: hue angle of 115.86º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8DEA4 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 164 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.13 |
| HSL | 115.86º | 0.47% | 0.76% | - |
| HSV(B) | 115.86º | 0.26% | 0.87% | - |
| XYZ | 48.97 | 63.25 | 44.75 | - |
| YUV | 199.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 164 | 0.24 | 0 | 0.26 | 0.13 | 115.86 | 0.47 | 0.76 |
| Hex | A8 | DE | A4 | 18 | 0 | 1A | D | 74 | 2F | 4C |
| Octal | 250 | 336 | 244 | 30 | 0 | 32 | 15 | 164 | 57 | 114 |
| Binary | 10101000 | 11011110 | 10100100 | 11000 | 0 | 11010 | 1101 | 1110100 | 101111 | 1001100 |
Color Harmonies of #A8DEA4
Complementary color
Monochromatic Colors of #A8DEA4
Black with #A8DEA4
Text Example
Text Example
White with #A8DEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEA4; }
p { color: rgb(168,222,164); }
H1.HeaderClassName
{
color: #A8DEA4;
}
.AnyTagClassName
{
color: #A8DEA4;
}
</style>
background-color css
<style>
a { background-color: #A8DEA4; }
a { background-color: rgb(168,222,164); }
div.DivClassName
{
background-color: #A8DEA4;
}
.BgClassName
{
background-color: #A8DEA4;
}
</style>
border-color css
<style>
span { border-color: #A8DEA4; }
span { border-color: rgb(168,222,164); }
td.TdClassName
{
border-color: #A8DEA4;
}
.TagClassName
{
border-color: #A8DEA4;
}
</style>