Shades of Moss Green #A8ECA1
Tints of Moss Green #A8ECA1
RGB
CMYK
RGB Variations
Color information
#A8ECA1 (or 0xA8ECA1) is known color: Moss Green. HEX triplet: A8, EC and A1. RGB value is (168,236,161). Sum of RGB (Red+Green+Blue) = 168+236+161=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8ECA1 is #57135E. Grayscale: #CFCFCF. Windows color (decimal): -5706591 or 10611880. OLE color: 10611880.
HSL color Cylindrical-coordinate representation of color #A8ECA1: hue angle of 114.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8ECA1 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 161 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.07 |
| HSL | 114.4º | 0.66% | 0.78% | - |
| HSV(B) | 114.4º | 0.32% | 0.93% | - |
| XYZ | 52.58 | 70.89 | 44.63 | - |
| YUV | 207.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 161 | 0.29 | 0 | 0.32 | 0.07 | 114.4 | 0.66 | 0.78 |
| Hex | A8 | EC | A1 | 1D | 0 | 20 | 7 | 72 | 42 | 4E |
| Octal | 250 | 354 | 241 | 35 | 0 | 40 | 7 | 162 | 102 | 116 |
| Binary | 10101000 | 11101100 | 10100001 | 11101 | 0 | 100000 | 111 | 1110010 | 1000010 | 1001110 |
Color Harmonies of #A8ECA1
Complementary color
Monochromatic Colors of #A8ECA1
Black with #A8ECA1
Text Example
Text Example
White with #A8ECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECA1; }
p { color: rgb(168,236,161); }
H1.HeaderClassName
{
color: #A8ECA1;
}
.AnyTagClassName
{
color: #A8ECA1;
}
</style>
background-color css
<style>
a { background-color: #A8ECA1; }
a { background-color: rgb(168,236,161); }
div.DivClassName
{
background-color: #A8ECA1;
}
.BgClassName
{
background-color: #A8ECA1;
}
</style>
border-color css
<style>
span { border-color: #A8ECA1; }
span { border-color: rgb(168,236,161); }
td.TdClassName
{
border-color: #A8ECA1;
}
.TagClassName
{
border-color: #A8ECA1;
}
</style>