Shades of Moss Green #A5ECA1
Tints of Moss Green #A5ECA1
RGB
CMYK
RGB Variations
Color information
#A5ECA1 (or 0xA5ECA1) is known color: Moss Green. HEX triplet: A5, EC and A1. RGB value is (165,236,161). Sum of RGB (Red+Green+Blue) = 165+236+161=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5ECA1 is #5A135E. Grayscale: #CECECE. Windows color (decimal): -5903199 or 10611877. OLE color: 10611877.
HSL color Cylindrical-coordinate representation of color #A5ECA1: hue angle of 116.8º 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 #A5ECA1 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 161 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.07 |
| HSL | 116.8º | 0.66% | 0.78% | - |
| HSV(B) | 116.8º | 0.32% | 0.93% | - |
| XYZ | 51.95 | 70.56 | 44.6 | - |
| YUV | 206.22 | 102.48 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 161 | 0.30 | 0 | 0.32 | 0.07 | 116.8 | 0.66 | 0.78 |
| Hex | A5 | EC | A1 | 1E | 0 | 20 | 7 | 75 | 42 | 4E |
| Octal | 245 | 354 | 241 | 36 | 0 | 40 | 7 | 165 | 102 | 116 |
| Binary | 10100101 | 11101100 | 10100001 | 11110 | 0 | 100000 | 111 | 1110101 | 1000010 | 1001110 |
Color Harmonies of #A5ECA1
Complementary color
Monochromatic Colors of #A5ECA1
Black with #A5ECA1
Text Example
Text Example
White with #A5ECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECA1; }
p { color: rgb(165,236,161); }
H1.HeaderClassName
{
color: #A5ECA1;
}
.AnyTagClassName
{
color: #A5ECA1;
}
</style>
background-color css
<style>
a { background-color: #A5ECA1; }
a { background-color: rgb(165,236,161); }
div.DivClassName
{
background-color: #A5ECA1;
}
.BgClassName
{
background-color: #A5ECA1;
}
</style>
border-color css
<style>
span { border-color: #A5ECA1; }
span { border-color: rgb(165,236,161); }
td.TdClassName
{
border-color: #A5ECA1;
}
.TagClassName
{
border-color: #A5ECA1;
}
</style>