Shades of Green Yellow #A0FB46
Tints of Green Yellow #A0FB46
RGB
CMYK
RGB Variations
Color information
#A0FB46 (or 0xA0FB46) is known color: Green Yellow. HEX triplet: A0, FB and 46. RGB value is (160,251,70). Sum of RGB (Red+Green+Blue) = 160+251+70=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FB46 is #5F04B9. Grayscale: #CBCBCB. Windows color (decimal): -6227130 or 4651936. OLE color: 4651936.
HSL color Cylindrical-coordinate representation of color #A0FB46: hue angle of 90.17º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0FB46 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 70 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.02 |
| HSL | 90.17º | 0.96% | 0.63% | - |
| HSV(B) | 90.17º | 0.72% | 0.98% | - |
| XYZ | 50.1 | 76.91 | 18 | - |
| YUV | 203.16 | 52.85 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 70 | 0.36 | 0 | 0.72 | 0.02 | 90.17 | 0.96 | 0.63 |
| Hex | A0 | FB | 46 | 24 | 0 | 48 | 2 | 5A | 60 | 3F |
| Octal | 240 | 373 | 106 | 44 | 0 | 110 | 2 | 132 | 140 | 77 |
| Binary | 10100000 | 11111011 | 1000110 | 100100 | 0 | 1001000 | 10 | 1011010 | 1100000 | 111111 |
Color Harmonies of #A0FB46
Complementary color
Monochromatic Colors of #A0FB46
Black with #A0FB46
Text Example
Text Example
White with #A0FB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB46; }
p { color: rgb(160,251,70); }
H1.HeaderClassName
{
color: #A0FB46;
}
.AnyTagClassName
{
color: #A0FB46;
}
</style>
background-color css
<style>
a { background-color: #A0FB46; }
a { background-color: rgb(160,251,70); }
div.DivClassName
{
background-color: #A0FB46;
}
.BgClassName
{
background-color: #A0FB46;
}
</style>
border-color css
<style>
span { border-color: #A0FB46; }
span { border-color: rgb(160,251,70); }
td.TdClassName
{
border-color: #A0FB46;
}
.TagClassName
{
border-color: #A0FB46;
}
</style>