Shades of Feijoa #A8F176
Tints of Feijoa #A8F176
RGB
CMYK
RGB Variations
Color information
#A8F176 (or 0xA8F176) is known color: Feijoa. HEX triplet: A8, F1 and 76. RGB value is (168,241,118). Sum of RGB (Red+Green+Blue) = 168+241+118=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F176 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F176 is #570E89. Grayscale: #CDCDCD. Windows color (decimal): -5705354 or 7795112. OLE color: 7795112.
HSL color Cylindrical-coordinate representation of color #A8F176: hue angle of 95.61º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8F176 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 118 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.05 |
| HSL | 95.61º | 0.81% | 0.7% | - |
| HSV(B) | 95.61º | 0.51% | 0.95% | - |
| XYZ | 50.87 | 72.54 | 28.46 | - |
| YUV | 205.15 | 78.82 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 118 | 0.30 | 0 | 0.51 | 0.05 | 95.61 | 0.81 | 0.7 |
| Hex | A8 | F1 | 76 | 1E | 0 | 33 | 5 | 60 | 51 | 46 |
| Octal | 250 | 361 | 166 | 36 | 0 | 63 | 5 | 140 | 121 | 106 |
| Binary | 10101000 | 11110001 | 1110110 | 11110 | 0 | 110011 | 101 | 1100000 | 1010001 | 1000110 |
Color Harmonies of #A8F176
Complementary color
Monochromatic Colors of #A8F176
Black with #A8F176
Text Example
Text Example
White with #A8F176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F176; }
p { color: rgb(168,241,118); }
H1.HeaderClassName
{
color: #A8F176;
}
.AnyTagClassName
{
color: #A8F176;
}
</style>
background-color css
<style>
a { background-color: #A8F176; }
a { background-color: rgb(168,241,118); }
div.DivClassName
{
background-color: #A8F176;
}
.BgClassName
{
background-color: #A8F176;
}
</style>
border-color css
<style>
span { border-color: #A8F176; }
span { border-color: rgb(168,241,118); }
td.TdClassName
{
border-color: #A8F176;
}
.TagClassName
{
border-color: #A8F176;
}
</style>