Shades of Green Yellow #A0FE2A
Tints of Green Yellow #A0FE2A
RGB
CMYK
RGB Variations
Color information
#A0FE2A (or 0xA0FE2A) is known color: Green Yellow. HEX triplet: A0, FE and 2A. RGB value is (160,254,42). Sum of RGB (Red+Green+Blue) = 160+254+42=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FE2A is #5F01D5. Grayscale: #CACACA. Windows color (decimal): -6226390 or 2817696. OLE color: 2817696.
HSL color Cylindrical-coordinate representation of color #A0FE2A: hue angle of 86.6º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0FE2A is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 42 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.00 |
| HSL | 86.6º | 0.99% | 0.58% | - |
| HSV(B) | 86.6º | 0.83% | 1% | - |
| XYZ | 50.36 | 78.52 | 14.69 | - |
| YUV | 201.73 | 37.86 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 42 | 0.37 | 0 | 0.83 | 0.00 | 86.6 | 0.99 | 0.58 |
| Hex | A0 | FE | 2A | 25 | 0 | 53 | 0 | 57 | 63 | 3A |
| Octal | 240 | 376 | 52 | 45 | 0 | 123 | 0 | 127 | 143 | 72 |
| Binary | 10100000 | 11111110 | 101010 | 100101 | 0 | 1010011 | 0 | 1010111 | 1100011 | 111010 |
Color Harmonies of #A0FE2A
Complementary color
Monochromatic Colors of #A0FE2A
Black with #A0FE2A
Text Example
Text Example
White with #A0FE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE2A; }
p { color: rgb(160,254,42); }
H1.HeaderClassName
{
color: #A0FE2A;
}
.AnyTagClassName
{
color: #A0FE2A;
}
</style>
background-color css
<style>
a { background-color: #A0FE2A; }
a { background-color: rgb(160,254,42); }
div.DivClassName
{
background-color: #A0FE2A;
}
.BgClassName
{
background-color: #A0FE2A;
}
</style>
border-color css
<style>
span { border-color: #A0FE2A; }
span { border-color: rgb(160,254,42); }
td.TdClassName
{
border-color: #A0FE2A;
}
.TagClassName
{
border-color: #A0FE2A;
}
</style>