Shades of Green Yellow #A0FA19
Tints of Green Yellow #A0FA19
RGB
CMYK
RGB Variations
Color information
#A0FA19 (or 0xA0FA19) is known color: Green Yellow. HEX triplet: A0, FA and 19. RGB value is (160,250,25). Sum of RGB (Red+Green+Blue) = 160+250+25=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 250 (98.05% from 255 or 57.47% from 435); Blue value is 25 (10.16% from 255 or 5.75% from 435); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FA19 is #5F05E6. Grayscale: #C6C6C6. Windows color (decimal): -6227431 or 1702560. OLE color: 1702560.
HSL color Cylindrical-coordinate representation of color #A0FA19: hue angle of 84º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0FA19 is Cyan = 0.36, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 25 | - |
| CMYK | 0.36 | 0 | 0.9 | 0.02 |
| HSL | 84º | 0.96% | 0.54% | - |
| HSV(B) | 84º | 0.9% | 0.98% | - |
| XYZ | 48.86 | 75.91 | 13 | - |
| YUV | 197.44 | 30.68 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 25 | 0.36 | 0 | 0.9 | 0.02 | 84 | 0.96 | 0.54 |
| Hex | A0 | FA | 19 | 24 | 0 | 5A | 2 | 54 | 60 | 36 |
| Octal | 240 | 372 | 31 | 44 | 0 | 132 | 2 | 124 | 140 | 66 |
| Binary | 10100000 | 11111010 | 11001 | 100100 | 0 | 1011010 | 10 | 1010100 | 1100000 | 110110 |
Color Harmonies of #A0FA19
Complementary color
Monochromatic Colors of #A0FA19
Black with #A0FA19
Text Example
Text Example
White with #A0FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA19; }
p { color: rgb(160,250,25); }
H1.HeaderClassName
{
color: #A0FA19;
}
.AnyTagClassName
{
color: #A0FA19;
}
</style>
background-color css
<style>
a { background-color: #A0FA19; }
a { background-color: rgb(160,250,25); }
div.DivClassName
{
background-color: #A0FA19;
}
.BgClassName
{
background-color: #A0FA19;
}
</style>
border-color css
<style>
span { border-color: #A0FA19; }
span { border-color: rgb(160,250,25); }
td.TdClassName
{
border-color: #A0FA19;
}
.TagClassName
{
border-color: #A0FA19;
}
</style>