Shades of Yellow Green #A0E42B
Tints of Yellow Green #A0E42B
RGB
CMYK
RGB Variations
Color information
#A0E42B (or 0xA0E42B) is known color: Yellow Green. HEX triplet: A0, E4 and 2B. RGB value is (160,228,43). Sum of RGB (Red+Green+Blue) = 160+228+43=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 228 (89.45% from 255 or 52.90% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E42B is #5F1BD4. Grayscale: #BBBBBB. Windows color (decimal): -6233045 or 2876576. OLE color: 2876576.
HSL color Cylindrical-coordinate representation of color #A0E42B: hue angle of 82.05º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0E42B is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 43 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.11 |
| HSL | 82.05º | 0.77% | 0.53% | - |
| HSV(B) | 82.05º | 0.81% | 0.89% | - |
| XYZ | 42.68 | 63.13 | 12.22 | - |
| YUV | 186.58 | 46.97 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 43 | 0.30 | 0 | 0.81 | 0.11 | 82.05 | 0.77 | 0.53 |
| Hex | A0 | E4 | 2B | 1E | 0 | 51 | B | 52 | 4D | 35 |
| Octal | 240 | 344 | 53 | 36 | 0 | 121 | 13 | 122 | 115 | 65 |
| Binary | 10100000 | 11100100 | 101011 | 11110 | 0 | 1010001 | 1011 | 1010010 | 1001101 | 110101 |
Color Harmonies of #A0E42B
Complementary color
Monochromatic Colors of #A0E42B
Black with #A0E42B
Text Example
Text Example
White with #A0E42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E42B; }
p { color: rgb(160,228,43); }
H1.HeaderClassName
{
color: #A0E42B;
}
.AnyTagClassName
{
color: #A0E42B;
}
</style>
background-color css
<style>
a { background-color: #A0E42B; }
a { background-color: rgb(160,228,43); }
div.DivClassName
{
background-color: #A0E42B;
}
.BgClassName
{
background-color: #A0E42B;
}
</style>
border-color css
<style>
span { border-color: #A0E42B; }
span { border-color: rgb(160,228,43); }
td.TdClassName
{
border-color: #A0E42B;
}
.TagClassName
{
border-color: #A0E42B;
}
</style>