Shades of Green Yellow #A0EF37
Tints of Green Yellow #A0EF37
RGB
CMYK
RGB Variations
Color information
#A0EF37 (or 0xA0EF37) is known color: Green Yellow. HEX triplet: A0, EF and 37. RGB value is (160,239,55). Sum of RGB (Red+Green+Blue) = 160+239+55=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 239 (93.75% from 255 or 52.64% from 454); Blue value is 55 (21.88% from 255 or 12.11% from 454); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EF37 is #5F10C8. Grayscale: #C3C3C3. Windows color (decimal): -6230217 or 3665824. OLE color: 3665824.
HSL color Cylindrical-coordinate representation of color #A0EF37: hue angle of 85.76º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0EF37 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 55 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.06 |
| HSL | 85.76º | 0.85% | 0.58% | - |
| HSV(B) | 85.76º | 0.77% | 0.94% | - |
| XYZ | 46.05 | 69.48 | 14.6 | - |
| YUV | 194.4 | 49.33 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 55 | 0.33 | 0 | 0.77 | 0.06 | 85.76 | 0.85 | 0.58 |
| Hex | A0 | EF | 37 | 21 | 0 | 4D | 6 | 56 | 55 | 3A |
| Octal | 240 | 357 | 67 | 41 | 0 | 115 | 6 | 126 | 125 | 72 |
| Binary | 10100000 | 11101111 | 110111 | 100001 | 0 | 1001101 | 110 | 1010110 | 1010101 | 111010 |
Color Harmonies of #A0EF37
Complementary color
Monochromatic Colors of #A0EF37
Black with #A0EF37
Text Example
Text Example
White with #A0EF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF37; }
p { color: rgb(160,239,55); }
H1.HeaderClassName
{
color: #A0EF37;
}
.AnyTagClassName
{
color: #A0EF37;
}
</style>
background-color css
<style>
a { background-color: #A0EF37; }
a { background-color: rgb(160,239,55); }
div.DivClassName
{
background-color: #A0EF37;
}
.BgClassName
{
background-color: #A0EF37;
}
</style>
border-color css
<style>
span { border-color: #A0EF37; }
span { border-color: rgb(160,239,55); }
td.TdClassName
{
border-color: #A0EF37;
}
.TagClassName
{
border-color: #A0EF37;
}
</style>