Shades of Green Yellow #A0F71B
Tints of Green Yellow #A0F71B
RGB
CMYK
RGB Variations
Color information
#A0F71B (or 0xA0F71B) is known color: Green Yellow. HEX triplet: A0, F7 and 1B. RGB value is (160,247,27). Sum of RGB (Red+Green+Blue) = 160+247+27=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 247 (96.88% from 255 or 56.91% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F71B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F71B is #5F08E4. Grayscale: #C4C4C4. Windows color (decimal): -6228197 or 1832864. OLE color: 1832864.
HSL color Cylindrical-coordinate representation of color #A0F71B: hue angle of 83.73º 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 #A0F71B is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 27 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.03 |
| HSL | 83.73º | 0.93% | 0.54% | - |
| HSV(B) | 83.73º | 0.89% | 0.97% | - |
| XYZ | 47.96 | 74.07 | 12.81 | - |
| YUV | 195.91 | 32.68 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 27 | 0.35 | 0 | 0.89 | 0.03 | 83.73 | 0.93 | 0.54 |
| Hex | A0 | F7 | 1B | 23 | 0 | 59 | 3 | 54 | 5D | 36 |
| Octal | 240 | 367 | 33 | 43 | 0 | 131 | 3 | 124 | 135 | 66 |
| Binary | 10100000 | 11110111 | 11011 | 100011 | 0 | 1011001 | 11 | 1010100 | 1011101 | 110110 |
Color Harmonies of #A0F71B
Complementary color
Monochromatic Colors of #A0F71B
Black with #A0F71B
Text Example
Text Example
White with #A0F71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F71B; }
p { color: rgb(160,247,27); }
H1.HeaderClassName
{
color: #A0F71B;
}
.AnyTagClassName
{
color: #A0F71B;
}
</style>
background-color css
<style>
a { background-color: #A0F71B; }
a { background-color: rgb(160,247,27); }
div.DivClassName
{
background-color: #A0F71B;
}
.BgClassName
{
background-color: #A0F71B;
}
</style>
border-color css
<style>
span { border-color: #A0F71B; }
span { border-color: rgb(160,247,27); }
td.TdClassName
{
border-color: #A0F71B;
}
.TagClassName
{
border-color: #A0F71B;
}
</style>