Shades of Moss Green #A5EBA1
Tints of Moss Green #A5EBA1
RGB
CMYK
RGB Variations
Color information
#A5EBA1 (or 0xA5EBA1) is known color: Moss Green. HEX triplet: A5, EB and A1. RGB value is (165,235,161). Sum of RGB (Red+Green+Blue) = 165+235+161=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EBA1 is #5A145E. Grayscale: #CDCDCD. Windows color (decimal): -5903455 or 10611621. OLE color: 10611621.
HSL color Cylindrical-coordinate representation of color #A5EBA1: hue angle of 116.76º 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 #A5EBA1 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 235 | 161 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.08 |
| HSL | 116.76º | 0.65% | 0.78% | - |
| HSV(B) | 116.76º | 0.31% | 0.92% | - |
| XYZ | 51.66 | 69.99 | 44.5 | - |
| YUV | 205.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 235 | 161 | 0.30 | 0 | 0.31 | 0.08 | 116.76 | 0.65 | 0.78 |
| Hex | A5 | EB | A1 | 1E | 0 | 1F | 8 | 75 | 41 | 4E |
| Octal | 245 | 353 | 241 | 36 | 0 | 37 | 10 | 165 | 101 | 116 |
| Binary | 10100101 | 11101011 | 10100001 | 11110 | 0 | 11111 | 1000 | 1110101 | 1000001 | 1001110 |
Color Harmonies of #A5EBA1
Complementary color
Monochromatic Colors of #A5EBA1
Black with #A5EBA1
Text Example
Text Example
White with #A5EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EBA1; }
p { color: rgb(165,235,161); }
H1.HeaderClassName
{
color: #A5EBA1;
}
.AnyTagClassName
{
color: #A5EBA1;
}
</style>
background-color css
<style>
a { background-color: #A5EBA1; }
a { background-color: rgb(165,235,161); }
div.DivClassName
{
background-color: #A5EBA1;
}
.BgClassName
{
background-color: #A5EBA1;
}
</style>
border-color css
<style>
span { border-color: #A5EBA1; }
span { border-color: rgb(165,235,161); }
td.TdClassName
{
border-color: #A5EBA1;
}
.TagClassName
{
border-color: #A5EBA1;
}
</style>