Shades of Yellow Green #A0E02A
Tints of Yellow Green #A0E02A
RGB
CMYK
RGB Variations
Color information
#A0E02A (or 0xA0E02A) is known color: Yellow Green. HEX triplet: A0, E0 and 2A. RGB value is (160,224,42). Sum of RGB (Red+Green+Blue) = 160+224+42=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 224 (87.89% from 255 or 52.58% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E02A is #5F1FD5. Grayscale: #B8B8B8. Windows color (decimal): -6234070 or 2810016. OLE color: 2810016.
HSL color Cylindrical-coordinate representation of color #A0E02A: hue angle of 81.1º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0E02A is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 42 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.12 |
| HSL | 81.1º | 0.75% | 0.52% | - |
| HSV(B) | 81.1º | 0.81% | 0.88% | - |
| XYZ | 41.57 | 60.95 | 11.76 | - |
| YUV | 184.12 | 47.8 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 42 | 0.29 | 0 | 0.81 | 0.12 | 81.1 | 0.75 | 0.52 |
| Hex | A0 | E0 | 2A | 1D | 0 | 51 | C | 51 | 4B | 34 |
| Octal | 240 | 340 | 52 | 35 | 0 | 121 | 14 | 121 | 113 | 64 |
| Binary | 10100000 | 11100000 | 101010 | 11101 | 0 | 1010001 | 1100 | 1010001 | 1001011 | 110100 |
Color Harmonies of #A0E02A
Complementary color
Monochromatic Colors of #A0E02A
Black with #A0E02A
Text Example
Text Example
White with #A0E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E02A; }
p { color: rgb(160,224,42); }
H1.HeaderClassName
{
color: #A0E02A;
}
.AnyTagClassName
{
color: #A0E02A;
}
</style>
background-color css
<style>
a { background-color: #A0E02A; }
a { background-color: rgb(160,224,42); }
div.DivClassName
{
background-color: #A0E02A;
}
.BgClassName
{
background-color: #A0E02A;
}
</style>
border-color css
<style>
span { border-color: #A0E02A; }
span { border-color: rgb(160,224,42); }
td.TdClassName
{
border-color: #A0E02A;
}
.TagClassName
{
border-color: #A0E02A;
}
</style>