Shades of Green Yellow #A0EC2B
Tints of Green Yellow #A0EC2B
RGB
CMYK
RGB Variations
Color information
#A0EC2B (or 0xA0EC2B) is known color: Green Yellow. HEX triplet: A0, EC and 2B. RGB value is (160,236,43). Sum of RGB (Red+Green+Blue) = 160+236+43=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC2B is #5F13D4. Grayscale: #BFBFBF. Windows color (decimal): -6230997 or 2878624. OLE color: 2878624.
HSL color Cylindrical-coordinate representation of color #A0EC2B: hue angle of 83.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0EC2B is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 43 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.07 |
| HSL | 83.63º | 0.84% | 0.55% | - |
| HSV(B) | 83.63º | 0.82% | 0.93% | - |
| XYZ | 44.93 | 67.64 | 12.97 | - |
| YUV | 191.27 | 44.32 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 43 | 0.32 | 0 | 0.82 | 0.07 | 83.63 | 0.84 | 0.55 |
| Hex | A0 | EC | 2B | 20 | 0 | 52 | 7 | 54 | 54 | 37 |
| Octal | 240 | 354 | 53 | 40 | 0 | 122 | 7 | 124 | 124 | 67 |
| Binary | 10100000 | 11101100 | 101011 | 100000 | 0 | 1010010 | 111 | 1010100 | 1010100 | 110111 |
Color Harmonies of #A0EC2B
Complementary color
Monochromatic Colors of #A0EC2B
Black with #A0EC2B
Text Example
Text Example
White with #A0EC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC2B; }
p { color: rgb(160,236,43); }
H1.HeaderClassName
{
color: #A0EC2B;
}
.AnyTagClassName
{
color: #A0EC2B;
}
</style>
background-color css
<style>
a { background-color: #A0EC2B; }
a { background-color: rgb(160,236,43); }
div.DivClassName
{
background-color: #A0EC2B;
}
.BgClassName
{
background-color: #A0EC2B;
}
</style>
border-color css
<style>
span { border-color: #A0EC2B; }
span { border-color: rgb(160,236,43); }
td.TdClassName
{
border-color: #A0EC2B;
}
.TagClassName
{
border-color: #A0EC2B;
}
</style>