Shades of Green Yellow #A0F72A
Tints of Green Yellow #A0F72A
RGB
CMYK
RGB Variations
Color information
#A0F72A (or 0xA0F72A) is known color: Green Yellow. HEX triplet: A0, F7 and 2A. RGB value is (160,247,42). Sum of RGB (Red+Green+Blue) = 160+247+42=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 247 (96.88% from 255 or 55.01% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F72A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F72A is #5F08D5. Grayscale: #C6C6C6. Windows color (decimal): -6228182 or 2815904. OLE color: 2815904.
HSL color Cylindrical-coordinate representation of color #A0F72A: hue angle of 85.46º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0F72A is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 42 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.03 |
| HSL | 85.46º | 0.93% | 0.57% | - |
| HSV(B) | 85.46º | 0.83% | 0.97% | - |
| XYZ | 48.18 | 74.16 | 13.97 | - |
| YUV | 197.62 | 40.18 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 42 | 0.35 | 0 | 0.83 | 0.03 | 85.46 | 0.93 | 0.57 |
| Hex | A0 | F7 | 2A | 23 | 0 | 53 | 3 | 55 | 5D | 39 |
| Octal | 240 | 367 | 52 | 43 | 0 | 123 | 3 | 125 | 135 | 71 |
| Binary | 10100000 | 11110111 | 101010 | 100011 | 0 | 1010011 | 11 | 1010101 | 1011101 | 111001 |
Color Harmonies of #A0F72A
Complementary color
Monochromatic Colors of #A0F72A
Black with #A0F72A
Text Example
Text Example
White with #A0F72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F72A; }
p { color: rgb(160,247,42); }
H1.HeaderClassName
{
color: #A0F72A;
}
.AnyTagClassName
{
color: #A0F72A;
}
</style>
background-color css
<style>
a { background-color: #A0F72A; }
a { background-color: rgb(160,247,42); }
div.DivClassName
{
background-color: #A0F72A;
}
.BgClassName
{
background-color: #A0F72A;
}
</style>
border-color css
<style>
span { border-color: #A0F72A; }
span { border-color: rgb(160,247,42); }
td.TdClassName
{
border-color: #A0F72A;
}
.TagClassName
{
border-color: #A0F72A;
}
</style>