Shades of Feijoa #A8FF71
Tints of Feijoa #A8FF71
RGB
CMYK
RGB Variations
Color information
#A8FF71 (or 0xA8FF71) is known color: Feijoa. HEX triplet: A8, FF and 71. RGB value is (168,255,113). Sum of RGB (Red+Green+Blue) = 168+255+113=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF71 is #57008E. Grayscale: #D5D5D5. Windows color (decimal): -5701775 or 7471016. OLE color: 7471016.
HSL color Cylindrical-coordinate representation of color #A8FF71: hue angle of 96.76º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8FF71 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 113 | - |
| CMYK | 0.34 | 0 | 0.56 | 0 |
| HSL | 96.76º | 1% | 0.72% | - |
| HSV(B) | 96.76º | 0.56% | 1% | - |
| XYZ | 54.89 | 81.04 | 28.37 | - |
| YUV | 212.8 | 71.68 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 113 | 0.34 | 0 | 0.56 | 0 | 96.76 | 1 | 0.72 |
| Hex | A8 | FF | 71 | 22 | 0 | 38 | 0 | 61 | 64 | 48 |
| Octal | 250 | 377 | 161 | 42 | 0 | 70 | 0 | 141 | 144 | 110 |
| Binary | 10101000 | 11111111 | 1110001 | 100010 | 0 | 111000 | 0 | 1100001 | 1100100 | 1001000 |
Color Harmonies of #A8FF71
Complementary color
Monochromatic Colors of #A8FF71
Black with #A8FF71
Text Example
Text Example
White with #A8FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF71; }
p { color: rgb(168,255,113); }
H1.HeaderClassName
{
color: #A8FF71;
}
.AnyTagClassName
{
color: #A8FF71;
}
</style>
background-color css
<style>
a { background-color: #A8FF71; }
a { background-color: rgb(168,255,113); }
div.DivClassName
{
background-color: #A8FF71;
}
.BgClassName
{
background-color: #A8FF71;
}
</style>
border-color css
<style>
span { border-color: #A8FF71; }
span { border-color: rgb(168,255,113); }
td.TdClassName
{
border-color: #A8FF71;
}
.TagClassName
{
border-color: #A8FF71;
}
</style>