Shades of Green Yellow #A0FE41
Tints of Green Yellow #A0FE41
RGB
CMYK
RGB Variations
Color information
#A0FE41 (or 0xA0FE41) is known color: Green Yellow. HEX triplet: A0, FE and 41. RGB value is (160,254,65). Sum of RGB (Red+Green+Blue) = 160+254+65=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FE41 is #5F01BE. Grayscale: #CDCDCD. Windows color (decimal): -6226367 or 4325024. OLE color: 4325024.
HSL color Cylindrical-coordinate representation of color #A0FE41: hue angle of 89.84º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0FE41 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 65 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.00 |
| HSL | 89.84º | 0.99% | 0.63% | - |
| HSV(B) | 89.84º | 0.74% | 1% | - |
| XYZ | 50.89 | 78.74 | 17.52 | - |
| YUV | 204.35 | 49.36 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 65 | 0.37 | 0 | 0.74 | 0.00 | 89.84 | 0.99 | 0.63 |
| Hex | A0 | FE | 41 | 25 | 0 | 4A | 0 | 5A | 63 | 3F |
| Octal | 240 | 376 | 101 | 45 | 0 | 112 | 0 | 132 | 143 | 77 |
| Binary | 10100000 | 11111110 | 1000001 | 100101 | 0 | 1001010 | 0 | 1011010 | 1100011 | 111111 |
Color Harmonies of #A0FE41
Complementary color
Monochromatic Colors of #A0FE41
Black with #A0FE41
Text Example
Text Example
White with #A0FE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE41; }
p { color: rgb(160,254,65); }
H1.HeaderClassName
{
color: #A0FE41;
}
.AnyTagClassName
{
color: #A0FE41;
}
</style>
background-color css
<style>
a { background-color: #A0FE41; }
a { background-color: rgb(160,254,65); }
div.DivClassName
{
background-color: #A0FE41;
}
.BgClassName
{
background-color: #A0FE41;
}
</style>
border-color css
<style>
span { border-color: #A0FE41; }
span { border-color: rgb(160,254,65); }
td.TdClassName
{
border-color: #A0FE41;
}
.TagClassName
{
border-color: #A0FE41;
}
</style>