Shades of Green Yellow #A0F729
Tints of Green Yellow #A0F729
RGB
CMYK
RGB Variations
Color information
#A0F729 (or 0xA0F729) is known color: Green Yellow. HEX triplet: A0, F7 and 29. RGB value is (160,247,41). Sum of RGB (Red+Green+Blue) = 160+247+41=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 247 (96.88% from 255 or 55.13% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F729 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F729 is #5F08D6. Grayscale: #C6C6C6. Windows color (decimal): -6228183 or 2750368. OLE color: 2750368.
HSL color Cylindrical-coordinate representation of color #A0F729: hue angle of 85.34º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0F729 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 41 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.03 |
| HSL | 85.34º | 0.93% | 0.56% | - |
| HSV(B) | 85.34º | 0.83% | 0.97% | - |
| XYZ | 48.16 | 74.16 | 13.87 | - |
| YUV | 197.5 | 39.68 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 41 | 0.35 | 0 | 0.83 | 0.03 | 85.34 | 0.93 | 0.56 |
| Hex | A0 | F7 | 29 | 23 | 0 | 53 | 3 | 55 | 5D | 38 |
| Octal | 240 | 367 | 51 | 43 | 0 | 123 | 3 | 125 | 135 | 70 |
| Binary | 10100000 | 11110111 | 101001 | 100011 | 0 | 1010011 | 11 | 1010101 | 1011101 | 111000 |
Color Harmonies of #A0F729
Complementary color
Monochromatic Colors of #A0F729
Black with #A0F729
Text Example
Text Example
White with #A0F729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F729; }
p { color: rgb(160,247,41); }
H1.HeaderClassName
{
color: #A0F729;
}
.AnyTagClassName
{
color: #A0F729;
}
</style>
background-color css
<style>
a { background-color: #A0F729; }
a { background-color: rgb(160,247,41); }
div.DivClassName
{
background-color: #A0F729;
}
.BgClassName
{
background-color: #A0F729;
}
</style>
border-color css
<style>
span { border-color: #A0F729; }
span { border-color: rgb(160,247,41); }
td.TdClassName
{
border-color: #A0F729;
}
.TagClassName
{
border-color: #A0F729;
}
</style>