Shades of Green Yellow #A0EC40
Tints of Green Yellow #A0EC40
RGB
CMYK
RGB Variations
Color information
#A0EC40 (or 0xA0EC40) is known color: Green Yellow. HEX triplet: A0, EC and 40. RGB value is (160,236,64). Sum of RGB (Red+Green+Blue) = 160+236+64=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC40 is #5F13BF. Grayscale: #C2C2C2. Windows color (decimal): -6230976 or 4254880. OLE color: 4254880.
HSL color Cylindrical-coordinate representation of color #A0EC40: hue angle of 86.51º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0EC40 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 64 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.07 |
| HSL | 86.51º | 0.82% | 0.59% | - |
| HSV(B) | 86.51º | 0.73% | 0.93% | - |
| XYZ | 45.42 | 67.83 | 15.55 | - |
| YUV | 193.67 | 54.82 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 64 | 0.32 | 0 | 0.73 | 0.07 | 86.51 | 0.82 | 0.59 |
| Hex | A0 | EC | 40 | 20 | 0 | 49 | 7 | 57 | 52 | 3B |
| Octal | 240 | 354 | 100 | 40 | 0 | 111 | 7 | 127 | 122 | 73 |
| Binary | 10100000 | 11101100 | 1000000 | 100000 | 0 | 1001001 | 111 | 1010111 | 1010010 | 111011 |
Color Harmonies of #A0EC40
Complementary color
Monochromatic Colors of #A0EC40
Black with #A0EC40
Text Example
Text Example
White with #A0EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC40; }
p { color: rgb(160,236,64); }
H1.HeaderClassName
{
color: #A0EC40;
}
.AnyTagClassName
{
color: #A0EC40;
}
</style>
background-color css
<style>
a { background-color: #A0EC40; }
a { background-color: rgb(160,236,64); }
div.DivClassName
{
background-color: #A0EC40;
}
.BgClassName
{
background-color: #A0EC40;
}
</style>
border-color css
<style>
span { border-color: #A0EC40; }
span { border-color: rgb(160,236,64); }
td.TdClassName
{
border-color: #A0EC40;
}
.TagClassName
{
border-color: #A0EC40;
}
</style>