Shades of Green Yellow #A0F424
Tints of Green Yellow #A0F424
RGB
CMYK
RGB Variations
Color information
#A0F424 (or 0xA0F424) is known color: Green Yellow. HEX triplet: A0, F4 and 24. RGB value is (160,244,36). Sum of RGB (Red+Green+Blue) = 160+244+36=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 244 (95.70% from 255 or 55.45% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F424 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F424 is #5F0BDB. Grayscale: #C3C3C3. Windows color (decimal): -6228956 or 2421920. OLE color: 2421920.
HSL color Cylindrical-coordinate representation of color #A0F424: hue angle of 84.23º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0F424 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 244 | 36 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.04 |
| HSL | 84.23º | 0.9% | 0.55% | - |
| HSV(B) | 84.23º | 0.85% | 0.96% | - |
| XYZ | 47.17 | 72.3 | 13.14 | - |
| YUV | 195.17 | 38.17 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 244 | 36 | 0.34 | 0 | 0.85 | 0.04 | 84.23 | 0.9 | 0.55 |
| Hex | A0 | F4 | 24 | 22 | 0 | 55 | 4 | 54 | 5A | 37 |
| Octal | 240 | 364 | 44 | 42 | 0 | 125 | 4 | 124 | 132 | 67 |
| Binary | 10100000 | 11110100 | 100100 | 100010 | 0 | 1010101 | 100 | 1010100 | 1011010 | 110111 |
Color Harmonies of #A0F424
Complementary color
Monochromatic Colors of #A0F424
Black with #A0F424
Text Example
Text Example
White with #A0F424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F424; }
p { color: rgb(160,244,36); }
H1.HeaderClassName
{
color: #A0F424;
}
.AnyTagClassName
{
color: #A0F424;
}
</style>
background-color css
<style>
a { background-color: #A0F424; }
a { background-color: rgb(160,244,36); }
div.DivClassName
{
background-color: #A0F424;
}
.BgClassName
{
background-color: #A0F424;
}
</style>
border-color css
<style>
span { border-color: #A0F424; }
span { border-color: rgb(160,244,36); }
td.TdClassName
{
border-color: #A0F424;
}
.TagClassName
{
border-color: #A0F424;
}
</style>