Shades of Yellow Green #A2E42B
Tints of Yellow Green #A2E42B
RGB
CMYK
RGB Variations
Color information
#A2E42B (or 0xA2E42B) is known color: Yellow Green. HEX triplet: A2, E4 and 2B. RGB value is (162,228,43). Sum of RGB (Red+Green+Blue) = 162+228+43=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 228 (89.45% from 255 or 52.66% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E42B is #5D1BD4. Grayscale: #BBBBBB. Windows color (decimal): -6101973 or 2876578. OLE color: 2876578.
HSL color Cylindrical-coordinate representation of color #A2E42B: hue angle of 81.41º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2E42B is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 43 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.11 |
| HSL | 81.41º | 0.77% | 0.53% | - |
| HSV(B) | 81.41º | 0.81% | 0.89% | - |
| XYZ | 43.08 | 63.34 | 12.24 | - |
| YUV | 187.18 | 46.63 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 43 | 0.29 | 0 | 0.81 | 0.11 | 81.41 | 0.77 | 0.53 |
| Hex | A2 | E4 | 2B | 1D | 0 | 51 | B | 51 | 4D | 35 |
| Octal | 242 | 344 | 53 | 35 | 0 | 121 | 13 | 121 | 115 | 65 |
| Binary | 10100010 | 11100100 | 101011 | 11101 | 0 | 1010001 | 1011 | 1010001 | 1001101 | 110101 |
Color Harmonies of #A2E42B
Complementary color
Monochromatic Colors of #A2E42B
Black with #A2E42B
Text Example
Text Example
White with #A2E42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E42B; }
p { color: rgb(162,228,43); }
H1.HeaderClassName
{
color: #A2E42B;
}
.AnyTagClassName
{
color: #A2E42B;
}
</style>
background-color css
<style>
a { background-color: #A2E42B; }
a { background-color: rgb(162,228,43); }
div.DivClassName
{
background-color: #A2E42B;
}
.BgClassName
{
background-color: #A2E42B;
}
</style>
border-color css
<style>
span { border-color: #A2E42B; }
span { border-color: rgb(162,228,43); }
td.TdClassName
{
border-color: #A2E42B;
}
.TagClassName
{
border-color: #A2E42B;
}
</style>