Shades of Feijoa #A8F776
Tints of Feijoa #A8F776
RGB
CMYK
RGB Variations
Color information
#A8F776 (or 0xA8F776) is known color: Feijoa. HEX triplet: A8, F7 and 76. RGB value is (168,247,118). Sum of RGB (Red+Green+Blue) = 168+247+118=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F776 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F776 is #570889. Grayscale: #D1D1D1. Windows color (decimal): -5703818 or 7796648. OLE color: 7796648.
HSL color Cylindrical-coordinate representation of color #A8F776: hue angle of 96.74º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8F776 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 118 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.03 |
| HSL | 96.74º | 0.89% | 0.72% | - |
| HSV(B) | 96.74º | 0.52% | 0.97% | - |
| XYZ | 52.68 | 76.15 | 29.06 | - |
| YUV | 208.67 | 76.83 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 118 | 0.32 | 0 | 0.52 | 0.03 | 96.74 | 0.89 | 0.72 |
| Hex | A8 | F7 | 76 | 20 | 0 | 34 | 3 | 61 | 59 | 48 |
| Octal | 250 | 367 | 166 | 40 | 0 | 64 | 3 | 141 | 131 | 110 |
| Binary | 10101000 | 11110111 | 1110110 | 100000 | 0 | 110100 | 11 | 1100001 | 1011001 | 1001000 |
Color Harmonies of #A8F776
Complementary color
Monochromatic Colors of #A8F776
Black with #A8F776
Text Example
Text Example
White with #A8F776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F776; }
p { color: rgb(168,247,118); }
H1.HeaderClassName
{
color: #A8F776;
}
.AnyTagClassName
{
color: #A8F776;
}
</style>
background-color css
<style>
a { background-color: #A8F776; }
a { background-color: rgb(168,247,118); }
div.DivClassName
{
background-color: #A8F776;
}
.BgClassName
{
background-color: #A8F776;
}
</style>
border-color css
<style>
span { border-color: #A8F776; }
span { border-color: rgb(168,247,118); }
td.TdClassName
{
border-color: #A8F776;
}
.TagClassName
{
border-color: #A8F776;
}
</style>