Shades of Feijoa #A6F471
Tints of Feijoa #A6F471
RGB
CMYK
RGB Variations
Color information
#A6F471 (or 0xA6F471) is known color: Feijoa. HEX triplet: A6, F4 and 71. RGB value is (166,244,113). Sum of RGB (Red+Green+Blue) = 166+244+113=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #A6F471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F471 is #590B8E. Grayscale: #CECECE. Windows color (decimal): -5835663 or 7468198. OLE color: 7468198.
HSL color Cylindrical-coordinate representation of color #A6F471: hue angle of 95.73º 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 #A6F471 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 244 | 113 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.04 |
| HSL | 95.73º | 0.86% | 0.7% | - |
| HSV(B) | 95.73º | 0.54% | 0.96% | - |
| XYZ | 51.06 | 74 | 27.22 | - |
| YUV | 205.74 | 75.66 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 244 | 113 | 0.32 | 0 | 0.54 | 0.04 | 95.73 | 0.86 | 0.7 |
| Hex | A6 | F4 | 71 | 20 | 0 | 36 | 4 | 60 | 56 | 46 |
| Octal | 246 | 364 | 161 | 40 | 0 | 66 | 4 | 140 | 126 | 106 |
| Binary | 10100110 | 11110100 | 1110001 | 100000 | 0 | 110110 | 100 | 1100000 | 1010110 | 1000110 |
Color Harmonies of #A6F471
Complementary color
Monochromatic Colors of #A6F471
Black with #A6F471
Text Example
Text Example
White with #A6F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F471; }
p { color: rgb(166,244,113); }
H1.HeaderClassName
{
color: #A6F471;
}
.AnyTagClassName
{
color: #A6F471;
}
</style>
background-color css
<style>
a { background-color: #A6F471; }
a { background-color: rgb(166,244,113); }
div.DivClassName
{
background-color: #A6F471;
}
.BgClassName
{
background-color: #A6F471;
}
</style>
border-color css
<style>
span { border-color: #A6F471; }
span { border-color: rgb(166,244,113); }
td.TdClassName
{
border-color: #A6F471;
}
.TagClassName
{
border-color: #A6F471;
}
</style>