Shades of Green Yellow #A0F726
Tints of Green Yellow #A0F726
RGB
CMYK
RGB Variations
Color information
#A0F726 (or 0xA0F726) is known color: Green Yellow. HEX triplet: A0, F7 and 26. RGB value is (160,247,38). Sum of RGB (Red+Green+Blue) = 160+247+38=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 247 (96.88% from 255 or 55.51% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F726 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F726 is #5F08D9. Grayscale: #C5C5C5. Windows color (decimal): -6228186 or 2553760. OLE color: 2553760.
HSL color Cylindrical-coordinate representation of color #A0F726: hue angle of 84.98º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0F726 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 38 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.03 |
| HSL | 84.98º | 0.93% | 0.56% | - |
| HSV(B) | 84.98º | 0.85% | 0.97% | - |
| XYZ | 48.11 | 74.14 | 13.61 | - |
| YUV | 197.16 | 38.18 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 38 | 0.35 | 0 | 0.85 | 0.03 | 84.98 | 0.93 | 0.56 |
| Hex | A0 | F7 | 26 | 23 | 0 | 55 | 3 | 55 | 5D | 38 |
| Octal | 240 | 367 | 46 | 43 | 0 | 125 | 3 | 125 | 135 | 70 |
| Binary | 10100000 | 11110111 | 100110 | 100011 | 0 | 1010101 | 11 | 1010101 | 1011101 | 111000 |
Color Harmonies of #A0F726
Complementary color
Monochromatic Colors of #A0F726
Black with #A0F726
Text Example
Text Example
White with #A0F726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F726; }
p { color: rgb(160,247,38); }
H1.HeaderClassName
{
color: #A0F726;
}
.AnyTagClassName
{
color: #A0F726;
}
</style>
background-color css
<style>
a { background-color: #A0F726; }
a { background-color: rgb(160,247,38); }
div.DivClassName
{
background-color: #A0F726;
}
.BgClassName
{
background-color: #A0F726;
}
</style>
border-color css
<style>
span { border-color: #A0F726; }
span { border-color: rgb(160,247,38); }
td.TdClassName
{
border-color: #A0F726;
}
.TagClassName
{
border-color: #A0F726;
}
</style>