Shades of Green Yellow #A2FA20
Tints of Green Yellow #A2FA20
RGB
CMYK
RGB Variations
Color information
#A2FA20 (or 0xA2FA20) is known color: Green Yellow. HEX triplet: A2, FA and 20. RGB value is (162,250,32). Sum of RGB (Red+Green+Blue) = 162+250+32=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 250 (98.05% from 255 or 56.31% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FA20 is #5D05DF. Grayscale: #C7C7C7. Windows color (decimal): -6096352 or 2161314. OLE color: 2161314.
HSL color Cylindrical-coordinate representation of color #A2FA20: hue angle of 84.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2FA20 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 32 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.02 |
| HSL | 84.22º | 0.96% | 0.55% | - |
| HSV(B) | 84.22º | 0.87% | 0.98% | - |
| XYZ | 49.35 | 76.16 | 13.47 | - |
| YUV | 198.84 | 33.85 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 32 | 0.35 | 0 | 0.87 | 0.02 | 84.22 | 0.96 | 0.55 |
| Hex | A2 | FA | 20 | 23 | 0 | 57 | 2 | 54 | 60 | 37 |
| Octal | 242 | 372 | 40 | 43 | 0 | 127 | 2 | 124 | 140 | 67 |
| Binary | 10100010 | 11111010 | 100000 | 100011 | 0 | 1010111 | 10 | 1010100 | 1100000 | 110111 |
Color Harmonies of #A2FA20
Complementary color
Monochromatic Colors of #A2FA20
Black with #A2FA20
Text Example
Text Example
White with #A2FA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA20; }
p { color: rgb(162,250,32); }
H1.HeaderClassName
{
color: #A2FA20;
}
.AnyTagClassName
{
color: #A2FA20;
}
</style>
background-color css
<style>
a { background-color: #A2FA20; }
a { background-color: rgb(162,250,32); }
div.DivClassName
{
background-color: #A2FA20;
}
.BgClassName
{
background-color: #A2FA20;
}
</style>
border-color css
<style>
span { border-color: #A2FA20; }
span { border-color: rgb(162,250,32); }
td.TdClassName
{
border-color: #A2FA20;
}
.TagClassName
{
border-color: #A2FA20;
}
</style>