Shades of Moss Green #A5EAA1
Tints of Moss Green #A5EAA1
RGB
CMYK
RGB Variations
Color information
#A5EAA1 (or 0xA5EAA1) is known color: Moss Green. HEX triplet: A5, EA and A1. RGB value is (165,234,161). Sum of RGB (Red+Green+Blue) = 165+234+161=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EAA1 is #5A155E. Grayscale: #CDCDCD. Windows color (decimal): -5903711 or 10611365. OLE color: 10611365.
HSL color Cylindrical-coordinate representation of color #A5EAA1: hue angle of 116.71º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EAA1 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 161 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.08 |
| HSL | 116.71º | 0.63% | 0.77% | - |
| HSV(B) | 116.71º | 0.31% | 0.92% | - |
| XYZ | 51.37 | 69.42 | 44.41 | - |
| YUV | 205.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 161 | 0.29 | 0 | 0.31 | 0.08 | 116.71 | 0.63 | 0.77 |
| Hex | A5 | EA | A1 | 1D | 0 | 1F | 8 | 75 | 3F | 4D |
| Octal | 245 | 352 | 241 | 35 | 0 | 37 | 10 | 165 | 77 | 115 |
| Binary | 10100101 | 11101010 | 10100001 | 11101 | 0 | 11111 | 1000 | 1110101 | 111111 | 1001101 |
Color Harmonies of #A5EAA1
Complementary color
Monochromatic Colors of #A5EAA1
Black with #A5EAA1
Text Example
Text Example
White with #A5EAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EAA1; }
p { color: rgb(165,234,161); }
H1.HeaderClassName
{
color: #A5EAA1;
}
.AnyTagClassName
{
color: #A5EAA1;
}
</style>
background-color css
<style>
a { background-color: #A5EAA1; }
a { background-color: rgb(165,234,161); }
div.DivClassName
{
background-color: #A5EAA1;
}
.BgClassName
{
background-color: #A5EAA1;
}
</style>
border-color css
<style>
span { border-color: #A5EAA1; }
span { border-color: rgb(165,234,161); }
td.TdClassName
{
border-color: #A5EAA1;
}
.TagClassName
{
border-color: #A5EAA1;
}
</style>