Shades of Feijoa #A1FB71
Tints of Feijoa #A1FB71
RGB
CMYK
RGB Variations
Color information
#A1FB71 (or 0xA1FB71) is known color: Feijoa. HEX triplet: A1, FB and 71. RGB value is (161,251,113). Sum of RGB (Red+Green+Blue) = 161+251+113=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FB71 is #5E048E. Grayscale: #D0D0D0. Windows color (decimal): -6161551 or 7469985. OLE color: 7469985.
HSL color Cylindrical-coordinate representation of color #A1FB71: hue angle of 99.13º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1FB71 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 113 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.02 |
| HSL | 99.13º | 0.95% | 0.71% | - |
| HSV(B) | 99.13º | 0.55% | 0.98% | - |
| XYZ | 52.18 | 77.76 | 27.88 | - |
| YUV | 208.36 | 74.18 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 113 | 0.36 | 0 | 0.55 | 0.02 | 99.13 | 0.95 | 0.71 |
| Hex | A1 | FB | 71 | 24 | 0 | 37 | 2 | 63 | 5F | 47 |
| Octal | 241 | 373 | 161 | 44 | 0 | 67 | 2 | 143 | 137 | 107 |
| Binary | 10100001 | 11111011 | 1110001 | 100100 | 0 | 110111 | 10 | 1100011 | 1011111 | 1000111 |
Color Harmonies of #A1FB71
Complementary color
Monochromatic Colors of #A1FB71
Black with #A1FB71
Text Example
Text Example
White with #A1FB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB71; }
p { color: rgb(161,251,113); }
H1.HeaderClassName
{
color: #A1FB71;
}
.AnyTagClassName
{
color: #A1FB71;
}
</style>
background-color css
<style>
a { background-color: #A1FB71; }
a { background-color: rgb(161,251,113); }
div.DivClassName
{
background-color: #A1FB71;
}
.BgClassName
{
background-color: #A1FB71;
}
</style>
border-color css
<style>
span { border-color: #A1FB71; }
span { border-color: rgb(161,251,113); }
td.TdClassName
{
border-color: #A1FB71;
}
.TagClassName
{
border-color: #A1FB71;
}
</style>