Shades of Green Yellow #A0EC28
Tints of Green Yellow #A0EC28
RGB
CMYK
RGB Variations
Color information
#A0EC28 (or 0xA0EC28) is known color: Green Yellow. HEX triplet: A0, EC and 28. RGB value is (160,236,40). Sum of RGB (Red+Green+Blue) = 160+236+40=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC28 is #5F13D7. Grayscale: #BFBFBF. Windows color (decimal): -6231000 or 2682016. OLE color: 2682016.
HSL color Cylindrical-coordinate representation of color #A0EC28: hue angle of 83.27º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0EC28 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 40 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.07 |
| HSL | 83.27º | 0.84% | 0.54% | - |
| HSV(B) | 83.27º | 0.83% | 0.93% | - |
| XYZ | 44.88 | 67.62 | 12.69 | - |
| YUV | 190.93 | 42.82 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 40 | 0.32 | 0 | 0.83 | 0.07 | 83.27 | 0.84 | 0.54 |
| Hex | A0 | EC | 28 | 20 | 0 | 53 | 7 | 53 | 54 | 36 |
| Octal | 240 | 354 | 50 | 40 | 0 | 123 | 7 | 123 | 124 | 66 |
| Binary | 10100000 | 11101100 | 101000 | 100000 | 0 | 1010011 | 111 | 1010011 | 1010100 | 110110 |
Color Harmonies of #A0EC28
Complementary color
Monochromatic Colors of #A0EC28
Black with #A0EC28
Text Example
Text Example
White with #A0EC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC28; }
p { color: rgb(160,236,40); }
H1.HeaderClassName
{
color: #A0EC28;
}
.AnyTagClassName
{
color: #A0EC28;
}
</style>
background-color css
<style>
a { background-color: #A0EC28; }
a { background-color: rgb(160,236,40); }
div.DivClassName
{
background-color: #A0EC28;
}
.BgClassName
{
background-color: #A0EC28;
}
</style>
border-color css
<style>
span { border-color: #A0EC28; }
span { border-color: rgb(160,236,40); }
td.TdClassName
{
border-color: #A0EC28;
}
.TagClassName
{
border-color: #A0EC28;
}
</style>