Shades of Green Yellow #A1FE49
Tints of Green Yellow #A1FE49
RGB
CMYK
RGB Variations
Color information
#A1FE49 (or 0xA1FE49) is known color: Green Yellow. HEX triplet: A1, FE and 49. RGB value is (161,254,73). Sum of RGB (Red+Green+Blue) = 161+254+73=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1FE49 is #5E01B6. Grayscale: #CECECE. Windows color (decimal): -6160823 or 4849313. OLE color: 4849313.
HSL color Cylindrical-coordinate representation of color #A1FE49: hue angle of 90.83º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1FE49 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 73 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.00 |
| HSL | 90.83º | 0.99% | 0.64% | - |
| HSV(B) | 90.83º | 0.71% | 1% | - |
| XYZ | 51.34 | 78.94 | 18.83 | - |
| YUV | 205.56 | 53.19 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 73 | 0.37 | 0 | 0.71 | 0.00 | 90.83 | 0.99 | 0.64 |
| Hex | A1 | FE | 49 | 25 | 0 | 47 | 0 | 5B | 63 | 40 |
| Octal | 241 | 376 | 111 | 45 | 0 | 107 | 0 | 133 | 143 | 100 |
| Binary | 10100001 | 11111110 | 1001001 | 100101 | 0 | 1000111 | 0 | 1011011 | 1100011 | 1000000 |
Color Harmonies of #A1FE49
Complementary color
Monochromatic Colors of #A1FE49
Black with #A1FE49
Text Example
Text Example
White with #A1FE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FE49; }
p { color: rgb(161,254,73); }
H1.HeaderClassName
{
color: #A1FE49;
}
.AnyTagClassName
{
color: #A1FE49;
}
</style>
background-color css
<style>
a { background-color: #A1FE49; }
a { background-color: rgb(161,254,73); }
div.DivClassName
{
background-color: #A1FE49;
}
.BgClassName
{
background-color: #A1FE49;
}
</style>
border-color css
<style>
span { border-color: #A1FE49; }
span { border-color: rgb(161,254,73); }
td.TdClassName
{
border-color: #A1FE49;
}
.TagClassName
{
border-color: #A1FE49;
}
</style>