Shades of Yellow Green #A2E52A
Tints of Yellow Green #A2E52A
RGB
CMYK
RGB Variations
Color information
#A2E52A (or 0xA2E52A) is known color: Yellow Green. HEX triplet: A2, E5 and 2A. RGB value is (162,229,42). Sum of RGB (Red+Green+Blue) = 162+229+42=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E52A is #5D1AD5. Grayscale: #BCBCBC. Windows color (decimal): -6101718 or 2811298. OLE color: 2811298.
HSL color Cylindrical-coordinate representation of color #A2E52A: hue angle of 81.5º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2E52A is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 42 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.10 |
| HSL | 81.5º | 0.78% | 0.53% | - |
| HSV(B) | 81.5º | 0.82% | 0.9% | - |
| XYZ | 43.34 | 63.89 | 12.24 | - |
| YUV | 187.65 | 45.8 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 42 | 0.29 | 0 | 0.82 | 0.10 | 81.5 | 0.78 | 0.53 |
| Hex | A2 | E5 | 2A | 1D | 0 | 52 | A | 51 | 4E | 35 |
| Octal | 242 | 345 | 52 | 35 | 0 | 122 | 12 | 121 | 116 | 65 |
| Binary | 10100010 | 11100101 | 101010 | 11101 | 0 | 1010010 | 1010 | 1010001 | 1001110 | 110101 |
Color Harmonies of #A2E52A
Complementary color
Monochromatic Colors of #A2E52A
Black with #A2E52A
Text Example
Text Example
White with #A2E52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E52A; }
p { color: rgb(162,229,42); }
H1.HeaderClassName
{
color: #A2E52A;
}
.AnyTagClassName
{
color: #A2E52A;
}
</style>
background-color css
<style>
a { background-color: #A2E52A; }
a { background-color: rgb(162,229,42); }
div.DivClassName
{
background-color: #A2E52A;
}
.BgClassName
{
background-color: #A2E52A;
}
</style>
border-color css
<style>
span { border-color: #A2E52A; }
span { border-color: rgb(162,229,42); }
td.TdClassName
{
border-color: #A2E52A;
}
.TagClassName
{
border-color: #A2E52A;
}
</style>