Shades of Feijoa #A8F471
Tints of Feijoa #A8F471
RGB
CMYK
RGB Variations
Color information
#A8F471 (or 0xA8F471) is known color: Feijoa. HEX triplet: A8, F4 and 71. RGB value is (168,244,113). Sum of RGB (Red+Green+Blue) = 168+244+113=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F471 is #570B8E. Grayscale: #CECECE. Windows color (decimal): -5704591 or 7468200. OLE color: 7468200.
HSL color Cylindrical-coordinate representation of color #A8F471: hue angle of 94.81º 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 #A8F471 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 113 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.04 |
| HSL | 94.81º | 0.86% | 0.7% | - |
| HSV(B) | 94.81º | 0.54% | 0.96% | - |
| XYZ | 51.48 | 74.22 | 27.24 | - |
| YUV | 206.34 | 75.32 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 113 | 0.31 | 0 | 0.54 | 0.04 | 94.81 | 0.86 | 0.7 |
| Hex | A8 | F4 | 71 | 1F | 0 | 36 | 4 | 5F | 56 | 46 |
| Octal | 250 | 364 | 161 | 37 | 0 | 66 | 4 | 137 | 126 | 106 |
| Binary | 10101000 | 11110100 | 1110001 | 11111 | 0 | 110110 | 100 | 1011111 | 1010110 | 1000110 |
Color Harmonies of #A8F471
Complementary color
Monochromatic Colors of #A8F471
Black with #A8F471
Text Example
Text Example
White with #A8F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F471; }
p { color: rgb(168,244,113); }
H1.HeaderClassName
{
color: #A8F471;
}
.AnyTagClassName
{
color: #A8F471;
}
</style>
background-color css
<style>
a { background-color: #A8F471; }
a { background-color: rgb(168,244,113); }
div.DivClassName
{
background-color: #A8F471;
}
.BgClassName
{
background-color: #A8F471;
}
</style>
border-color css
<style>
span { border-color: #A8F471; }
span { border-color: rgb(168,244,113); }
td.TdClassName
{
border-color: #A8F471;
}
.TagClassName
{
border-color: #A8F471;
}
</style>