Shades of Green Yellow #A0EF22
Tints of Green Yellow #A0EF22
RGB
CMYK
RGB Variations
Color information
#A0EF22 (or 0xA0EF22) is known color: Green Yellow. HEX triplet: A0, EF and 22. RGB value is (160,239,34). Sum of RGB (Red+Green+Blue) = 160+239+34=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 239 (93.75% from 255 or 55.20% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF22 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EF22 is #5F10DD. Grayscale: #C0C0C0. Windows color (decimal): -6230238 or 2289568. OLE color: 2289568.
HSL color Cylindrical-coordinate representation of color #A0EF22: hue angle of 83.12º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0EF22 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 34 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.06 |
| HSL | 83.12º | 0.86% | 0.54% | - |
| HSV(B) | 83.12º | 0.86% | 0.94% | - |
| XYZ | 45.65 | 69.32 | 12.49 | - |
| YUV | 192.01 | 38.83 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 34 | 0.33 | 0 | 0.86 | 0.06 | 83.12 | 0.86 | 0.54 |
| Hex | A0 | EF | 22 | 21 | 0 | 56 | 6 | 53 | 56 | 36 |
| Octal | 240 | 357 | 42 | 41 | 0 | 126 | 6 | 123 | 126 | 66 |
| Binary | 10100000 | 11101111 | 100010 | 100001 | 0 | 1010110 | 110 | 1010011 | 1010110 | 110110 |
Color Harmonies of #A0EF22
Complementary color
Monochromatic Colors of #A0EF22
Black with #A0EF22
Text Example
Text Example
White with #A0EF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF22; }
p { color: rgb(160,239,34); }
H1.HeaderClassName
{
color: #A0EF22;
}
.AnyTagClassName
{
color: #A0EF22;
}
</style>
background-color css
<style>
a { background-color: #A0EF22; }
a { background-color: rgb(160,239,34); }
div.DivClassName
{
background-color: #A0EF22;
}
.BgClassName
{
background-color: #A0EF22;
}
</style>
border-color css
<style>
span { border-color: #A0EF22; }
span { border-color: rgb(160,239,34); }
td.TdClassName
{
border-color: #A0EF22;
}
.TagClassName
{
border-color: #A0EF22;
}
</style>