Shades of Green Yellow #A0FB50
Tints of Green Yellow #A0FB50
RGB
CMYK
RGB Variations
Color information
#A0FB50 (or 0xA0FB50) is known color: Green Yellow. HEX triplet: A0, FB and 50. RGB value is (160,251,80). Sum of RGB (Red+Green+Blue) = 160+251+80=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 251 (98.44% from 255 or 51.12% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB50 is #5F04AF. Grayscale: #CCCCCC. Windows color (decimal): -6227120 or 5307296. OLE color: 5307296.
HSL color Cylindrical-coordinate representation of color #A0FB50: hue angle of 91.93º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0FB50 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 80 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.02 |
| HSL | 91.93º | 0.96% | 0.65% | - |
| HSV(B) | 91.93º | 0.68% | 0.98% | - |
| XYZ | 50.44 | 77.05 | 19.8 | - |
| YUV | 204.3 | 57.85 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 80 | 0.36 | 0 | 0.68 | 0.02 | 91.93 | 0.96 | 0.65 |
| Hex | A0 | FB | 50 | 24 | 0 | 44 | 2 | 5C | 60 | 41 |
| Octal | 240 | 373 | 120 | 44 | 0 | 104 | 2 | 134 | 140 | 101 |
| Binary | 10100000 | 11111011 | 1010000 | 100100 | 0 | 1000100 | 10 | 1011100 | 1100000 | 1000001 |
Color Harmonies of #A0FB50
Complementary color
Monochromatic Colors of #A0FB50
Black with #A0FB50
Text Example
Text Example
White with #A0FB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB50; }
p { color: rgb(160,251,80); }
H1.HeaderClassName
{
color: #A0FB50;
}
.AnyTagClassName
{
color: #A0FB50;
}
</style>
background-color css
<style>
a { background-color: #A0FB50; }
a { background-color: rgb(160,251,80); }
div.DivClassName
{
background-color: #A0FB50;
}
.BgClassName
{
background-color: #A0FB50;
}
</style>
border-color css
<style>
span { border-color: #A0FB50; }
span { border-color: rgb(160,251,80); }
td.TdClassName
{
border-color: #A0FB50;
}
.TagClassName
{
border-color: #A0FB50;
}
</style>