Shades of Green Yellow #A0EC39
Tints of Green Yellow #A0EC39
RGB
CMYK
RGB Variations
Color information
#A0EC39 (or 0xA0EC39) is known color: Green Yellow. HEX triplet: A0, EC and 39. RGB value is (160,236,57). Sum of RGB (Red+Green+Blue) = 160+236+57=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 57 (22.66% from 255 or 12.58% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC39 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC39 is #5F13C6. Grayscale: #C1C1C1. Windows color (decimal): -6230983 or 3796128. OLE color: 3796128.
HSL color Cylindrical-coordinate representation of color #A0EC39: hue angle of 85.47º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0EC39 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 57 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.07 |
| HSL | 85.47º | 0.82% | 0.57% | - |
| HSV(B) | 85.47º | 0.76% | 0.93% | - |
| XYZ | 45.23 | 67.76 | 14.57 | - |
| YUV | 192.87 | 51.32 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 57 | 0.32 | 0 | 0.76 | 0.07 | 85.47 | 0.82 | 0.57 |
| Hex | A0 | EC | 39 | 20 | 0 | 4C | 7 | 55 | 52 | 39 |
| Octal | 240 | 354 | 71 | 40 | 0 | 114 | 7 | 125 | 122 | 71 |
| Binary | 10100000 | 11101100 | 111001 | 100000 | 0 | 1001100 | 111 | 1010101 | 1010010 | 111001 |
Color Harmonies of #A0EC39
Complementary color
Monochromatic Colors of #A0EC39
Black with #A0EC39
Text Example
Text Example
White with #A0EC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC39; }
p { color: rgb(160,236,57); }
H1.HeaderClassName
{
color: #A0EC39;
}
.AnyTagClassName
{
color: #A0EC39;
}
</style>
background-color css
<style>
a { background-color: #A0EC39; }
a { background-color: rgb(160,236,57); }
div.DivClassName
{
background-color: #A0EC39;
}
.BgClassName
{
background-color: #A0EC39;
}
</style>
border-color css
<style>
span { border-color: #A0EC39; }
span { border-color: rgb(160,236,57); }
td.TdClassName
{
border-color: #A0EC39;
}
.TagClassName
{
border-color: #A0EC39;
}
</style>