Shades of Feijoa #A7DF6B
Tints of Feijoa #A7DF6B
RGB
CMYK
RGB Variations
Color information
#A7DF6B (or 0xA7DF6B) is known color: Feijoa. HEX triplet: A7, DF and 6B. RGB value is (167,223,107). Sum of RGB (Red+Green+Blue) = 167+223+107=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DF6B is #582094. Grayscale: #C1C1C1. Windows color (decimal): -5775509 or 7069607. OLE color: 7069607.
HSL color Cylindrical-coordinate representation of color #A7DF6B: hue angle of 88.97º 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 #A7DF6B is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 223 | 107 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.13 |
| HSL | 88.97º | 0.64% | 0.65% | - |
| HSV(B) | 88.97º | 0.52% | 0.87% | - |
| XYZ | 44.98 | 62.05 | 23.52 | - |
| YUV | 193.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 107 | 0.25 | 0 | 0.52 | 0.13 | 88.97 | 0.64 | 0.65 |
| Hex | A7 | DF | 6B | 19 | 0 | 34 | D | 59 | 40 | 41 |
| Octal | 247 | 337 | 153 | 31 | 0 | 64 | 15 | 131 | 100 | 101 |
| Binary | 10100111 | 11011111 | 1101011 | 11001 | 0 | 110100 | 1101 | 1011001 | 1000000 | 1000001 |
Color Harmonies of #A7DF6B
Complementary color
Monochromatic Colors of #A7DF6B
Black with #A7DF6B
Text Example
Text Example
White with #A7DF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DF6B; }
p { color: rgb(167,223,107); }
H1.HeaderClassName
{
color: #A7DF6B;
}
.AnyTagClassName
{
color: #A7DF6B;
}
</style>
background-color css
<style>
a { background-color: #A7DF6B; }
a { background-color: rgb(167,223,107); }
div.DivClassName
{
background-color: #A7DF6B;
}
.BgClassName
{
background-color: #A7DF6B;
}
</style>
border-color css
<style>
span { border-color: #A7DF6B; }
span { border-color: rgb(167,223,107); }
td.TdClassName
{
border-color: #A7DF6B;
}
.TagClassName
{
border-color: #A7DF6B;
}
</style>