Shades of Yellow Green #A0E228
Tints of Yellow Green #A0E228
RGB
CMYK
RGB Variations
Color information
#A0E228 (or 0xA0E228) is known color: Yellow Green. HEX triplet: A0, E2 and 28. RGB value is (160,226,40). Sum of RGB (Red+Green+Blue) = 160+226+40=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 226 (88.67% from 255 or 53.05% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E228 is #5F1DD7. Grayscale: #B9B9B9. Windows color (decimal): -6233560 or 2679456. OLE color: 2679456.
HSL color Cylindrical-coordinate representation of color #A0E228: hue angle of 81.29º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0E228 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 40 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.11 |
| HSL | 81.29º | 0.76% | 0.52% | - |
| HSV(B) | 81.29º | 0.82% | 0.89% | - |
| XYZ | 42.08 | 62.02 | 11.76 | - |
| YUV | 185.06 | 46.13 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 40 | 0.29 | 0 | 0.82 | 0.11 | 81.29 | 0.76 | 0.52 |
| Hex | A0 | E2 | 28 | 1D | 0 | 52 | B | 51 | 4C | 34 |
| Octal | 240 | 342 | 50 | 35 | 0 | 122 | 13 | 121 | 114 | 64 |
| Binary | 10100000 | 11100010 | 101000 | 11101 | 0 | 1010010 | 1011 | 1010001 | 1001100 | 110100 |
Color Harmonies of #A0E228
Complementary color
Monochromatic Colors of #A0E228
Black with #A0E228
Text Example
Text Example
White with #A0E228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E228; }
p { color: rgb(160,226,40); }
H1.HeaderClassName
{
color: #A0E228;
}
.AnyTagClassName
{
color: #A0E228;
}
</style>
background-color css
<style>
a { background-color: #A0E228; }
a { background-color: rgb(160,226,40); }
div.DivClassName
{
background-color: #A0E228;
}
.BgClassName
{
background-color: #A0E228;
}
</style>
border-color css
<style>
span { border-color: #A0E228; }
span { border-color: rgb(160,226,40); }
td.TdClassName
{
border-color: #A0E228;
}
.TagClassName
{
border-color: #A0E228;
}
</style>