Shades of Green Yellow #A2FA19
Tints of Green Yellow #A2FA19
RGB
CMYK
RGB Variations
Color information
#A2FA19 (or 0xA2FA19) is known color: Green Yellow. HEX triplet: A2, FA and 19. RGB value is (162,250,25). Sum of RGB (Red+Green+Blue) = 162+250+25=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 250 (98.05% from 255 or 57.21% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FA19 is #5D05E6. Grayscale: #C6C6C6. Windows color (decimal): -6096359 or 1702562. OLE color: 1702562.
HSL color Cylindrical-coordinate representation of color #A2FA19: hue angle of 83.47º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2FA19 is Cyan = 0.35, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 25 | - |
| CMYK | 0.35 | 0 | 0.9 | 0.02 |
| HSL | 83.47º | 0.96% | 0.54% | - |
| HSV(B) | 83.47º | 0.9% | 0.98% | - |
| XYZ | 49.26 | 76.12 | 13.02 | - |
| YUV | 198.04 | 30.35 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 25 | 0.35 | 0 | 0.9 | 0.02 | 83.47 | 0.96 | 0.54 |
| Hex | A2 | FA | 19 | 23 | 0 | 5A | 2 | 53 | 60 | 36 |
| Octal | 242 | 372 | 31 | 43 | 0 | 132 | 2 | 123 | 140 | 66 |
| Binary | 10100010 | 11111010 | 11001 | 100011 | 0 | 1011010 | 10 | 1010011 | 1100000 | 110110 |
Color Harmonies of #A2FA19
Complementary color
Monochromatic Colors of #A2FA19
Black with #A2FA19
Text Example
Text Example
White with #A2FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA19; }
p { color: rgb(162,250,25); }
H1.HeaderClassName
{
color: #A2FA19;
}
.AnyTagClassName
{
color: #A2FA19;
}
</style>
background-color css
<style>
a { background-color: #A2FA19; }
a { background-color: rgb(162,250,25); }
div.DivClassName
{
background-color: #A2FA19;
}
.BgClassName
{
background-color: #A2FA19;
}
</style>
border-color css
<style>
span { border-color: #A2FA19; }
span { border-color: rgb(162,250,25); }
td.TdClassName
{
border-color: #A2FA19;
}
.TagClassName
{
border-color: #A2FA19;
}
</style>