Shades of Green Yellow #A0FD40
Tints of Green Yellow #A0FD40
RGB
CMYK
RGB Variations
Color information
#A0FD40 (or 0xA0FD40) is known color: Green Yellow. HEX triplet: A0, FD and 40. RGB value is (160,253,64). Sum of RGB (Red+Green+Blue) = 160+253+64=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 253 (99.22% from 255 or 53.04% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FD40 is #5F02BF. Grayscale: #CCCCCC. Windows color (decimal): -6226624 or 4259232. OLE color: 4259232.
HSL color Cylindrical-coordinate representation of color #A0FD40: hue angle of 89.52º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0FD40 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 64 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.01 |
| HSL | 89.52º | 0.98% | 0.62% | - |
| HSV(B) | 89.52º | 0.75% | 0.99% | - |
| XYZ | 50.55 | 78.09 | 17.26 | - |
| YUV | 203.65 | 49.19 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 64 | 0.37 | 0 | 0.75 | 0.01 | 89.52 | 0.98 | 0.62 |
| Hex | A0 | FD | 40 | 25 | 0 | 4B | 1 | 5A | 62 | 3E |
| Octal | 240 | 375 | 100 | 45 | 0 | 113 | 1 | 132 | 142 | 76 |
| Binary | 10100000 | 11111101 | 1000000 | 100101 | 0 | 1001011 | 1 | 1011010 | 1100010 | 111110 |
Color Harmonies of #A0FD40
Complementary color
Monochromatic Colors of #A0FD40
Black with #A0FD40
Text Example
Text Example
White with #A0FD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD40; }
p { color: rgb(160,253,64); }
H1.HeaderClassName
{
color: #A0FD40;
}
.AnyTagClassName
{
color: #A0FD40;
}
</style>
background-color css
<style>
a { background-color: #A0FD40; }
a { background-color: rgb(160,253,64); }
div.DivClassName
{
background-color: #A0FD40;
}
.BgClassName
{
background-color: #A0FD40;
}
</style>
border-color css
<style>
span { border-color: #A0FD40; }
span { border-color: rgb(160,253,64); }
td.TdClassName
{
border-color: #A0FD40;
}
.TagClassName
{
border-color: #A0FD40;
}
</style>