Shades of Green Yellow #A0F71C
Tints of Green Yellow #A0F71C
RGB
CMYK
RGB Variations
Color information
#A0F71C (or 0xA0F71C) is known color: Green Yellow. HEX triplet: A0, F7 and 1C. RGB value is (160,247,28). Sum of RGB (Red+Green+Blue) = 160+247+28=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 247 (96.88% from 255 or 56.78% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F71C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F71C is #5F08E3. Grayscale: #C4C4C4. Windows color (decimal): -6228196 or 1898400. OLE color: 1898400.
HSL color Cylindrical-coordinate representation of color #A0F71C: hue angle of 83.84º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0F71C is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 28 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.03 |
| HSL | 83.84º | 0.93% | 0.54% | - |
| HSV(B) | 83.84º | 0.89% | 0.97% | - |
| XYZ | 47.97 | 74.08 | 12.87 | - |
| YUV | 196.02 | 33.18 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 28 | 0.35 | 0 | 0.89 | 0.03 | 83.84 | 0.93 | 0.54 |
| Hex | A0 | F7 | 1C | 23 | 0 | 59 | 3 | 54 | 5D | 36 |
| Octal | 240 | 367 | 34 | 43 | 0 | 131 | 3 | 124 | 135 | 66 |
| Binary | 10100000 | 11110111 | 11100 | 100011 | 0 | 1011001 | 11 | 1010100 | 1011101 | 110110 |
Color Harmonies of #A0F71C
Complementary color
Monochromatic Colors of #A0F71C
Black with #A0F71C
Text Example
Text Example
White with #A0F71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F71C; }
p { color: rgb(160,247,28); }
H1.HeaderClassName
{
color: #A0F71C;
}
.AnyTagClassName
{
color: #A0F71C;
}
</style>
background-color css
<style>
a { background-color: #A0F71C; }
a { background-color: rgb(160,247,28); }
div.DivClassName
{
background-color: #A0F71C;
}
.BgClassName
{
background-color: #A0F71C;
}
</style>
border-color css
<style>
span { border-color: #A0F71C; }
span { border-color: rgb(160,247,28); }
td.TdClassName
{
border-color: #A0F71C;
}
.TagClassName
{
border-color: #A0F71C;
}
</style>