Shades of Feijoa #A7C986
Tints of Feijoa #A7C986
RGB
CMYK
RGB Variations
Color information
#A7C986 (or 0xA7C986) is known color: Feijoa. HEX triplet: A7, C9 and 86. RGB value is (167,201,134). Sum of RGB (Red+Green+Blue) = 167+201+134=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C986 is #583679. Grayscale: #B7B7B7. Windows color (decimal): -5781114 or 8833447. OLE color: 8833447.
HSL color Cylindrical-coordinate representation of color #A7C986: hue angle of 90.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7C986 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 201 | 134 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.21 |
| HSL | 90.45º | 0.38% | 0.66% | - |
| HSV(B) | 90.45º | 0.33% | 0.79% | - |
| XYZ | 41.13 | 51.71 | 30.37 | - |
| YUV | 183.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 201 | 134 | 0.17 | 0 | 0.33 | 0.21 | 90.45 | 0.38 | 0.66 |
| Hex | A7 | C9 | 86 | 11 | 0 | 21 | 15 | 5A | 26 | 42 |
| Octal | 247 | 311 | 206 | 21 | 0 | 41 | 25 | 132 | 46 | 102 |
| Binary | 10100111 | 11001001 | 10000110 | 10001 | 0 | 100001 | 10101 | 1011010 | 100110 | 1000010 |
Color Harmonies of #A7C986
Complementary color
Monochromatic Colors of #A7C986
Black with #A7C986
Text Example
Text Example
White with #A7C986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C986; }
p { color: rgb(167,201,134); }
H1.HeaderClassName
{
color: #A7C986;
}
.AnyTagClassName
{
color: #A7C986;
}
</style>
background-color css
<style>
a { background-color: #A7C986; }
a { background-color: rgb(167,201,134); }
div.DivClassName
{
background-color: #A7C986;
}
.BgClassName
{
background-color: #A7C986;
}
</style>
border-color css
<style>
span { border-color: #A7C986; }
span { border-color: rgb(167,201,134); }
td.TdClassName
{
border-color: #A7C986;
}
.TagClassName
{
border-color: #A7C986;
}
</style>