Shades of Green Yellow #A0F724
Tints of Green Yellow #A0F724
RGB
CMYK
RGB Variations
Color information
#A0F724 (or 0xA0F724) is known color: Green Yellow. HEX triplet: A0, F7 and 24. RGB value is (160,247,36). Sum of RGB (Red+Green+Blue) = 160+247+36=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 247 (96.88% from 255 or 55.76% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F724 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F724 is #5F08DB. Grayscale: #C5C5C5. Windows color (decimal): -6228188 or 2422688. OLE color: 2422688.
HSL color Cylindrical-coordinate representation of color #A0F724: hue angle of 84.74º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0F724 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 36 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.03 |
| HSL | 84.74º | 0.93% | 0.55% | - |
| HSV(B) | 84.74º | 0.85% | 0.97% | - |
| XYZ | 48.08 | 74.12 | 13.44 | - |
| YUV | 196.93 | 37.18 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 36 | 0.35 | 0 | 0.85 | 0.03 | 84.74 | 0.93 | 0.55 |
| Hex | A0 | F7 | 24 | 23 | 0 | 55 | 3 | 55 | 5D | 37 |
| Octal | 240 | 367 | 44 | 43 | 0 | 125 | 3 | 125 | 135 | 67 |
| Binary | 10100000 | 11110111 | 100100 | 100011 | 0 | 1010101 | 11 | 1010101 | 1011101 | 110111 |
Color Harmonies of #A0F724
Complementary color
Monochromatic Colors of #A0F724
Black with #A0F724
Text Example
Text Example
White with #A0F724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F724; }
p { color: rgb(160,247,36); }
H1.HeaderClassName
{
color: #A0F724;
}
.AnyTagClassName
{
color: #A0F724;
}
</style>
background-color css
<style>
a { background-color: #A0F724; }
a { background-color: rgb(160,247,36); }
div.DivClassName
{
background-color: #A0F724;
}
.BgClassName
{
background-color: #A0F724;
}
</style>
border-color css
<style>
span { border-color: #A0F724; }
span { border-color: rgb(160,247,36); }
td.TdClassName
{
border-color: #A0F724;
}
.TagClassName
{
border-color: #A0F724;
}
</style>