Shades of Green Yellow #A0EF36
Tints of Green Yellow #A0EF36
RGB
CMYK
RGB Variations
Color information
#A0EF36 (or 0xA0EF36) is known color: Green Yellow. HEX triplet: A0, EF and 36. RGB value is (160,239,54). Sum of RGB (Red+Green+Blue) = 160+239+54=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 239 (93.75% from 255 or 52.76% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EF36 is #5F10C9. Grayscale: #C2C2C2. Windows color (decimal): -6230218 or 3600288. OLE color: 3600288.
HSL color Cylindrical-coordinate representation of color #A0EF36: hue angle of 85.62º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0EF36 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 54 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.06 |
| HSL | 85.62º | 0.85% | 0.57% | - |
| HSV(B) | 85.62º | 0.77% | 0.94% | - |
| XYZ | 46.03 | 69.47 | 14.47 | - |
| YUV | 194.29 | 48.83 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 54 | 0.33 | 0 | 0.77 | 0.06 | 85.62 | 0.85 | 0.57 |
| Hex | A0 | EF | 36 | 21 | 0 | 4D | 6 | 56 | 55 | 39 |
| Octal | 240 | 357 | 66 | 41 | 0 | 115 | 6 | 126 | 125 | 71 |
| Binary | 10100000 | 11101111 | 110110 | 100001 | 0 | 1001101 | 110 | 1010110 | 1010101 | 111001 |
Color Harmonies of #A0EF36
Complementary color
Monochromatic Colors of #A0EF36
Black with #A0EF36
Text Example
Text Example
White with #A0EF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF36; }
p { color: rgb(160,239,54); }
H1.HeaderClassName
{
color: #A0EF36;
}
.AnyTagClassName
{
color: #A0EF36;
}
</style>
background-color css
<style>
a { background-color: #A0EF36; }
a { background-color: rgb(160,239,54); }
div.DivClassName
{
background-color: #A0EF36;
}
.BgClassName
{
background-color: #A0EF36;
}
</style>
border-color css
<style>
span { border-color: #A0EF36; }
span { border-color: rgb(160,239,54); }
td.TdClassName
{
border-color: #A0EF36;
}
.TagClassName
{
border-color: #A0EF36;
}
</style>