Shades of Feijoa #A1FE68
Tints of Feijoa #A1FE68
RGB
CMYK
RGB Variations
Color information
#A1FE68 (or 0xA1FE68) is known color: Feijoa. HEX triplet: A1, FE and 68. RGB value is (161,254,104). Sum of RGB (Red+Green+Blue) = 161+254+104=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FE68 is #5E0197. Grayscale: #D1D1D1. Windows color (decimal): -6160792 or 6880929. OLE color: 6880929.
HSL color Cylindrical-coordinate representation of color #A1FE68: hue angle of 97.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1FE68 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 104 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.00 |
| HSL | 97.2º | 0.99% | 0.7% | - |
| HSV(B) | 97.2º | 0.59% | 1% | - |
| XYZ | 52.64 | 79.46 | 25.66 | - |
| YUV | 209.09 | 68.69 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 104 | 0.37 | 0 | 0.59 | 0.00 | 97.2 | 0.99 | 0.7 |
| Hex | A1 | FE | 68 | 25 | 0 | 3B | 0 | 61 | 63 | 46 |
| Octal | 241 | 376 | 150 | 45 | 0 | 73 | 0 | 141 | 143 | 106 |
| Binary | 10100001 | 11111110 | 1101000 | 100101 | 0 | 111011 | 0 | 1100001 | 1100011 | 1000110 |
Color Harmonies of #A1FE68
Complementary color
Monochromatic Colors of #A1FE68
Black with #A1FE68
Text Example
Text Example
White with #A1FE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FE68; }
p { color: rgb(161,254,104); }
H1.HeaderClassName
{
color: #A1FE68;
}
.AnyTagClassName
{
color: #A1FE68;
}
</style>
background-color css
<style>
a { background-color: #A1FE68; }
a { background-color: rgb(161,254,104); }
div.DivClassName
{
background-color: #A1FE68;
}
.BgClassName
{
background-color: #A1FE68;
}
</style>
border-color css
<style>
span { border-color: #A1FE68; }
span { border-color: rgb(161,254,104); }
td.TdClassName
{
border-color: #A1FE68;
}
.TagClassName
{
border-color: #A1FE68;
}
</style>