Shades of Green Yellow #A2F422
Tints of Green Yellow #A2F422
RGB
CMYK
RGB Variations
Color information
#A2F422 (or 0xA2F422) is known color: Green Yellow. HEX triplet: A2, F4 and 22. RGB value is (162,244,34). Sum of RGB (Red+Green+Blue) = 162+244+34=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 244 (95.70% from 255 or 55.45% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F422 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F422 is #5D0BDD. Grayscale: #C4C4C4. Windows color (decimal): -6097886 or 2290850. OLE color: 2290850.
HSL color Cylindrical-coordinate representation of color #A2F422: hue angle of 83.43º 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 #A2F422 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
RGB | 162 | 244 | 34 | - |
CMYK | 0.34 | 0 | 0.86 | 0.04 |
HSL | 83.43º | 0.91% | 0.55% | - |
HSV(B) | 83.43º | 0.86% | 0.96% | - |
XYZ | 47.54 | 72.5 | 13 | - |
YUV | 195.54 | 36.83 | 104.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 244 | 34 | 0.34 | 0 | 0.86 | 0.04 | 83.43 | 0.91 | 0.55 |
Hex | A2 | F4 | 22 | 22 | 0 | 56 | 4 | 53 | 5B | 37 |
Octal | 242 | 364 | 42 | 42 | 0 | 126 | 4 | 123 | 133 | 67 |
Binary | 10100010 | 11110100 | 100010 | 100010 | 0 | 1010110 | 100 | 1010011 | 1011011 | 110111 |
Color Harmonies of #A2F422
Complementary color
Monochromatic Colors of #A2F422
Black with #A2F422
Text Example
Text Example
White with #A2F422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F422; }
p { color: rgb(162,244,34); }
H1.HeaderClassName
{
color: #A2F422;
}
.AnyTagClassName
{
color: #A2F422;
}
</style>
background-color css
<style>
a { background-color: #A2F422; }
a { background-color: rgb(162,244,34); }
div.DivClassName
{
background-color: #A2F422;
}
.BgClassName
{
background-color: #A2F422;
}
</style>
border-color css
<style>
span { border-color: #A2F422; }
span { border-color: rgb(162,244,34); }
td.TdClassName
{
border-color: #A2F422;
}
.TagClassName
{
border-color: #A2F422;
}
</style>