Shades of Moss Green #A4E1A4
Tints of Moss Green #A4E1A4
RGB
CMYK
RGB Variations
Color information
#A4E1A4 (or 0xA4E1A4) is known color: Moss Green. HEX triplet: A4, E1 and A4. RGB value is (164,225,164). Sum of RGB (Red+Green+Blue) = 164+225+164=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E1A4 is #5B1E5B. Grayscale: #C7C7C7. Windows color (decimal): -5971548 or 10805668. OLE color: 10805668.
HSL color Cylindrical-coordinate representation of color #A4E1A4: hue angle of 120º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E1A4 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 225 | 164 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.12 |
| HSL | 120º | 0.5% | 0.76% | - |
| HSV(B) | 120º | 0.27% | 0.88% | - |
| XYZ | 48.94 | 64.42 | 44.98 | - |
| YUV | 199.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 225 | 164 | 0.27 | 0 | 0.27 | 0.12 | 120 | 0.5 | 0.76 |
| Hex | A4 | E1 | A4 | 1B | 0 | 1B | C | 78 | 32 | 4C |
| Octal | 244 | 341 | 244 | 33 | 0 | 33 | 14 | 170 | 62 | 114 |
| Binary | 10100100 | 11100001 | 10100100 | 11011 | 0 | 11011 | 1100 | 1111000 | 110010 | 1001100 |
Color Harmonies of #A4E1A4
Complementary color
Monochromatic Colors of #A4E1A4
Black with #A4E1A4
Text Example
Text Example
White with #A4E1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E1A4; }
p { color: rgb(164,225,164); }
H1.HeaderClassName
{
color: #A4E1A4;
}
.AnyTagClassName
{
color: #A4E1A4;
}
</style>
background-color css
<style>
a { background-color: #A4E1A4; }
a { background-color: rgb(164,225,164); }
div.DivClassName
{
background-color: #A4E1A4;
}
.BgClassName
{
background-color: #A4E1A4;
}
</style>
border-color css
<style>
span { border-color: #A4E1A4; }
span { border-color: rgb(164,225,164); }
td.TdClassName
{
border-color: #A4E1A4;
}
.TagClassName
{
border-color: #A4E1A4;
}
</style>