Shades of Yellow Green #A0E32C
Tints of Yellow Green #A0E32C
RGB
CMYK
RGB Variations
Color information
#A0E32C (or 0xA0E32C) is known color: Yellow Green. HEX triplet: A0, E3 and 2C. RGB value is (160,227,44). Sum of RGB (Red+Green+Blue) = 160+227+44=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 227 (89.06% from 255 or 52.67% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E32C is #5F1CD3. Grayscale: #BABABA. Windows color (decimal): -6233300 or 2941856. OLE color: 2941856.
HSL color Cylindrical-coordinate representation of color #A0E32C: hue angle of 81.97º 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 #A0E32C is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 44 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.11 |
| HSL | 81.97º | 0.77% | 0.53% | - |
| HSV(B) | 81.97º | 0.81% | 0.89% | - |
| XYZ | 42.42 | 62.59 | 12.23 | - |
| YUV | 186.11 | 47.8 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 44 | 0.30 | 0 | 0.81 | 0.11 | 81.97 | 0.77 | 0.53 |
| Hex | A0 | E3 | 2C | 1E | 0 | 51 | B | 52 | 4D | 35 |
| Octal | 240 | 343 | 54 | 36 | 0 | 121 | 13 | 122 | 115 | 65 |
| Binary | 10100000 | 11100011 | 101100 | 11110 | 0 | 1010001 | 1011 | 1010010 | 1001101 | 110101 |
Color Harmonies of #A0E32C
Complementary color
Monochromatic Colors of #A0E32C
Black with #A0E32C
Text Example
Text Example
White with #A0E32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E32C; }
p { color: rgb(160,227,44); }
H1.HeaderClassName
{
color: #A0E32C;
}
.AnyTagClassName
{
color: #A0E32C;
}
</style>
background-color css
<style>
a { background-color: #A0E32C; }
a { background-color: rgb(160,227,44); }
div.DivClassName
{
background-color: #A0E32C;
}
.BgClassName
{
background-color: #A0E32C;
}
</style>
border-color css
<style>
span { border-color: #A0E32C; }
span { border-color: rgb(160,227,44); }
td.TdClassName
{
border-color: #A0E32C;
}
.TagClassName
{
border-color: #A0E32C;
}
</style>