Shades of Yellow Green #A0E62C
Tints of Yellow Green #A0E62C
RGB
CMYK
RGB Variations
Color information
#A0E62C (or 0xA0E62C) is known color: Yellow Green. HEX triplet: A0, E6 and 2C. RGB value is (160,230,44). Sum of RGB (Red+Green+Blue) = 160+230+44=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 230 (90.23% from 255 or 53.00% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E62C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E62C is #5F19D3. Grayscale: #BCBCBC. Windows color (decimal): -6232532 or 2942624. OLE color: 2942624.
HSL color Cylindrical-coordinate representation of color #A0E62C: hue angle of 82.58º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0E62C is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 44 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.10 |
| HSL | 82.58º | 0.79% | 0.54% | - |
| HSV(B) | 82.58º | 0.81% | 0.9% | - |
| XYZ | 43.25 | 64.25 | 12.5 | - |
| YUV | 187.87 | 46.81 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 44 | 0.30 | 0 | 0.81 | 0.10 | 82.58 | 0.79 | 0.54 |
| Hex | A0 | E6 | 2C | 1E | 0 | 51 | A | 53 | 4F | 36 |
| Octal | 240 | 346 | 54 | 36 | 0 | 121 | 12 | 123 | 117 | 66 |
| Binary | 10100000 | 11100110 | 101100 | 11110 | 0 | 1010001 | 1010 | 1010011 | 1001111 | 110110 |
Color Harmonies of #A0E62C
Complementary color
Monochromatic Colors of #A0E62C
Black with #A0E62C
Text Example
Text Example
White with #A0E62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E62C; }
p { color: rgb(160,230,44); }
H1.HeaderClassName
{
color: #A0E62C;
}
.AnyTagClassName
{
color: #A0E62C;
}
</style>
background-color css
<style>
a { background-color: #A0E62C; }
a { background-color: rgb(160,230,44); }
div.DivClassName
{
background-color: #A0E62C;
}
.BgClassName
{
background-color: #A0E62C;
}
</style>
border-color css
<style>
span { border-color: #A0E62C; }
span { border-color: rgb(160,230,44); }
td.TdClassName
{
border-color: #A0E62C;
}
.TagClassName
{
border-color: #A0E62C;
}
</style>