Shades of Yellow Green #A0E22C
Tints of Yellow Green #A0E22C
RGB
CMYK
RGB Variations
Color information
#A0E22C (or 0xA0E22C) is known color: Yellow Green. HEX triplet: A0, E2 and 2C. RGB value is (160,226,44). Sum of RGB (Red+Green+Blue) = 160+226+44=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E22C is #5F1DD3. Grayscale: #BABABA. Windows color (decimal): -6233556 or 2941600. OLE color: 2941600.
HSL color Cylindrical-coordinate representation of color #A0E22C: hue angle of 81.76º degrees, saturation: 0.76, 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 #A0E22C is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 44 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.11 |
| HSL | 81.76º | 0.76% | 0.53% | - |
| HSV(B) | 81.76º | 0.81% | 0.89% | - |
| XYZ | 42.15 | 62.05 | 12.14 | - |
| YUV | 185.52 | 48.13 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 44 | 0.29 | 0 | 0.81 | 0.11 | 81.76 | 0.76 | 0.53 |
| Hex | A0 | E2 | 2C | 1D | 0 | 51 | B | 52 | 4C | 35 |
| Octal | 240 | 342 | 54 | 35 | 0 | 121 | 13 | 122 | 114 | 65 |
| Binary | 10100000 | 11100010 | 101100 | 11101 | 0 | 1010001 | 1011 | 1010010 | 1001100 | 110101 |
Color Harmonies of #A0E22C
Complementary color
Monochromatic Colors of #A0E22C
Black with #A0E22C
Text Example
Text Example
White with #A0E22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E22C; }
p { color: rgb(160,226,44); }
H1.HeaderClassName
{
color: #A0E22C;
}
.AnyTagClassName
{
color: #A0E22C;
}
</style>
background-color css
<style>
a { background-color: #A0E22C; }
a { background-color: rgb(160,226,44); }
div.DivClassName
{
background-color: #A0E22C;
}
.BgClassName
{
background-color: #A0E22C;
}
</style>
border-color css
<style>
span { border-color: #A0E22C; }
span { border-color: rgb(160,226,44); }
td.TdClassName
{
border-color: #A0E22C;
}
.TagClassName
{
border-color: #A0E22C;
}
</style>