Shades of Yellow Green #A2E12E
Tints of Yellow Green #A2E12E
RGB
CMYK
RGB Variations
Color information
#A2E12E (or 0xA2E12E) is known color: Yellow Green. HEX triplet: A2, E1 and 2E. RGB value is (162,225,46). Sum of RGB (Red+Green+Blue) = 162+225+46=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E12E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E12E is #5D1ED1. Grayscale: #BABABA. Windows color (decimal): -6102738 or 3072418. OLE color: 3072418.
HSL color Cylindrical-coordinate representation of color #A2E12E: hue angle of 81.12º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2E12E is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 46 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.12 |
| HSL | 81.12º | 0.75% | 0.53% | - |
| HSV(B) | 81.12º | 0.8% | 0.88% | - |
| XYZ | 42.32 | 61.73 | 12.27 | - |
| YUV | 185.76 | 49.13 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 46 | 0.28 | 0 | 0.80 | 0.12 | 81.12 | 0.75 | 0.53 |
| Hex | A2 | E1 | 2E | 1C | 0 | 50 | C | 51 | 4B | 35 |
| Octal | 242 | 341 | 56 | 34 | 0 | 120 | 14 | 121 | 113 | 65 |
| Binary | 10100010 | 11100001 | 101110 | 11100 | 0 | 1010000 | 1100 | 1010001 | 1001011 | 110101 |
Color Harmonies of #A2E12E
Complementary color
Monochromatic Colors of #A2E12E
Black with #A2E12E
Text Example
Text Example
White with #A2E12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E12E; }
p { color: rgb(162,225,46); }
H1.HeaderClassName
{
color: #A2E12E;
}
.AnyTagClassName
{
color: #A2E12E;
}
</style>
background-color css
<style>
a { background-color: #A2E12E; }
a { background-color: rgb(162,225,46); }
div.DivClassName
{
background-color: #A2E12E;
}
.BgClassName
{
background-color: #A2E12E;
}
</style>
border-color css
<style>
span { border-color: #A2E12E; }
span { border-color: rgb(162,225,46); }
td.TdClassName
{
border-color: #A2E12E;
}
.TagClassName
{
border-color: #A2E12E;
}
</style>