Shades of Green Yellow #A1F220
Tints of Green Yellow #A1F220
RGB
CMYK
RGB Variations
Color information
#A1F220 (or 0xA1F220) is known color: Green Yellow. HEX triplet: A1, F2 and 20. RGB value is (161,242,32). Sum of RGB (Red+Green+Blue) = 161+242+32=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F220 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F220 is #5E0DDF. Grayscale: #C2C2C2. Windows color (decimal): -6163936 or 2159265. OLE color: 2159265.
HSL color Cylindrical-coordinate representation of color #A1F220: hue angle of 83.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1F220 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 32 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.05 |
| HSL | 83.14º | 0.89% | 0.54% | - |
| HSV(B) | 83.14º | 0.87% | 0.95% | - |
| XYZ | 46.71 | 71.19 | 12.64 | - |
| YUV | 193.84 | 36.66 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 32 | 0.33 | 0 | 0.87 | 0.05 | 83.14 | 0.89 | 0.54 |
| Hex | A1 | F2 | 20 | 21 | 0 | 57 | 5 | 53 | 59 | 36 |
| Octal | 241 | 362 | 40 | 41 | 0 | 127 | 5 | 123 | 131 | 66 |
| Binary | 10100001 | 11110010 | 100000 | 100001 | 0 | 1010111 | 101 | 1010011 | 1011001 | 110110 |
Color Harmonies of #A1F220
Complementary color
Monochromatic Colors of #A1F220
Black with #A1F220
Text Example
Text Example
White with #A1F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F220; }
p { color: rgb(161,242,32); }
H1.HeaderClassName
{
color: #A1F220;
}
.AnyTagClassName
{
color: #A1F220;
}
</style>
background-color css
<style>
a { background-color: #A1F220; }
a { background-color: rgb(161,242,32); }
div.DivClassName
{
background-color: #A1F220;
}
.BgClassName
{
background-color: #A1F220;
}
</style>
border-color css
<style>
span { border-color: #A1F220; }
span { border-color: rgb(161,242,32); }
td.TdClassName
{
border-color: #A1F220;
}
.TagClassName
{
border-color: #A1F220;
}
</style>