Shades of Feijoa #A7D96C
Tints of Feijoa #A7D96C
RGB
CMYK
RGB Variations
Color information
#A7D96C (or 0xA7D96C) is known color: Feijoa. HEX triplet: A7, D9 and 6C. RGB value is (167,217,108). Sum of RGB (Red+Green+Blue) = 167+217+108=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D96C is #582693. Grayscale: #BEBEBE. Windows color (decimal): -5777044 or 7133607. OLE color: 7133607.
HSL color Cylindrical-coordinate representation of color #A7D96C: hue angle of 87.52º degrees, saturation: 0.59, 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 #A7D96C is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 217 | 108 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.15 |
| HSL | 87.52º | 0.59% | 0.64% | - |
| HSV(B) | 87.52º | 0.5% | 0.85% | - |
| XYZ | 43.46 | 58.92 | 23.27 | - |
| YUV | 189.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 217 | 108 | 0.23 | 0 | 0.50 | 0.15 | 87.52 | 0.59 | 0.64 |
| Hex | A7 | D9 | 6C | 17 | 0 | 32 | F | 58 | 3B | 40 |
| Octal | 247 | 331 | 154 | 27 | 0 | 62 | 17 | 130 | 73 | 100 |
| Binary | 10100111 | 11011001 | 1101100 | 10111 | 0 | 110010 | 1111 | 1011000 | 111011 | 1000000 |
Color Harmonies of #A7D96C
Complementary color
Monochromatic Colors of #A7D96C
Black with #A7D96C
Text Example
Text Example
White with #A7D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D96C; }
p { color: rgb(167,217,108); }
H1.HeaderClassName
{
color: #A7D96C;
}
.AnyTagClassName
{
color: #A7D96C;
}
</style>
background-color css
<style>
a { background-color: #A7D96C; }
a { background-color: rgb(167,217,108); }
div.DivClassName
{
background-color: #A7D96C;
}
.BgClassName
{
background-color: #A7D96C;
}
</style>
border-color css
<style>
span { border-color: #A7D96C; }
span { border-color: rgb(167,217,108); }
td.TdClassName
{
border-color: #A7D96C;
}
.TagClassName
{
border-color: #A7D96C;
}
</style>