Shades of Green Yellow #A2EA28
Tints of Green Yellow #A2EA28
RGB
CMYK
RGB Variations
Color information
#A2EA28 (or 0xA2EA28) is known color: Green Yellow. HEX triplet: A2, EA and 28. RGB value is (162,234,40). Sum of RGB (Red+Green+Blue) = 162+234+40=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EA28 is #5D15D7. Grayscale: #BFBFBF. Windows color (decimal): -6100440 or 2681506. OLE color: 2681506.
HSL color Cylindrical-coordinate representation of color #A2EA28: hue angle of 82.27º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2EA28 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 40 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.08 |
| HSL | 82.27º | 0.82% | 0.54% | - |
| HSV(B) | 82.27º | 0.83% | 0.92% | - |
| XYZ | 44.71 | 66.68 | 12.52 | - |
| YUV | 190.36 | 43.15 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 40 | 0.31 | 0 | 0.83 | 0.08 | 82.27 | 0.82 | 0.54 |
| Hex | A2 | EA | 28 | 1F | 0 | 53 | 8 | 52 | 52 | 36 |
| Octal | 242 | 352 | 50 | 37 | 0 | 123 | 10 | 122 | 122 | 66 |
| Binary | 10100010 | 11101010 | 101000 | 11111 | 0 | 1010011 | 1000 | 1010010 | 1010010 | 110110 |
Color Harmonies of #A2EA28
Complementary color
Monochromatic Colors of #A2EA28
Black with #A2EA28
Text Example
Text Example
White with #A2EA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EA28; }
p { color: rgb(162,234,40); }
H1.HeaderClassName
{
color: #A2EA28;
}
.AnyTagClassName
{
color: #A2EA28;
}
</style>
background-color css
<style>
a { background-color: #A2EA28; }
a { background-color: rgb(162,234,40); }
div.DivClassName
{
background-color: #A2EA28;
}
.BgClassName
{
background-color: #A2EA28;
}
</style>
border-color css
<style>
span { border-color: #A2EA28; }
span { border-color: rgb(162,234,40); }
td.TdClassName
{
border-color: #A2EA28;
}
.TagClassName
{
border-color: #A2EA28;
}
</style>