Shades of Moss Green #A4EDA3
Tints of Moss Green #A4EDA3
RGB
CMYK
RGB Variations
Color information
#A4EDA3 (or 0xA4EDA3) is known color: Moss Green. HEX triplet: A4, ED and A3. RGB value is (164,237,163). Sum of RGB (Red+Green+Blue) = 164+237+163=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EDA3 is #5B125C. Grayscale: #CECECE. Windows color (decimal): -5968477 or 10743204. OLE color: 10743204.
HSL color Cylindrical-coordinate representation of color #A4EDA3: hue angle of 119.19º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EDA3 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 237 | 163 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.07 |
| HSL | 119.19º | 0.67% | 0.78% | - |
| HSV(B) | 119.19º | 0.31% | 0.93% | - |
| XYZ | 52.2 | 71.11 | 45.62 | - |
| YUV | 206.74 | 103.32 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 163 | 0.31 | 0 | 0.31 | 0.07 | 119.19 | 0.67 | 0.78 |
| Hex | A4 | ED | A3 | 1F | 0 | 1F | 7 | 77 | 43 | 4E |
| Octal | 244 | 355 | 243 | 37 | 0 | 37 | 7 | 167 | 103 | 116 |
| Binary | 10100100 | 11101101 | 10100011 | 11111 | 0 | 11111 | 111 | 1110111 | 1000011 | 1001110 |
Color Harmonies of #A4EDA3
Complementary color
Monochromatic Colors of #A4EDA3
Black with #A4EDA3
Text Example
Text Example
White with #A4EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EDA3; }
p { color: rgb(164,237,163); }
H1.HeaderClassName
{
color: #A4EDA3;
}
.AnyTagClassName
{
color: #A4EDA3;
}
</style>
background-color css
<style>
a { background-color: #A4EDA3; }
a { background-color: rgb(164,237,163); }
div.DivClassName
{
background-color: #A4EDA3;
}
.BgClassName
{
background-color: #A4EDA3;
}
</style>
border-color css
<style>
span { border-color: #A4EDA3; }
span { border-color: rgb(164,237,163); }
td.TdClassName
{
border-color: #A4EDA3;
}
.TagClassName
{
border-color: #A4EDA3;
}
</style>