Shades of Green Yellow #A0EE26
Tints of Green Yellow #A0EE26
RGB
CMYK
RGB Variations
Color information
#A0EE26 (or 0xA0EE26) is known color: Green Yellow. HEX triplet: A0, EE and 26. RGB value is (160,238,38). Sum of RGB (Red+Green+Blue) = 160+238+38=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 238 (93.36% from 255 or 54.59% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EE26 is #5F11D9. Grayscale: #C0C0C0. Windows color (decimal): -6230490 or 2551456. OLE color: 2551456.
HSL color Cylindrical-coordinate representation of color #A0EE26: hue angle of 83.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0EE26 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 38 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.07 |
| HSL | 83.4º | 0.85% | 0.54% | - |
| HSV(B) | 83.4º | 0.84% | 0.93% | - |
| XYZ | 45.42 | 68.76 | 12.71 | - |
| YUV | 191.88 | 41.16 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 38 | 0.33 | 0 | 0.84 | 0.07 | 83.4 | 0.85 | 0.54 |
| Hex | A0 | EE | 26 | 21 | 0 | 54 | 7 | 53 | 55 | 36 |
| Octal | 240 | 356 | 46 | 41 | 0 | 124 | 7 | 123 | 125 | 66 |
| Binary | 10100000 | 11101110 | 100110 | 100001 | 0 | 1010100 | 111 | 1010011 | 1010101 | 110110 |
Color Harmonies of #A0EE26
Complementary color
Monochromatic Colors of #A0EE26
Black with #A0EE26
Text Example
Text Example
White with #A0EE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE26; }
p { color: rgb(160,238,38); }
H1.HeaderClassName
{
color: #A0EE26;
}
.AnyTagClassName
{
color: #A0EE26;
}
</style>
background-color css
<style>
a { background-color: #A0EE26; }
a { background-color: rgb(160,238,38); }
div.DivClassName
{
background-color: #A0EE26;
}
.BgClassName
{
background-color: #A0EE26;
}
</style>
border-color css
<style>
span { border-color: #A0EE26; }
span { border-color: rgb(160,238,38); }
td.TdClassName
{
border-color: #A0EE26;
}
.TagClassName
{
border-color: #A0EE26;
}
</style>