Shades of Green Yellow #A0EC37
Tints of Green Yellow #A0EC37
RGB
CMYK
RGB Variations
Color information
#A0EC37 (or 0xA0EC37) is known color: Green Yellow. HEX triplet: A0, EC and 37. RGB value is (160,236,55). Sum of RGB (Red+Green+Blue) = 160+236+55=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC37 is #5F13C8. Grayscale: #C1C1C1. Windows color (decimal): -6230985 or 3665056. OLE color: 3665056.
HSL color Cylindrical-coordinate representation of color #A0EC37: hue angle of 85.19º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0EC37 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 55 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.07 |
| HSL | 85.19º | 0.83% | 0.57% | - |
| HSV(B) | 85.19º | 0.77% | 0.93% | - |
| XYZ | 45.18 | 67.74 | 14.31 | - |
| YUV | 192.64 | 50.32 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 55 | 0.32 | 0 | 0.77 | 0.07 | 85.19 | 0.83 | 0.57 |
| Hex | A0 | EC | 37 | 20 | 0 | 4D | 7 | 55 | 53 | 39 |
| Octal | 240 | 354 | 67 | 40 | 0 | 115 | 7 | 125 | 123 | 71 |
| Binary | 10100000 | 11101100 | 110111 | 100000 | 0 | 1001101 | 111 | 1010101 | 1010011 | 111001 |
Color Harmonies of #A0EC37
Complementary color
Monochromatic Colors of #A0EC37
Black with #A0EC37
Text Example
Text Example
White with #A0EC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC37; }
p { color: rgb(160,236,55); }
H1.HeaderClassName
{
color: #A0EC37;
}
.AnyTagClassName
{
color: #A0EC37;
}
</style>
background-color css
<style>
a { background-color: #A0EC37; }
a { background-color: rgb(160,236,55); }
div.DivClassName
{
background-color: #A0EC37;
}
.BgClassName
{
background-color: #A0EC37;
}
</style>
border-color css
<style>
span { border-color: #A0EC37; }
span { border-color: rgb(160,236,55); }
td.TdClassName
{
border-color: #A0EC37;
}
.TagClassName
{
border-color: #A0EC37;
}
</style>