Shades of Yellow Green #A0E02C
Tints of Yellow Green #A0E02C
RGB
CMYK
RGB Variations
Color information
#A0E02C (or 0xA0E02C) is known color: Yellow Green. HEX triplet: A0, E0 and 2C. RGB value is (160,224,44). Sum of RGB (Red+Green+Blue) = 160+224+44=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E02C is #5F1FD3. Grayscale: #B9B9B9. Windows color (decimal): -6234068 or 2941088. OLE color: 2941088.
HSL color Cylindrical-coordinate representation of color #A0E02C: hue angle of 81.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0E02C is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 44 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.12 |
| HSL | 81.33º | 0.74% | 0.53% | - |
| HSV(B) | 81.33º | 0.8% | 0.88% | - |
| XYZ | 41.61 | 60.97 | 11.96 | - |
| YUV | 184.34 | 48.8 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 44 | 0.29 | 0 | 0.80 | 0.12 | 81.33 | 0.74 | 0.53 |
| Hex | A0 | E0 | 2C | 1D | 0 | 50 | C | 51 | 4A | 35 |
| Octal | 240 | 340 | 54 | 35 | 0 | 120 | 14 | 121 | 112 | 65 |
| Binary | 10100000 | 11100000 | 101100 | 11101 | 0 | 1010000 | 1100 | 1010001 | 1001010 | 110101 |
Color Harmonies of #A0E02C
Complementary color
Monochromatic Colors of #A0E02C
Black with #A0E02C
Text Example
Text Example
White with #A0E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E02C; }
p { color: rgb(160,224,44); }
H1.HeaderClassName
{
color: #A0E02C;
}
.AnyTagClassName
{
color: #A0E02C;
}
</style>
background-color css
<style>
a { background-color: #A0E02C; }
a { background-color: rgb(160,224,44); }
div.DivClassName
{
background-color: #A0E02C;
}
.BgClassName
{
background-color: #A0E02C;
}
</style>
border-color css
<style>
span { border-color: #A0E02C; }
span { border-color: rgb(160,224,44); }
td.TdClassName
{
border-color: #A0E02C;
}
.TagClassName
{
border-color: #A0E02C;
}
</style>