Shades of Green Yellow #A2F51E
Tints of Green Yellow #A2F51E
RGB
CMYK
RGB Variations
Color information
#A2F51E (or 0xA2F51E) is known color: Green Yellow. HEX triplet: A2, F5 and 1E. RGB value is (162,245,30). Sum of RGB (Red+Green+Blue) = 162+245+30=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 245 (96.09% from 255 or 56.06% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F51E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F51E is #5D0AE1. Grayscale: #C4C4C4. Windows color (decimal): -6097634 or 2028962. OLE color: 2028962.
HSL color Cylindrical-coordinate representation of color #A2F51E: hue angle of 83.16º 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 #A2F51E is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 30 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.04 |
| HSL | 83.16º | 0.91% | 0.54% | - |
| HSV(B) | 83.16º | 0.88% | 0.96% | - |
| XYZ | 47.79 | 73.08 | 12.82 | - |
| YUV | 195.67 | 34.5 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 30 | 0.34 | 0 | 0.88 | 0.04 | 83.16 | 0.91 | 0.54 |
| Hex | A2 | F5 | 1E | 22 | 0 | 58 | 4 | 53 | 5B | 36 |
| Octal | 242 | 365 | 36 | 42 | 0 | 130 | 4 | 123 | 133 | 66 |
| Binary | 10100010 | 11110101 | 11110 | 100010 | 0 | 1011000 | 100 | 1010011 | 1011011 | 110110 |
Color Harmonies of #A2F51E
Complementary color
Monochromatic Colors of #A2F51E
Black with #A2F51E
Text Example
Text Example
White with #A2F51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F51E; }
p { color: rgb(162,245,30); }
H1.HeaderClassName
{
color: #A2F51E;
}
.AnyTagClassName
{
color: #A2F51E;
}
</style>
background-color css
<style>
a { background-color: #A2F51E; }
a { background-color: rgb(162,245,30); }
div.DivClassName
{
background-color: #A2F51E;
}
.BgClassName
{
background-color: #A2F51E;
}
</style>
border-color css
<style>
span { border-color: #A2F51E; }
span { border-color: rgb(162,245,30); }
td.TdClassName
{
border-color: #A2F51E;
}
.TagClassName
{
border-color: #A2F51E;
}
</style>