Shades of Green Yellow #A1FE46
Tints of Green Yellow #A1FE46
RGB
CMYK
RGB Variations
Color information
#A1FE46 (or 0xA1FE46) is known color: Green Yellow. HEX triplet: A1, FE and 46. RGB value is (161,254,70). Sum of RGB (Red+Green+Blue) = 161+254+70=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1FE46 is #5E01B9. Grayscale: #CDCDCD. Windows color (decimal): -6160826 or 4652705. OLE color: 4652705.
HSL color Cylindrical-coordinate representation of color #A1FE46: hue angle of 90.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1FE46 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 70 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.00 |
| HSL | 90.33º | 0.99% | 0.64% | - |
| HSV(B) | 90.33º | 0.72% | 1% | - |
| XYZ | 51.25 | 78.9 | 18.32 | - |
| YUV | 205.22 | 51.69 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 70 | 0.37 | 0 | 0.72 | 0.00 | 90.33 | 0.99 | 0.64 |
| Hex | A1 | FE | 46 | 25 | 0 | 48 | 0 | 5A | 63 | 40 |
| Octal | 241 | 376 | 106 | 45 | 0 | 110 | 0 | 132 | 143 | 100 |
| Binary | 10100001 | 11111110 | 1000110 | 100101 | 0 | 1001000 | 0 | 1011010 | 1100011 | 1000000 |
Color Harmonies of #A1FE46
Complementary color
Monochromatic Colors of #A1FE46
Black with #A1FE46
Text Example
Text Example
White with #A1FE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FE46; }
p { color: rgb(161,254,70); }
H1.HeaderClassName
{
color: #A1FE46;
}
.AnyTagClassName
{
color: #A1FE46;
}
</style>
background-color css
<style>
a { background-color: #A1FE46; }
a { background-color: rgb(161,254,70); }
div.DivClassName
{
background-color: #A1FE46;
}
.BgClassName
{
background-color: #A1FE46;
}
</style>
border-color css
<style>
span { border-color: #A1FE46; }
span { border-color: rgb(161,254,70); }
td.TdClassName
{
border-color: #A1FE46;
}
.TagClassName
{
border-color: #A1FE46;
}
</style>