Shades of Yellow Green #A2E028
Tints of Yellow Green #A2E028
RGB
CMYK
RGB Variations
Color information
#A2E028 (or 0xA2E028) is known color: Yellow Green. HEX triplet: A2, E0 and 28. RGB value is (162,224,40). Sum of RGB (Red+Green+Blue) = 162+224+40=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 224 (87.89% from 255 or 52.58% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E028 is #5D1FD7. Grayscale: #B9B9B9. Windows color (decimal): -6103000 or 2678946. OLE color: 2678946.
HSL color Cylindrical-coordinate representation of color #A2E028: hue angle of 80.22º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2E028 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 40 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.12 |
| HSL | 80.22º | 0.75% | 0.52% | - |
| HSV(B) | 80.22º | 0.82% | 0.88% | - |
| XYZ | 41.94 | 61.15 | 11.6 | - |
| YUV | 184.49 | 46.46 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 40 | 0.28 | 0 | 0.82 | 0.12 | 80.22 | 0.75 | 0.52 |
| Hex | A2 | E0 | 28 | 1C | 0 | 52 | C | 50 | 4B | 34 |
| Octal | 242 | 340 | 50 | 34 | 0 | 122 | 14 | 120 | 113 | 64 |
| Binary | 10100010 | 11100000 | 101000 | 11100 | 0 | 1010010 | 1100 | 1010000 | 1001011 | 110100 |
Color Harmonies of #A2E028
Complementary color
Monochromatic Colors of #A2E028
Black with #A2E028
Text Example
Text Example
White with #A2E028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E028; }
p { color: rgb(162,224,40); }
H1.HeaderClassName
{
color: #A2E028;
}
.AnyTagClassName
{
color: #A2E028;
}
</style>
background-color css
<style>
a { background-color: #A2E028; }
a { background-color: rgb(162,224,40); }
div.DivClassName
{
background-color: #A2E028;
}
.BgClassName
{
background-color: #A2E028;
}
</style>
border-color css
<style>
span { border-color: #A2E028; }
span { border-color: rgb(162,224,40); }
td.TdClassName
{
border-color: #A2E028;
}
.TagClassName
{
border-color: #A2E028;
}
</style>