Shades of Green Yellow #A0FB44
Tints of Green Yellow #A0FB44
RGB
CMYK
RGB Variations
Color information
#A0FB44 (or 0xA0FB44) is known color: Green Yellow. HEX triplet: A0, FB and 44. RGB value is (160,251,68). Sum of RGB (Red+Green+Blue) = 160+251+68=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FB44 is #5F04BB. Grayscale: #CBCBCB. Windows color (decimal): -6227132 or 4520864. OLE color: 4520864.
HSL color Cylindrical-coordinate representation of color #A0FB44: hue angle of 89.84º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0FB44 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 68 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.02 |
| HSL | 89.84º | 0.96% | 0.63% | - |
| HSV(B) | 89.84º | 0.73% | 0.98% | - |
| XYZ | 50.04 | 76.89 | 17.67 | - |
| YUV | 202.93 | 51.85 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 68 | 0.36 | 0 | 0.73 | 0.02 | 89.84 | 0.96 | 0.63 |
| Hex | A0 | FB | 44 | 24 | 0 | 49 | 2 | 5A | 60 | 3F |
| Octal | 240 | 373 | 104 | 44 | 0 | 111 | 2 | 132 | 140 | 77 |
| Binary | 10100000 | 11111011 | 1000100 | 100100 | 0 | 1001001 | 10 | 1011010 | 1100000 | 111111 |
Color Harmonies of #A0FB44
Complementary color
Monochromatic Colors of #A0FB44
Black with #A0FB44
Text Example
Text Example
White with #A0FB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB44; }
p { color: rgb(160,251,68); }
H1.HeaderClassName
{
color: #A0FB44;
}
.AnyTagClassName
{
color: #A0FB44;
}
</style>
background-color css
<style>
a { background-color: #A0FB44; }
a { background-color: rgb(160,251,68); }
div.DivClassName
{
background-color: #A0FB44;
}
.BgClassName
{
background-color: #A0FB44;
}
</style>
border-color css
<style>
span { border-color: #A0FB44; }
span { border-color: rgb(160,251,68); }
td.TdClassName
{
border-color: #A0FB44;
}
.TagClassName
{
border-color: #A0FB44;
}
</style>