Shades of Green Yellow #A2F522
Tints of Green Yellow #A2F522
RGB
CMYK
RGB Variations
Color information
#A2F522 (or 0xA2F522) is known color: Green Yellow. HEX triplet: A2, F5 and 22. RGB value is (162,245,34). Sum of RGB (Red+Green+Blue) = 162+245+34=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 245 (96.09% from 255 or 55.56% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F522 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F522 is #5D0ADD. Grayscale: #C4C4C4. Windows color (decimal): -6097630 or 2291106. OLE color: 2291106.
HSL color Cylindrical-coordinate representation of color #A2F522: hue angle of 83.6º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2F522 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 34 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.04 |
| HSL | 83.6º | 0.91% | 0.55% | - |
| HSV(B) | 83.6º | 0.86% | 0.96% | - |
| XYZ | 47.84 | 73.1 | 13.1 | - |
| YUV | 196.13 | 36.5 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 34 | 0.34 | 0 | 0.86 | 0.04 | 83.6 | 0.91 | 0.55 |
| Hex | A2 | F5 | 22 | 22 | 0 | 56 | 4 | 54 | 5B | 37 |
| Octal | 242 | 365 | 42 | 42 | 0 | 126 | 4 | 124 | 133 | 67 |
| Binary | 10100010 | 11110101 | 100010 | 100010 | 0 | 1010110 | 100 | 1010100 | 1011011 | 110111 |
Color Harmonies of #A2F522
Complementary color
Monochromatic Colors of #A2F522
Black with #A2F522
Text Example
Text Example
White with #A2F522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F522; }
p { color: rgb(162,245,34); }
H1.HeaderClassName
{
color: #A2F522;
}
.AnyTagClassName
{
color: #A2F522;
}
</style>
background-color css
<style>
a { background-color: #A2F522; }
a { background-color: rgb(162,245,34); }
div.DivClassName
{
background-color: #A2F522;
}
.BgClassName
{
background-color: #A2F522;
}
</style>
border-color css
<style>
span { border-color: #A2F522; }
span { border-color: rgb(162,245,34); }
td.TdClassName
{
border-color: #A2F522;
}
.TagClassName
{
border-color: #A2F522;
}
</style>