Shades of Green Yellow #A0FA49
Tints of Green Yellow #A0FA49
RGB
CMYK
RGB Variations
Color information
#A0FA49 (or 0xA0FA49) is known color: Green Yellow. HEX triplet: A0, FA and 49. RGB value is (160,250,73). Sum of RGB (Red+Green+Blue) = 160+250+73=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FA49 is #5F05B6. Grayscale: #CBCBCB. Windows color (decimal): -6227383 or 4848288. OLE color: 4848288.
HSL color Cylindrical-coordinate representation of color #A0FA49: hue angle of 90.51º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0FA49 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 73 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.02 |
| HSL | 90.51º | 0.95% | 0.63% | - |
| HSV(B) | 90.51º | 0.71% | 0.98% | - |
| XYZ | 49.89 | 76.33 | 18.41 | - |
| YUV | 202.91 | 54.68 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 73 | 0.36 | 0 | 0.71 | 0.02 | 90.51 | 0.95 | 0.63 |
| Hex | A0 | FA | 49 | 24 | 0 | 47 | 2 | 5B | 5F | 3F |
| Octal | 240 | 372 | 111 | 44 | 0 | 107 | 2 | 133 | 137 | 77 |
| Binary | 10100000 | 11111010 | 1001001 | 100100 | 0 | 1000111 | 10 | 1011011 | 1011111 | 111111 |
Color Harmonies of #A0FA49
Complementary color
Monochromatic Colors of #A0FA49
Black with #A0FA49
Text Example
Text Example
White with #A0FA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA49; }
p { color: rgb(160,250,73); }
H1.HeaderClassName
{
color: #A0FA49;
}
.AnyTagClassName
{
color: #A0FA49;
}
</style>
background-color css
<style>
a { background-color: #A0FA49; }
a { background-color: rgb(160,250,73); }
div.DivClassName
{
background-color: #A0FA49;
}
.BgClassName
{
background-color: #A0FA49;
}
</style>
border-color css
<style>
span { border-color: #A0FA49; }
span { border-color: rgb(160,250,73); }
td.TdClassName
{
border-color: #A0FA49;
}
.TagClassName
{
border-color: #A0FA49;
}
</style>