Shades of Green Yellow #A0F51E
Tints of Green Yellow #A0F51E
RGB
CMYK
RGB Variations
Color information
#A0F51E (or 0xA0F51E) is known color: Green Yellow. HEX triplet: A0, F5 and 1E. RGB value is (160,245,30). Sum of RGB (Red+Green+Blue) = 160+245+30=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 245 (96.09% from 255 or 56.32% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F51E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F51E is #5F0AE1. Grayscale: #C3C3C3. Windows color (decimal): -6228706 or 2028960. OLE color: 2028960.
HSL color Cylindrical-coordinate representation of color #A0F51E: hue angle of 83.72º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0F51E is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 245 | 30 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.04 |
| HSL | 83.72º | 0.91% | 0.54% | - |
| HSV(B) | 83.72º | 0.88% | 0.96% | - |
| XYZ | 47.38 | 72.87 | 12.8 | - |
| YUV | 195.08 | 34.84 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 245 | 30 | 0.35 | 0 | 0.88 | 0.04 | 83.72 | 0.91 | 0.54 |
| Hex | A0 | F5 | 1E | 23 | 0 | 58 | 4 | 54 | 5B | 36 |
| Octal | 240 | 365 | 36 | 43 | 0 | 130 | 4 | 124 | 133 | 66 |
| Binary | 10100000 | 11110101 | 11110 | 100011 | 0 | 1011000 | 100 | 1010100 | 1011011 | 110110 |
Color Harmonies of #A0F51E
Complementary color
Monochromatic Colors of #A0F51E
Black with #A0F51E
Text Example
Text Example
White with #A0F51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F51E; }
p { color: rgb(160,245,30); }
H1.HeaderClassName
{
color: #A0F51E;
}
.AnyTagClassName
{
color: #A0F51E;
}
</style>
background-color css
<style>
a { background-color: #A0F51E; }
a { background-color: rgb(160,245,30); }
div.DivClassName
{
background-color: #A0F51E;
}
.BgClassName
{
background-color: #A0F51E;
}
</style>
border-color css
<style>
span { border-color: #A0F51E; }
span { border-color: rgb(160,245,30); }
td.TdClassName
{
border-color: #A0F51E;
}
.TagClassName
{
border-color: #A0F51E;
}
</style>