Shades of Feijoa #A7CF89
Tints of Feijoa #A7CF89
RGB
CMYK
RGB Variations
Color information
#A7CF89 (or 0xA7CF89) is known color: Feijoa. HEX triplet: A7, CF and 89. RGB value is (167,207,137). Sum of RGB (Red+Green+Blue) = 167+207+137=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CF89 is #583076. Grayscale: #BBBBBB. Windows color (decimal): -5779575 or 9031591. OLE color: 9031591.
HSL color Cylindrical-coordinate representation of color #A7CF89: hue angle of 94.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7CF89 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 137 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.19 |
| HSL | 94.29º | 0.42% | 0.67% | - |
| HSV(B) | 94.29º | 0.34% | 0.81% | - |
| XYZ | 42.76 | 54.65 | 31.96 | - |
| YUV | 187.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 137 | 0.19 | 0 | 0.34 | 0.19 | 94.29 | 0.42 | 0.67 |
| Hex | A7 | CF | 89 | 13 | 0 | 22 | 13 | 5E | 2A | 43 |
| Octal | 247 | 317 | 211 | 23 | 0 | 42 | 23 | 136 | 52 | 103 |
| Binary | 10100111 | 11001111 | 10001001 | 10011 | 0 | 100010 | 10011 | 1011110 | 101010 | 1000011 |
Color Harmonies of #A7CF89
Complementary color
Monochromatic Colors of #A7CF89
Black with #A7CF89
Text Example
Text Example
White with #A7CF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CF89; }
p { color: rgb(167,207,137); }
H1.HeaderClassName
{
color: #A7CF89;
}
.AnyTagClassName
{
color: #A7CF89;
}
</style>
background-color css
<style>
a { background-color: #A7CF89; }
a { background-color: rgb(167,207,137); }
div.DivClassName
{
background-color: #A7CF89;
}
.BgClassName
{
background-color: #A7CF89;
}
</style>
border-color css
<style>
span { border-color: #A7CF89; }
span { border-color: rgb(167,207,137); }
td.TdClassName
{
border-color: #A7CF89;
}
.TagClassName
{
border-color: #A7CF89;
}
</style>