Shades of Green Yellow #A0FE53
Tints of Green Yellow #A0FE53
RGB
CMYK
RGB Variations
Color information
#A0FE53 (or 0xA0FE53) is known color: Green Yellow. HEX triplet: A0, FE and 53. RGB value is (160,254,83). Sum of RGB (Red+Green+Blue) = 160+254+83=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FE53 is #5F01AC. Grayscale: #CECECE. Windows color (decimal): -6226349 or 5504672. OLE color: 5504672.
HSL color Cylindrical-coordinate representation of color #A0FE53: hue angle of 92.98º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0FE53 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 83 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.00 |
| HSL | 92.98º | 0.99% | 0.66% | - |
| HSV(B) | 92.98º | 0.67% | 1% | - |
| XYZ | 51.5 | 78.98 | 20.71 | - |
| YUV | 206.4 | 58.36 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 83 | 0.37 | 0 | 0.67 | 0.00 | 92.98 | 0.99 | 0.66 |
| Hex | A0 | FE | 53 | 25 | 0 | 43 | 0 | 5D | 63 | 42 |
| Octal | 240 | 376 | 123 | 45 | 0 | 103 | 0 | 135 | 143 | 102 |
| Binary | 10100000 | 11111110 | 1010011 | 100101 | 0 | 1000011 | 0 | 1011101 | 1100011 | 1000010 |
Color Harmonies of #A0FE53
Complementary color
Monochromatic Colors of #A0FE53
Black with #A0FE53
Text Example
Text Example
White with #A0FE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE53; }
p { color: rgb(160,254,83); }
H1.HeaderClassName
{
color: #A0FE53;
}
.AnyTagClassName
{
color: #A0FE53;
}
</style>
background-color css
<style>
a { background-color: #A0FE53; }
a { background-color: rgb(160,254,83); }
div.DivClassName
{
background-color: #A0FE53;
}
.BgClassName
{
background-color: #A0FE53;
}
</style>
border-color css
<style>
span { border-color: #A0FE53; }
span { border-color: rgb(160,254,83); }
td.TdClassName
{
border-color: #A0FE53;
}
.TagClassName
{
border-color: #A0FE53;
}
</style>