Shades of Green Yellow #A2EC40
Tints of Green Yellow #A2EC40
RGB
CMYK
RGB Variations
Color information
#A2EC40 (or 0xA2EC40) is known color: Green Yellow. HEX triplet: A2, EC and 40. RGB value is (162,236,64). Sum of RGB (Red+Green+Blue) = 162+236+64=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EC40 is #5D13BF. Grayscale: #C2C2C2. Windows color (decimal): -6099904 or 4254882. OLE color: 4254882.
HSL color Cylindrical-coordinate representation of color #A2EC40: hue angle of 85.81º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2EC40 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 64 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.07 |
| HSL | 85.81º | 0.82% | 0.59% | - |
| HSV(B) | 85.81º | 0.73% | 0.93% | - |
| XYZ | 45.82 | 68.04 | 15.57 | - |
| YUV | 194.27 | 54.48 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 64 | 0.31 | 0 | 0.73 | 0.07 | 85.81 | 0.82 | 0.59 |
| Hex | A2 | EC | 40 | 1F | 0 | 49 | 7 | 56 | 52 | 3B |
| Octal | 242 | 354 | 100 | 37 | 0 | 111 | 7 | 126 | 122 | 73 |
| Binary | 10100010 | 11101100 | 1000000 | 11111 | 0 | 1001001 | 111 | 1010110 | 1010010 | 111011 |
Color Harmonies of #A2EC40
Complementary color
Monochromatic Colors of #A2EC40
Black with #A2EC40
Text Example
Text Example
White with #A2EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EC40; }
p { color: rgb(162,236,64); }
H1.HeaderClassName
{
color: #A2EC40;
}
.AnyTagClassName
{
color: #A2EC40;
}
</style>
background-color css
<style>
a { background-color: #A2EC40; }
a { background-color: rgb(162,236,64); }
div.DivClassName
{
background-color: #A2EC40;
}
.BgClassName
{
background-color: #A2EC40;
}
</style>
border-color css
<style>
span { border-color: #A2EC40; }
span { border-color: rgb(162,236,64); }
td.TdClassName
{
border-color: #A2EC40;
}
.TagClassName
{
border-color: #A2EC40;
}
</style>