Shades of Feijoa #A8F771
Tints of Feijoa #A8F771
RGB
CMYK
RGB Variations
Color information
#A8F771 (or 0xA8F771) is known color: Feijoa. HEX triplet: A8, F7 and 71. RGB value is (168,247,113). Sum of RGB (Red+Green+Blue) = 168+247+113=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F771 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F771 is #57088E. Grayscale: #D0D0D0. Windows color (decimal): -5703823 or 7468968. OLE color: 7468968.
HSL color Cylindrical-coordinate representation of color #A8F771: hue angle of 95.37º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8F771 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 113 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.03 |
| HSL | 95.37º | 0.89% | 0.71% | - |
| HSV(B) | 95.37º | 0.54% | 0.97% | - |
| XYZ | 52.39 | 76.04 | 27.54 | - |
| YUV | 208.1 | 74.33 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 113 | 0.32 | 0 | 0.54 | 0.03 | 95.37 | 0.89 | 0.71 |
| Hex | A8 | F7 | 71 | 20 | 0 | 36 | 3 | 5F | 59 | 47 |
| Octal | 250 | 367 | 161 | 40 | 0 | 66 | 3 | 137 | 131 | 107 |
| Binary | 10101000 | 11110111 | 1110001 | 100000 | 0 | 110110 | 11 | 1011111 | 1011001 | 1000111 |
Color Harmonies of #A8F771
Complementary color
Monochromatic Colors of #A8F771
Black with #A8F771
Text Example
Text Example
White with #A8F771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F771; }
p { color: rgb(168,247,113); }
H1.HeaderClassName
{
color: #A8F771;
}
.AnyTagClassName
{
color: #A8F771;
}
</style>
background-color css
<style>
a { background-color: #A8F771; }
a { background-color: rgb(168,247,113); }
div.DivClassName
{
background-color: #A8F771;
}
.BgClassName
{
background-color: #A8F771;
}
</style>
border-color css
<style>
span { border-color: #A8F771; }
span { border-color: rgb(168,247,113); }
td.TdClassName
{
border-color: #A8F771;
}
.TagClassName
{
border-color: #A8F771;
}
</style>