Shades of Yellow Green #A2E228
Tints of Yellow Green #A2E228
RGB
CMYK
RGB Variations
Color information
#A2E228 (or 0xA2E228) is known color: Yellow Green. HEX triplet: A2, E2 and 28. RGB value is (162,226,40). Sum of RGB (Red+Green+Blue) = 162+226+40=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 226 (88.67% from 255 or 52.80% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E228 is #5D1DD7. Grayscale: #BABABA. Windows color (decimal): -6102488 or 2679458. OLE color: 2679458.
HSL color Cylindrical-coordinate representation of color #A2E228: hue angle of 80.65º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2E228 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 40 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.11 |
| HSL | 80.65º | 0.76% | 0.52% | - |
| HSV(B) | 80.65º | 0.82% | 0.89% | - |
| XYZ | 42.48 | 62.23 | 11.78 | - |
| YUV | 185.66 | 45.8 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 40 | 0.28 | 0 | 0.82 | 0.11 | 80.65 | 0.76 | 0.52 |
| Hex | A2 | E2 | 28 | 1C | 0 | 52 | B | 51 | 4C | 34 |
| Octal | 242 | 342 | 50 | 34 | 0 | 122 | 13 | 121 | 114 | 64 |
| Binary | 10100010 | 11100010 | 101000 | 11100 | 0 | 1010010 | 1011 | 1010001 | 1001100 | 110100 |
Color Harmonies of #A2E228
Complementary color
Monochromatic Colors of #A2E228
Black with #A2E228
Text Example
Text Example
White with #A2E228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E228; }
p { color: rgb(162,226,40); }
H1.HeaderClassName
{
color: #A2E228;
}
.AnyTagClassName
{
color: #A2E228;
}
</style>
background-color css
<style>
a { background-color: #A2E228; }
a { background-color: rgb(162,226,40); }
div.DivClassName
{
background-color: #A2E228;
}
.BgClassName
{
background-color: #A2E228;
}
</style>
border-color css
<style>
span { border-color: #A2E228; }
span { border-color: rgb(162,226,40); }
td.TdClassName
{
border-color: #A2E228;
}
.TagClassName
{
border-color: #A2E228;
}
</style>