Shades of Green Yellow #A0FC4A
Tints of Green Yellow #A0FC4A
RGB
CMYK
RGB Variations
Color information
#A0FC4A (or 0xA0FC4A) is known color: Green Yellow. HEX triplet: A0, FC and 4A. RGB value is (160,252,74). Sum of RGB (Red+Green+Blue) = 160+252+74=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FC4A is #5F03B5. Grayscale: #CCCCCC. Windows color (decimal): -6226870 or 4914336. OLE color: 4914336.
HSL color Cylindrical-coordinate representation of color #A0FC4A: hue angle of 91.01º 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 #A0FC4A is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 74 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.01 |
| HSL | 91.01º | 0.97% | 0.64% | - |
| HSV(B) | 91.01º | 0.71% | 0.99% | - |
| XYZ | 50.54 | 77.59 | 18.79 | - |
| YUV | 204.2 | 54.52 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 74 | 0.37 | 0 | 0.71 | 0.01 | 91.01 | 0.97 | 0.64 |
| Hex | A0 | FC | 4A | 25 | 0 | 47 | 1 | 5B | 61 | 40 |
| Octal | 240 | 374 | 112 | 45 | 0 | 107 | 1 | 133 | 141 | 100 |
| Binary | 10100000 | 11111100 | 1001010 | 100101 | 0 | 1000111 | 1 | 1011011 | 1100001 | 1000000 |
Color Harmonies of #A0FC4A
Complementary color
Monochromatic Colors of #A0FC4A
Black with #A0FC4A
Text Example
Text Example
White with #A0FC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC4A; }
p { color: rgb(160,252,74); }
H1.HeaderClassName
{
color: #A0FC4A;
}
.AnyTagClassName
{
color: #A0FC4A;
}
</style>
background-color css
<style>
a { background-color: #A0FC4A; }
a { background-color: rgb(160,252,74); }
div.DivClassName
{
background-color: #A0FC4A;
}
.BgClassName
{
background-color: #A0FC4A;
}
</style>
border-color css
<style>
span { border-color: #A0FC4A; }
span { border-color: rgb(160,252,74); }
td.TdClassName
{
border-color: #A0FC4A;
}
.TagClassName
{
border-color: #A0FC4A;
}
</style>