Shades of Feijoa #A8FC71
Tints of Feijoa #A8FC71
RGB
CMYK
RGB Variations
Color information
#A8FC71 (or 0xA8FC71) is known color: Feijoa. HEX triplet: A8, FC and 71. RGB value is (168,252,113). Sum of RGB (Red+Green+Blue) = 168+252+113=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC71 is #57038E. Grayscale: #D3D3D3. Windows color (decimal): -5702543 or 7470248. OLE color: 7470248.
HSL color Cylindrical-coordinate representation of color #A8FC71: hue angle of 96.26º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8FC71 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 113 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.01 |
| HSL | 96.26º | 0.96% | 0.72% | - |
| HSV(B) | 96.26º | 0.55% | 0.99% | - |
| XYZ | 53.94 | 79.14 | 28.06 | - |
| YUV | 211.04 | 72.67 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 113 | 0.33 | 0 | 0.55 | 0.01 | 96.26 | 0.96 | 0.72 |
| Hex | A8 | FC | 71 | 21 | 0 | 37 | 1 | 60 | 60 | 48 |
| Octal | 250 | 374 | 161 | 41 | 0 | 67 | 1 | 140 | 140 | 110 |
| Binary | 10101000 | 11111100 | 1110001 | 100001 | 0 | 110111 | 1 | 1100000 | 1100000 | 1001000 |
Color Harmonies of #A8FC71
Complementary color
Monochromatic Colors of #A8FC71
Black with #A8FC71
Text Example
Text Example
White with #A8FC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC71; }
p { color: rgb(168,252,113); }
H1.HeaderClassName
{
color: #A8FC71;
}
.AnyTagClassName
{
color: #A8FC71;
}
</style>
background-color css
<style>
a { background-color: #A8FC71; }
a { background-color: rgb(168,252,113); }
div.DivClassName
{
background-color: #A8FC71;
}
.BgClassName
{
background-color: #A8FC71;
}
</style>
border-color css
<style>
span { border-color: #A8FC71; }
span { border-color: rgb(168,252,113); }
td.TdClassName
{
border-color: #A8FC71;
}
.TagClassName
{
border-color: #A8FC71;
}
</style>