Shades of Moss Green #A2EBA1
Tints of Moss Green #A2EBA1
RGB
CMYK
RGB Variations
Color information
#A2EBA1 (or 0xA2EBA1) is known color: Moss Green. HEX triplet: A2, EB and A1. RGB value is (162,235,161). Sum of RGB (Red+Green+Blue) = 162+235+161=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EBA1 is #5D145E. Grayscale: #CCCCCC. Windows color (decimal): -6100063 or 10611618. OLE color: 10611618.
HSL color Cylindrical-coordinate representation of color #A2EBA1: hue angle of 119.19º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EBA1 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 235 | 161 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.08 |
| HSL | 119.19º | 0.65% | 0.78% | - |
| HSV(B) | 119.19º | 0.31% | 0.92% | - |
| XYZ | 51.04 | 69.67 | 44.48 | - |
| YUV | 204.74 | 103.32 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 235 | 161 | 0.31 | 0 | 0.31 | 0.08 | 119.19 | 0.65 | 0.78 |
| Hex | A2 | EB | A1 | 1F | 0 | 1F | 8 | 77 | 41 | 4E |
| Octal | 242 | 353 | 241 | 37 | 0 | 37 | 10 | 167 | 101 | 116 |
| Binary | 10100010 | 11101011 | 10100001 | 11111 | 0 | 11111 | 1000 | 1110111 | 1000001 | 1001110 |
Color Harmonies of #A2EBA1
Complementary color
Monochromatic Colors of #A2EBA1
Black with #A2EBA1
Text Example
Text Example
White with #A2EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EBA1; }
p { color: rgb(162,235,161); }
H1.HeaderClassName
{
color: #A2EBA1;
}
.AnyTagClassName
{
color: #A2EBA1;
}
</style>
background-color css
<style>
a { background-color: #A2EBA1; }
a { background-color: rgb(162,235,161); }
div.DivClassName
{
background-color: #A2EBA1;
}
.BgClassName
{
background-color: #A2EBA1;
}
</style>
border-color css
<style>
span { border-color: #A2EBA1; }
span { border-color: rgb(162,235,161); }
td.TdClassName
{
border-color: #A2EBA1;
}
.TagClassName
{
border-color: #A2EBA1;
}
</style>