Shades of Feijoa #A8FB71
Tints of Feijoa #A8FB71
RGB
CMYK
RGB Variations
Color information
#A8FB71 (or 0xA8FB71) is known color: Feijoa. HEX triplet: A8, FB and 71. RGB value is (168,251,113). Sum of RGB (Red+Green+Blue) = 168+251+113=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB71 is #57048E. Grayscale: #D2D2D2. Windows color (decimal): -5702799 or 7469992. OLE color: 7469992.
HSL color Cylindrical-coordinate representation of color #A8FB71: hue angle of 96.09º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8FB71 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 113 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.02 |
| HSL | 96.09º | 0.95% | 0.71% | - |
| HSV(B) | 96.09º | 0.55% | 0.98% | - |
| XYZ | 53.63 | 78.51 | 27.95 | - |
| YUV | 210.45 | 73 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 113 | 0.33 | 0 | 0.55 | 0.02 | 96.09 | 0.95 | 0.71 |
| Hex | A8 | FB | 71 | 21 | 0 | 37 | 2 | 60 | 5F | 47 |
| Octal | 250 | 373 | 161 | 41 | 0 | 67 | 2 | 140 | 137 | 107 |
| Binary | 10101000 | 11111011 | 1110001 | 100001 | 0 | 110111 | 10 | 1100000 | 1011111 | 1000111 |
Color Harmonies of #A8FB71
Complementary color
Monochromatic Colors of #A8FB71
Black with #A8FB71
Text Example
Text Example
White with #A8FB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB71; }
p { color: rgb(168,251,113); }
H1.HeaderClassName
{
color: #A8FB71;
}
.AnyTagClassName
{
color: #A8FB71;
}
</style>
background-color css
<style>
a { background-color: #A8FB71; }
a { background-color: rgb(168,251,113); }
div.DivClassName
{
background-color: #A8FB71;
}
.BgClassName
{
background-color: #A8FB71;
}
</style>
border-color css
<style>
span { border-color: #A8FB71; }
span { border-color: rgb(168,251,113); }
td.TdClassName
{
border-color: #A8FB71;
}
.TagClassName
{
border-color: #A8FB71;
}
</style>