Shades of Feijoa #A1FE71
Tints of Feijoa #A1FE71
RGB
CMYK
RGB Variations
Color information
#A1FE71 (or 0xA1FE71) is known color: Feijoa. HEX triplet: A1, FE and 71. RGB value is (161,254,113). Sum of RGB (Red+Green+Blue) = 161+254+113=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FE71 is #5E018E. Grayscale: #D2D2D2. Windows color (decimal): -6160783 or 7470753. OLE color: 7470753.
HSL color Cylindrical-coordinate representation of color #A1FE71: hue angle of 99.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1FE71 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 113 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.00 |
| HSL | 99.57º | 0.99% | 0.72% | - |
| HSV(B) | 99.57º | 0.56% | 1% | - |
| XYZ | 53.12 | 79.65 | 28.2 | - |
| YUV | 210.12 | 73.19 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 113 | 0.37 | 0 | 0.56 | 0.00 | 99.57 | 0.99 | 0.72 |
| Hex | A1 | FE | 71 | 25 | 0 | 38 | 0 | 64 | 63 | 48 |
| Octal | 241 | 376 | 161 | 45 | 0 | 70 | 0 | 144 | 143 | 110 |
| Binary | 10100001 | 11111110 | 1110001 | 100101 | 0 | 111000 | 0 | 1100100 | 1100011 | 1001000 |
Color Harmonies of #A1FE71
Complementary color
Monochromatic Colors of #A1FE71
Black with #A1FE71
Text Example
Text Example
White with #A1FE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FE71; }
p { color: rgb(161,254,113); }
H1.HeaderClassName
{
color: #A1FE71;
}
.AnyTagClassName
{
color: #A1FE71;
}
</style>
background-color css
<style>
a { background-color: #A1FE71; }
a { background-color: rgb(161,254,113); }
div.DivClassName
{
background-color: #A1FE71;
}
.BgClassName
{
background-color: #A1FE71;
}
</style>
border-color css
<style>
span { border-color: #A1FE71; }
span { border-color: rgb(161,254,113); }
td.TdClassName
{
border-color: #A1FE71;
}
.TagClassName
{
border-color: #A1FE71;
}
</style>