Shades of Green Yellow #A2F919
Tints of Green Yellow #A2F919
RGB
CMYK
RGB Variations
Color information
#A2F919 (or 0xA2F919) is known color: Green Yellow. HEX triplet: A2, F9 and 19. RGB value is (162,249,25). Sum of RGB (Red+Green+Blue) = 162+249+25=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 249 (97.66% from 255 or 57.11% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F919 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F919 is #5D06E6. Grayscale: #C6C6C6. Windows color (decimal): -6096615 or 1702306. OLE color: 1702306.
HSL color Cylindrical-coordinate representation of color #A2F919: hue angle of 83.3º degrees, saturation: 0.95, 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 #A2F919 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 25 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.02 |
| HSL | 83.3º | 0.95% | 0.54% | - |
| HSV(B) | 83.3º | 0.9% | 0.98% | - |
| XYZ | 48.95 | 75.5 | 12.91 | - |
| YUV | 197.45 | 30.68 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 25 | 0.35 | 0 | 0.90 | 0.02 | 83.3 | 0.95 | 0.54 |
| Hex | A2 | F9 | 19 | 23 | 0 | 5A | 2 | 53 | 5F | 36 |
| Octal | 242 | 371 | 31 | 43 | 0 | 132 | 2 | 123 | 137 | 66 |
| Binary | 10100010 | 11111001 | 11001 | 100011 | 0 | 1011010 | 10 | 1010011 | 1011111 | 110110 |
Color Harmonies of #A2F919
Complementary color
Monochromatic Colors of #A2F919
Black with #A2F919
Text Example
Text Example
White with #A2F919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F919; }
p { color: rgb(162,249,25); }
H1.HeaderClassName
{
color: #A2F919;
}
.AnyTagClassName
{
color: #A2F919;
}
</style>
background-color css
<style>
a { background-color: #A2F919; }
a { background-color: rgb(162,249,25); }
div.DivClassName
{
background-color: #A2F919;
}
.BgClassName
{
background-color: #A2F919;
}
</style>
border-color css
<style>
span { border-color: #A2F919; }
span { border-color: rgb(162,249,25); }
td.TdClassName
{
border-color: #A2F919;
}
.TagClassName
{
border-color: #A2F919;
}
</style>