Shades of Green Yellow #A2EF40
Tints of Green Yellow #A2EF40
RGB
CMYK
RGB Variations
Color information
#A2EF40 (or 0xA2EF40) is known color: Green Yellow. HEX triplet: A2, EF and 40. RGB value is (162,239,64). Sum of RGB (Red+Green+Blue) = 162+239+64=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EF40 is #5D10BF. Grayscale: #C4C4C4. Windows color (decimal): -6099136 or 4255650. OLE color: 4255650.
HSL color Cylindrical-coordinate representation of color #A2EF40: hue angle of 86.4º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2EF40 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 64 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.06 |
| HSL | 86.4º | 0.85% | 0.59% | - |
| HSV(B) | 86.4º | 0.73% | 0.94% | - |
| XYZ | 46.69 | 69.78 | 15.86 | - |
| YUV | 196.03 | 53.49 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 64 | 0.32 | 0 | 0.73 | 0.06 | 86.4 | 0.85 | 0.59 |
| Hex | A2 | EF | 40 | 20 | 0 | 49 | 6 | 56 | 55 | 3B |
| Octal | 242 | 357 | 100 | 40 | 0 | 111 | 6 | 126 | 125 | 73 |
| Binary | 10100010 | 11101111 | 1000000 | 100000 | 0 | 1001001 | 110 | 1010110 | 1010101 | 111011 |
Color Harmonies of #A2EF40
Complementary color
Monochromatic Colors of #A2EF40
Black with #A2EF40
Text Example
Text Example
White with #A2EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF40; }
p { color: rgb(162,239,64); }
H1.HeaderClassName
{
color: #A2EF40;
}
.AnyTagClassName
{
color: #A2EF40;
}
</style>
background-color css
<style>
a { background-color: #A2EF40; }
a { background-color: rgb(162,239,64); }
div.DivClassName
{
background-color: #A2EF40;
}
.BgClassName
{
background-color: #A2EF40;
}
</style>
border-color css
<style>
span { border-color: #A2EF40; }
span { border-color: rgb(162,239,64); }
td.TdClassName
{
border-color: #A2EF40;
}
.TagClassName
{
border-color: #A2EF40;
}
</style>