Shades of Yellow Green #A2E32A
Tints of Yellow Green #A2E32A
RGB
CMYK
RGB Variations
Color information
#A2E32A (or 0xA2E32A) is known color: Yellow Green. HEX triplet: A2, E3 and 2A. RGB value is (162,227,42). Sum of RGB (Red+Green+Blue) = 162+227+42=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 227 (89.06% from 255 or 52.67% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E32A is #5D1CD5. Grayscale: #BBBBBB. Windows color (decimal): -6102230 or 2810786. OLE color: 2810786.
HSL color Cylindrical-coordinate representation of color #A2E32A: hue angle of 81.08º 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 #A2E32A is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 42 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.11 |
| HSL | 81.08º | 0.77% | 0.53% | - |
| HSV(B) | 81.08º | 0.81% | 0.89% | - |
| XYZ | 42.79 | 62.79 | 12.05 | - |
| YUV | 186.48 | 46.47 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 42 | 0.29 | 0 | 0.81 | 0.11 | 81.08 | 0.77 | 0.53 |
| Hex | A2 | E3 | 2A | 1D | 0 | 51 | B | 51 | 4D | 35 |
| Octal | 242 | 343 | 52 | 35 | 0 | 121 | 13 | 121 | 115 | 65 |
| Binary | 10100010 | 11100011 | 101010 | 11101 | 0 | 1010001 | 1011 | 1010001 | 1001101 | 110101 |
Color Harmonies of #A2E32A
Complementary color
Monochromatic Colors of #A2E32A
Black with #A2E32A
Text Example
Text Example
White with #A2E32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E32A; }
p { color: rgb(162,227,42); }
H1.HeaderClassName
{
color: #A2E32A;
}
.AnyTagClassName
{
color: #A2E32A;
}
</style>
background-color css
<style>
a { background-color: #A2E32A; }
a { background-color: rgb(162,227,42); }
div.DivClassName
{
background-color: #A2E32A;
}
.BgClassName
{
background-color: #A2E32A;
}
</style>
border-color css
<style>
span { border-color: #A2E32A; }
span { border-color: rgb(162,227,42); }
td.TdClassName
{
border-color: #A2E32A;
}
.TagClassName
{
border-color: #A2E32A;
}
</style>