Shades of Green Yellow #A0FB4B
Tints of Green Yellow #A0FB4B
RGB
CMYK
RGB Variations
Color information
#A0FB4B (or 0xA0FB4B) is known color: Green Yellow. HEX triplet: A0, FB and 4B. RGB value is (160,251,75). Sum of RGB (Red+Green+Blue) = 160+251+75=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FB4B is #5F04B4. Grayscale: #CCCCCC. Windows color (decimal): -6227125 or 4979616. OLE color: 4979616.
HSL color Cylindrical-coordinate representation of color #A0FB4B: hue angle of 91.02º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0FB4B is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 75 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.02 |
| HSL | 91.02º | 0.96% | 0.64% | - |
| HSV(B) | 91.02º | 0.7% | 0.98% | - |
| XYZ | 50.26 | 76.98 | 18.87 | - |
| YUV | 203.73 | 55.35 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 75 | 0.36 | 0 | 0.70 | 0.02 | 91.02 | 0.96 | 0.64 |
| Hex | A0 | FB | 4B | 24 | 0 | 46 | 2 | 5B | 60 | 40 |
| Octal | 240 | 373 | 113 | 44 | 0 | 106 | 2 | 133 | 140 | 100 |
| Binary | 10100000 | 11111011 | 1001011 | 100100 | 0 | 1000110 | 10 | 1011011 | 1100000 | 1000000 |
Color Harmonies of #A0FB4B
Complementary color
Monochromatic Colors of #A0FB4B
Black with #A0FB4B
Text Example
Text Example
White with #A0FB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB4B; }
p { color: rgb(160,251,75); }
H1.HeaderClassName
{
color: #A0FB4B;
}
.AnyTagClassName
{
color: #A0FB4B;
}
</style>
background-color css
<style>
a { background-color: #A0FB4B; }
a { background-color: rgb(160,251,75); }
div.DivClassName
{
background-color: #A0FB4B;
}
.BgClassName
{
background-color: #A0FB4B;
}
</style>
border-color css
<style>
span { border-color: #A0FB4B; }
span { border-color: rgb(160,251,75); }
td.TdClassName
{
border-color: #A0FB4B;
}
.TagClassName
{
border-color: #A0FB4B;
}
</style>