Shades of Moss Green #A5EEA4
Tints of Moss Green #A5EEA4
RGB
CMYK
RGB Variations
Color information
#A5EEA4 (or 0xA5EEA4) is known color: Moss Green. HEX triplet: A5, EE and A4. RGB value is (165,238,164). Sum of RGB (Red+Green+Blue) = 165+238+164=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EEA4 is #5A115B. Grayscale: #CFCFCF. Windows color (decimal): -5902684 or 10808997. OLE color: 10808997.
HSL color Cylindrical-coordinate representation of color #A5EEA4: hue angle of 119.19º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EEA4 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 238 | 164 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.07 |
| HSL | 119.19º | 0.69% | 0.79% | - |
| HSV(B) | 119.19º | 0.31% | 0.93% | - |
| XYZ | 52.79 | 71.83 | 46.2 | - |
| YUV | 207.74 | 103.32 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 238 | 164 | 0.31 | 0 | 0.31 | 0.07 | 119.19 | 0.69 | 0.79 |
| Hex | A5 | EE | A4 | 1F | 0 | 1F | 7 | 77 | 45 | 4F |
| Octal | 245 | 356 | 244 | 37 | 0 | 37 | 7 | 167 | 105 | 117 |
| Binary | 10100101 | 11101110 | 10100100 | 11111 | 0 | 11111 | 111 | 1110111 | 1000101 | 1001111 |
Color Harmonies of #A5EEA4
Complementary color
Monochromatic Colors of #A5EEA4
Black with #A5EEA4
Text Example
Text Example
White with #A5EEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EEA4; }
p { color: rgb(165,238,164); }
H1.HeaderClassName
{
color: #A5EEA4;
}
.AnyTagClassName
{
color: #A5EEA4;
}
</style>
background-color css
<style>
a { background-color: #A5EEA4; }
a { background-color: rgb(165,238,164); }
div.DivClassName
{
background-color: #A5EEA4;
}
.BgClassName
{
background-color: #A5EEA4;
}
</style>
border-color css
<style>
span { border-color: #A5EEA4; }
span { border-color: rgb(165,238,164); }
td.TdClassName
{
border-color: #A5EEA4;
}
.TagClassName
{
border-color: #A5EEA4;
}
</style>