Shades of Green Yellow #A1F51E
Tints of Green Yellow #A1F51E
RGB
CMYK
RGB Variations
Color information
#A1F51E (or 0xA1F51E) is known color: Green Yellow. HEX triplet: A1, F5 and 1E. RGB value is (161,245,30). Sum of RGB (Red+Green+Blue) = 161+245+30=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F51E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F51E is #5E0AE1. Grayscale: #C4C4C4. Windows color (decimal): -6163170 or 2028961. OLE color: 2028961.
HSL color Cylindrical-coordinate representation of color #A1F51E: hue angle of 83.44º 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 #A1F51E is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 245 | 30 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.04 |
| HSL | 83.44º | 0.91% | 0.54% | - |
| HSV(B) | 83.44º | 0.88% | 0.96% | - |
| XYZ | 47.58 | 72.98 | 12.81 | - |
| YUV | 195.37 | 34.67 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 30 | 0.34 | 0 | 0.88 | 0.04 | 83.44 | 0.91 | 0.54 |
| Hex | A1 | F5 | 1E | 22 | 0 | 58 | 4 | 53 | 5B | 36 |
| Octal | 241 | 365 | 36 | 42 | 0 | 130 | 4 | 123 | 133 | 66 |
| Binary | 10100001 | 11110101 | 11110 | 100010 | 0 | 1011000 | 100 | 1010011 | 1011011 | 110110 |
Color Harmonies of #A1F51E
Complementary color
Monochromatic Colors of #A1F51E
Black with #A1F51E
Text Example
Text Example
White with #A1F51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F51E; }
p { color: rgb(161,245,30); }
H1.HeaderClassName
{
color: #A1F51E;
}
.AnyTagClassName
{
color: #A1F51E;
}
</style>
background-color css
<style>
a { background-color: #A1F51E; }
a { background-color: rgb(161,245,30); }
div.DivClassName
{
background-color: #A1F51E;
}
.BgClassName
{
background-color: #A1F51E;
}
</style>
border-color css
<style>
span { border-color: #A1F51E; }
span { border-color: rgb(161,245,30); }
td.TdClassName
{
border-color: #A1F51E;
}
.TagClassName
{
border-color: #A1F51E;
}
</style>