Shades of Green Yellow #A2F220
Tints of Green Yellow #A2F220
RGB
CMYK
RGB Variations
Color information
#A2F220 (or 0xA2F220) is known color: Green Yellow. HEX triplet: A2, F2 and 20. RGB value is (162,242,32). Sum of RGB (Red+Green+Blue) = 162+242+32=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F220 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F220 is #5D0DDF. Grayscale: #C2C2C2. Windows color (decimal): -6098400 or 2159266. OLE color: 2159266.
HSL color Cylindrical-coordinate representation of color #A2F220: hue angle of 82.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2F220 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 32 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.05 |
| HSL | 82.86º | 0.89% | 0.54% | - |
| HSV(B) | 82.86º | 0.87% | 0.95% | - |
| XYZ | 46.91 | 71.29 | 12.65 | - |
| YUV | 194.14 | 36.5 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 32 | 0.33 | 0 | 0.87 | 0.05 | 82.86 | 0.89 | 0.54 |
| Hex | A2 | F2 | 20 | 21 | 0 | 57 | 5 | 53 | 59 | 36 |
| Octal | 242 | 362 | 40 | 41 | 0 | 127 | 5 | 123 | 131 | 66 |
| Binary | 10100010 | 11110010 | 100000 | 100001 | 0 | 1010111 | 101 | 1010011 | 1011001 | 110110 |
Color Harmonies of #A2F220
Complementary color
Monochromatic Colors of #A2F220
Black with #A2F220
Text Example
Text Example
White with #A2F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F220; }
p { color: rgb(162,242,32); }
H1.HeaderClassName
{
color: #A2F220;
}
.AnyTagClassName
{
color: #A2F220;
}
</style>
background-color css
<style>
a { background-color: #A2F220; }
a { background-color: rgb(162,242,32); }
div.DivClassName
{
background-color: #A2F220;
}
.BgClassName
{
background-color: #A2F220;
}
</style>
border-color css
<style>
span { border-color: #A2F220; }
span { border-color: rgb(162,242,32); }
td.TdClassName
{
border-color: #A2F220;
}
.TagClassName
{
border-color: #A2F220;
}
</style>