Shades of Feijoa #A8D876
Tints of Feijoa #A8D876
RGB
CMYK
RGB Variations
Color information
#A8D876 (or 0xA8D876) is known color: Feijoa. HEX triplet: A8, D8 and 76. RGB value is (168,216,118). Sum of RGB (Red+Green+Blue) = 168+216+118=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D876 is #572789. Grayscale: #BEBEBE. Windows color (decimal): -5711754 or 7788712. OLE color: 7788712.
HSL color Cylindrical-coordinate representation of color #A8D876: hue angle of 89.39º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8D876 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 118 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.15 |
| HSL | 89.39º | 0.56% | 0.65% | - |
| HSV(B) | 89.39º | 0.45% | 0.85% | - |
| XYZ | 43.97 | 58.74 | 26.16 | - |
| YUV | 190.48 | 87.1 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 118 | 0.22 | 0 | 0.45 | 0.15 | 89.39 | 0.56 | 0.65 |
| Hex | A8 | D8 | 76 | 16 | 0 | 2D | F | 59 | 38 | 41 |
| Octal | 250 | 330 | 166 | 26 | 0 | 55 | 17 | 131 | 70 | 101 |
| Binary | 10101000 | 11011000 | 1110110 | 10110 | 0 | 101101 | 1111 | 1011001 | 111000 | 1000001 |
Color Harmonies of #A8D876
Complementary color
Monochromatic Colors of #A8D876
Black with #A8D876
Text Example
Text Example
White with #A8D876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D876; }
p { color: rgb(168,216,118); }
H1.HeaderClassName
{
color: #A8D876;
}
.AnyTagClassName
{
color: #A8D876;
}
</style>
background-color css
<style>
a { background-color: #A8D876; }
a { background-color: rgb(168,216,118); }
div.DivClassName
{
background-color: #A8D876;
}
.BgClassName
{
background-color: #A8D876;
}
</style>
border-color css
<style>
span { border-color: #A8D876; }
span { border-color: rgb(168,216,118); }
td.TdClassName
{
border-color: #A8D876;
}
.TagClassName
{
border-color: #A8D876;
}
</style>