Shades of Green Yellow #A0FC1F
Tints of Green Yellow #A0FC1F
RGB
CMYK
RGB Variations
Color information
#A0FC1F (or 0xA0FC1F) is known color: Green Yellow. HEX triplet: A0, FC and 1F. RGB value is (160,252,31). Sum of RGB (Red+Green+Blue) = 160+252+31=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 31 (12.5% from 255 or 7.00% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FC1F is #5F03E0. Grayscale: #C8C8C8. Windows color (decimal): -6226913 or 2096288. OLE color: 2096288.
HSL color Cylindrical-coordinate representation of color #A0FC1F: hue angle of 84.98º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0FC1F is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 31 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.01 |
| HSL | 84.98º | 0.97% | 0.55% | - |
| HSV(B) | 84.98º | 0.88% | 0.99% | - |
| XYZ | 49.55 | 77.19 | 13.58 | - |
| YUV | 199.3 | 33.02 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 31 | 0.37 | 0 | 0.88 | 0.01 | 84.98 | 0.97 | 0.55 |
| Hex | A0 | FC | 1F | 25 | 0 | 58 | 1 | 55 | 61 | 37 |
| Octal | 240 | 374 | 37 | 45 | 0 | 130 | 1 | 125 | 141 | 67 |
| Binary | 10100000 | 11111100 | 11111 | 100101 | 0 | 1011000 | 1 | 1010101 | 1100001 | 110111 |
Color Harmonies of #A0FC1F
Complementary color
Monochromatic Colors of #A0FC1F
Black with #A0FC1F
Text Example
Text Example
White with #A0FC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC1F; }
p { color: rgb(160,252,31); }
H1.HeaderClassName
{
color: #A0FC1F;
}
.AnyTagClassName
{
color: #A0FC1F;
}
</style>
background-color css
<style>
a { background-color: #A0FC1F; }
a { background-color: rgb(160,252,31); }
div.DivClassName
{
background-color: #A0FC1F;
}
.BgClassName
{
background-color: #A0FC1F;
}
</style>
border-color css
<style>
span { border-color: #A0FC1F; }
span { border-color: rgb(160,252,31); }
td.TdClassName
{
border-color: #A0FC1F;
}
.TagClassName
{
border-color: #A0FC1F;
}
</style>