Shades of Green Yellow #A2FA1F
Tints of Green Yellow #A2FA1F
RGB
CMYK
RGB Variations
Color information
#A2FA1F (or 0xA2FA1F) is known color: Green Yellow. HEX triplet: A2, FA and 1F. RGB value is (162,250,31). Sum of RGB (Red+Green+Blue) = 162+250+31=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 250 (98.05% from 255 or 56.43% from 443); Blue value is 31 (12.5% from 255 or 7.00% from 443); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FA1F is #5D05E0. Grayscale: #C7C7C7. Windows color (decimal): -6096353 or 2095778. OLE color: 2095778.
HSL color Cylindrical-coordinate representation of color #A2FA1F: hue angle of 84.11º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2FA1F is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 31 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.02 |
| HSL | 84.11º | 0.96% | 0.55% | - |
| HSV(B) | 84.11º | 0.88% | 0.98% | - |
| XYZ | 49.33 | 76.15 | 13.39 | - |
| YUV | 198.72 | 33.35 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 31 | 0.35 | 0 | 0.88 | 0.02 | 84.11 | 0.96 | 0.55 |
| Hex | A2 | FA | 1F | 23 | 0 | 58 | 2 | 54 | 60 | 37 |
| Octal | 242 | 372 | 37 | 43 | 0 | 130 | 2 | 124 | 140 | 67 |
| Binary | 10100010 | 11111010 | 11111 | 100011 | 0 | 1011000 | 10 | 1010100 | 1100000 | 110111 |
Color Harmonies of #A2FA1F
Complementary color
Monochromatic Colors of #A2FA1F
Black with #A2FA1F
Text Example
Text Example
White with #A2FA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA1F; }
p { color: rgb(162,250,31); }
H1.HeaderClassName
{
color: #A2FA1F;
}
.AnyTagClassName
{
color: #A2FA1F;
}
</style>
background-color css
<style>
a { background-color: #A2FA1F; }
a { background-color: rgb(162,250,31); }
div.DivClassName
{
background-color: #A2FA1F;
}
.BgClassName
{
background-color: #A2FA1F;
}
</style>
border-color css
<style>
span { border-color: #A2FA1F; }
span { border-color: rgb(162,250,31); }
td.TdClassName
{
border-color: #A2FA1F;
}
.TagClassName
{
border-color: #A2FA1F;
}
</style>