Shades of Green Yellow #A0FA4F
Tints of Green Yellow #A0FA4F
RGB
CMYK
RGB Variations
Color information
#A0FA4F (or 0xA0FA4F) is known color: Green Yellow. HEX triplet: A0, FA and 4F. RGB value is (160,250,79). Sum of RGB (Red+Green+Blue) = 160+250+79=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 79 (31.25% from 255 or 16.16% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA4F is #5F05B0. Grayscale: #CCCCCC. Windows color (decimal): -6227377 or 5241504. OLE color: 5241504.
HSL color Cylindrical-coordinate representation of color #A0FA4F: hue angle of 91.58º degrees, saturation: 0.94, 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 #A0FA4F is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 79 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.02 |
| HSL | 91.58º | 0.94% | 0.65% | - |
| HSV(B) | 91.58º | 0.68% | 0.98% | - |
| XYZ | 50.09 | 76.41 | 19.51 | - |
| YUV | 203.6 | 57.68 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 79 | 0.36 | 0 | 0.68 | 0.02 | 91.58 | 0.94 | 0.65 |
| Hex | A0 | FA | 4F | 24 | 0 | 44 | 2 | 5C | 5E | 41 |
| Octal | 240 | 372 | 117 | 44 | 0 | 104 | 2 | 134 | 136 | 101 |
| Binary | 10100000 | 11111010 | 1001111 | 100100 | 0 | 1000100 | 10 | 1011100 | 1011110 | 1000001 |
Color Harmonies of #A0FA4F
Complementary color
Monochromatic Colors of #A0FA4F
Black with #A0FA4F
Text Example
Text Example
White with #A0FA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA4F; }
p { color: rgb(160,250,79); }
H1.HeaderClassName
{
color: #A0FA4F;
}
.AnyTagClassName
{
color: #A0FA4F;
}
</style>
background-color css
<style>
a { background-color: #A0FA4F; }
a { background-color: rgb(160,250,79); }
div.DivClassName
{
background-color: #A0FA4F;
}
.BgClassName
{
background-color: #A0FA4F;
}
</style>
border-color css
<style>
span { border-color: #A0FA4F; }
span { border-color: rgb(160,250,79); }
td.TdClassName
{
border-color: #A0FA4F;
}
.TagClassName
{
border-color: #A0FA4F;
}
</style>