Shades of Green Yellow #A0EC32
Tints of Green Yellow #A0EC32
RGB
CMYK
RGB Variations
Color information
#A0EC32 (or 0xA0EC32) is known color: Green Yellow. HEX triplet: A0, EC and 32. RGB value is (160,236,50). Sum of RGB (Red+Green+Blue) = 160+236+50=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC32 is #5F13CD. Grayscale: #C0C0C0. Windows color (decimal): -6230990 or 3337376. OLE color: 3337376.
HSL color Cylindrical-coordinate representation of color #A0EC32: hue angle of 84.52º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0EC32 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 50 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.07 |
| HSL | 84.52º | 0.83% | 0.56% | - |
| HSV(B) | 84.52º | 0.79% | 0.93% | - |
| XYZ | 45.07 | 67.69 | 13.71 | - |
| YUV | 192.07 | 47.82 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 50 | 0.32 | 0 | 0.79 | 0.07 | 84.52 | 0.83 | 0.56 |
| Hex | A0 | EC | 32 | 20 | 0 | 4F | 7 | 55 | 53 | 38 |
| Octal | 240 | 354 | 62 | 40 | 0 | 117 | 7 | 125 | 123 | 70 |
| Binary | 10100000 | 11101100 | 110010 | 100000 | 0 | 1001111 | 111 | 1010101 | 1010011 | 111000 |
Color Harmonies of #A0EC32
Complementary color
Monochromatic Colors of #A0EC32
Black with #A0EC32
Text Example
Text Example
White with #A0EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC32; }
p { color: rgb(160,236,50); }
H1.HeaderClassName
{
color: #A0EC32;
}
.AnyTagClassName
{
color: #A0EC32;
}
</style>
background-color css
<style>
a { background-color: #A0EC32; }
a { background-color: rgb(160,236,50); }
div.DivClassName
{
background-color: #A0EC32;
}
.BgClassName
{
background-color: #A0EC32;
}
</style>
border-color css
<style>
span { border-color: #A0EC32; }
span { border-color: rgb(160,236,50); }
td.TdClassName
{
border-color: #A0EC32;
}
.TagClassName
{
border-color: #A0EC32;
}
</style>