Shades of Green Yellow #A0FC49
Tints of Green Yellow #A0FC49
RGB
CMYK
RGB Variations
Color information
#A0FC49 (or 0xA0FC49) is known color: Green Yellow. HEX triplet: A0, FC and 49. RGB value is (160,252,73). Sum of RGB (Red+Green+Blue) = 160+252+73=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FC49 is #5F03B6. Grayscale: #CCCCCC. Windows color (decimal): -6226871 or 4848800. OLE color: 4848800.
HSL color Cylindrical-coordinate representation of color #A0FC49: hue angle of 90.84º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0FC49 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 73 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.01 |
| HSL | 90.84º | 0.97% | 0.64% | - |
| HSV(B) | 90.84º | 0.71% | 0.99% | - |
| XYZ | 50.51 | 77.58 | 18.61 | - |
| YUV | 204.09 | 54.02 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 73 | 0.37 | 0 | 0.71 | 0.01 | 90.84 | 0.97 | 0.64 |
| Hex | A0 | FC | 49 | 25 | 0 | 47 | 1 | 5B | 61 | 40 |
| Octal | 240 | 374 | 111 | 45 | 0 | 107 | 1 | 133 | 141 | 100 |
| Binary | 10100000 | 11111100 | 1001001 | 100101 | 0 | 1000111 | 1 | 1011011 | 1100001 | 1000000 |
Color Harmonies of #A0FC49
Complementary color
Monochromatic Colors of #A0FC49
Black with #A0FC49
Text Example
Text Example
White with #A0FC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC49; }
p { color: rgb(160,252,73); }
H1.HeaderClassName
{
color: #A0FC49;
}
.AnyTagClassName
{
color: #A0FC49;
}
</style>
background-color css
<style>
a { background-color: #A0FC49; }
a { background-color: rgb(160,252,73); }
div.DivClassName
{
background-color: #A0FC49;
}
.BgClassName
{
background-color: #A0FC49;
}
</style>
border-color css
<style>
span { border-color: #A0FC49; }
span { border-color: rgb(160,252,73); }
td.TdClassName
{
border-color: #A0FC49;
}
.TagClassName
{
border-color: #A0FC49;
}
</style>