Shades of Feijoa #A7DF6C
Tints of Feijoa #A7DF6C
RGB
CMYK
RGB Variations
Color information
#A7DF6C (or 0xA7DF6C) is known color: Feijoa. HEX triplet: A7, DF and 6C. RGB value is (167,223,108). Sum of RGB (Red+Green+Blue) = 167+223+108=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DF6C is #582093. Grayscale: #C1C1C1. Windows color (decimal): -5775508 or 7135143. OLE color: 7135143.
HSL color Cylindrical-coordinate representation of color #A7DF6C: hue angle of 89.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7DF6C is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 223 | 108 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.13 |
| HSL | 89.22º | 0.64% | 0.65% | - |
| HSV(B) | 89.22º | 0.52% | 0.87% | - |
| XYZ | 45.03 | 62.07 | 23.8 | - |
| YUV | 193.15 | 79.95 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 108 | 0.25 | 0 | 0.52 | 0.13 | 89.22 | 0.64 | 0.65 |
| Hex | A7 | DF | 6C | 19 | 0 | 34 | D | 59 | 40 | 41 |
| Octal | 247 | 337 | 154 | 31 | 0 | 64 | 15 | 131 | 100 | 101 |
| Binary | 10100111 | 11011111 | 1101100 | 11001 | 0 | 110100 | 1101 | 1011001 | 1000000 | 1000001 |
Color Harmonies of #A7DF6C
Complementary color
Monochromatic Colors of #A7DF6C
Black with #A7DF6C
Text Example
Text Example
White with #A7DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DF6C; }
p { color: rgb(167,223,108); }
H1.HeaderClassName
{
color: #A7DF6C;
}
.AnyTagClassName
{
color: #A7DF6C;
}
</style>
background-color css
<style>
a { background-color: #A7DF6C; }
a { background-color: rgb(167,223,108); }
div.DivClassName
{
background-color: #A7DF6C;
}
.BgClassName
{
background-color: #A7DF6C;
}
</style>
border-color css
<style>
span { border-color: #A7DF6C; }
span { border-color: rgb(167,223,108); }
td.TdClassName
{
border-color: #A7DF6C;
}
.TagClassName
{
border-color: #A7DF6C;
}
</style>