Shades of Feijoa #A7F471
Tints of Feijoa #A7F471
RGB
CMYK
RGB Variations
Color information
#A7F471 (or 0xA7F471) is known color: Feijoa. HEX triplet: A7, F4 and 71. RGB value is (167,244,113). Sum of RGB (Red+Green+Blue) = 167+244+113=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #A7F471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F471 is #580B8E. Grayscale: #CECECE. Windows color (decimal): -5770127 or 7468199. OLE color: 7468199.
HSL color Cylindrical-coordinate representation of color #A7F471: hue angle of 95.27º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7F471 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 244 | 113 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.04 |
| HSL | 95.27º | 0.86% | 0.7% | - |
| HSV(B) | 95.27º | 0.54% | 0.96% | - |
| XYZ | 51.27 | 74.11 | 27.23 | - |
| YUV | 206.04 | 75.49 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 244 | 113 | 0.32 | 0 | 0.54 | 0.04 | 95.27 | 0.86 | 0.7 |
| Hex | A7 | F4 | 71 | 20 | 0 | 36 | 4 | 5F | 56 | 46 |
| Octal | 247 | 364 | 161 | 40 | 0 | 66 | 4 | 137 | 126 | 106 |
| Binary | 10100111 | 11110100 | 1110001 | 100000 | 0 | 110110 | 100 | 1011111 | 1010110 | 1000110 |
Color Harmonies of #A7F471
Complementary color
Monochromatic Colors of #A7F471
Black with #A7F471
Text Example
Text Example
White with #A7F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F471; }
p { color: rgb(167,244,113); }
H1.HeaderClassName
{
color: #A7F471;
}
.AnyTagClassName
{
color: #A7F471;
}
</style>
background-color css
<style>
a { background-color: #A7F471; }
a { background-color: rgb(167,244,113); }
div.DivClassName
{
background-color: #A7F471;
}
.BgClassName
{
background-color: #A7F471;
}
</style>
border-color css
<style>
span { border-color: #A7F471; }
span { border-color: rgb(167,244,113); }
td.TdClassName
{
border-color: #A7F471;
}
.TagClassName
{
border-color: #A7F471;
}
</style>