Shades of Feijoa #A7D86D
Tints of Feijoa #A7D86D
RGB
CMYK
RGB Variations
Color information
#A7D86D (or 0xA7D86D) is known color: Feijoa. HEX triplet: A7, D8 and 6D. RGB value is (167,216,109). Sum of RGB (Red+Green+Blue) = 167+216+109=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D86D is #582792. Grayscale: #BDBDBD. Windows color (decimal): -5777299 or 7198887. OLE color: 7198887.
HSL color Cylindrical-coordinate representation of color #A7D86D: hue angle of 87.48º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7D86D is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 216 | 109 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.15 |
| HSL | 87.48º | 0.58% | 0.64% | - |
| HSV(B) | 87.48º | 0.5% | 0.85% | - |
| XYZ | 43.25 | 58.43 | 23.47 | - |
| YUV | 189.15 | 82.77 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 216 | 109 | 0.23 | 0 | 0.50 | 0.15 | 87.48 | 0.58 | 0.64 |
| Hex | A7 | D8 | 6D | 17 | 0 | 32 | F | 57 | 3A | 40 |
| Octal | 247 | 330 | 155 | 27 | 0 | 62 | 17 | 127 | 72 | 100 |
| Binary | 10100111 | 11011000 | 1101101 | 10111 | 0 | 110010 | 1111 | 1010111 | 111010 | 1000000 |
Color Harmonies of #A7D86D
Complementary color
Monochromatic Colors of #A7D86D
Black with #A7D86D
Text Example
Text Example
White with #A7D86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D86D; }
p { color: rgb(167,216,109); }
H1.HeaderClassName
{
color: #A7D86D;
}
.AnyTagClassName
{
color: #A7D86D;
}
</style>
background-color css
<style>
a { background-color: #A7D86D; }
a { background-color: rgb(167,216,109); }
div.DivClassName
{
background-color: #A7D86D;
}
.BgClassName
{
background-color: #A7D86D;
}
</style>
border-color css
<style>
span { border-color: #A7D86D; }
span { border-color: rgb(167,216,109); }
td.TdClassName
{
border-color: #A7D86D;
}
.TagClassName
{
border-color: #A7D86D;
}
</style>