Shades of Green Yellow #A0E935
Tints of Green Yellow #A0E935
RGB
CMYK
RGB Variations
Color information
#A0E935 (or 0xA0E935) is known color: Green Yellow. HEX triplet: A0, E9 and 35. RGB value is (160,233,53). Sum of RGB (Red+Green+Blue) = 160+233+53=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 233 (91.41% from 255 or 52.24% from 446); Blue value is 53 (21.09% from 255 or 11.88% from 446); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E935 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E935 is #5F16CA. Grayscale: #BFBFBF. Windows color (decimal): -6231755 or 3533216. OLE color: 3533216.
HSL color Cylindrical-coordinate representation of color #A0E935: hue angle of 84.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0E935 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 53 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.09 |
| HSL | 84.33º | 0.8% | 0.56% | - |
| HSV(B) | 84.33º | 0.77% | 0.91% | - |
| XYZ | 44.28 | 66.01 | 13.78 | - |
| YUV | 190.65 | 50.32 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 53 | 0.31 | 0 | 0.77 | 0.09 | 84.33 | 0.8 | 0.56 |
| Hex | A0 | E9 | 35 | 1F | 0 | 4D | 9 | 54 | 50 | 38 |
| Octal | 240 | 351 | 65 | 37 | 0 | 115 | 11 | 124 | 120 | 70 |
| Binary | 10100000 | 11101001 | 110101 | 11111 | 0 | 1001101 | 1001 | 1010100 | 1010000 | 111000 |
Color Harmonies of #A0E935
Complementary color
Monochromatic Colors of #A0E935
Black with #A0E935
Text Example
Text Example
White with #A0E935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E935; }
p { color: rgb(160,233,53); }
H1.HeaderClassName
{
color: #A0E935;
}
.AnyTagClassName
{
color: #A0E935;
}
</style>
background-color css
<style>
a { background-color: #A0E935; }
a { background-color: rgb(160,233,53); }
div.DivClassName
{
background-color: #A0E935;
}
.BgClassName
{
background-color: #A0E935;
}
</style>
border-color css
<style>
span { border-color: #A0E935; }
span { border-color: rgb(160,233,53); }
td.TdClassName
{
border-color: #A0E935;
}
.TagClassName
{
border-color: #A0E935;
}
</style>