Shades of Feijoa #A7DC6E
Tints of Feijoa #A7DC6E
RGB
CMYK
RGB Variations
Color information
#A7DC6E (or 0xA7DC6E) is known color: Feijoa. HEX triplet: A7, DC and 6E. RGB value is (167,220,110). Sum of RGB (Red+Green+Blue) = 167+220+110=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DC6E is #582391. Grayscale: #BFBFBF. Windows color (decimal): -5776274 or 7265447. OLE color: 7265447.
HSL color Cylindrical-coordinate representation of color #A7DC6E: hue angle of 88.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7DC6E is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 220 | 110 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.14 |
| HSL | 88.91º | 0.61% | 0.65% | - |
| HSV(B) | 88.91º | 0.5% | 0.86% | - |
| XYZ | 44.34 | 60.53 | 24.1 | - |
| YUV | 191.61 | 81.94 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 110 | 0.24 | 0 | 0.50 | 0.14 | 88.91 | 0.61 | 0.65 |
| Hex | A7 | DC | 6E | 18 | 0 | 32 | E | 59 | 3D | 41 |
| Octal | 247 | 334 | 156 | 30 | 0 | 62 | 16 | 131 | 75 | 101 |
| Binary | 10100111 | 11011100 | 1101110 | 11000 | 0 | 110010 | 1110 | 1011001 | 111101 | 1000001 |
Color Harmonies of #A7DC6E
Complementary color
Monochromatic Colors of #A7DC6E
Black with #A7DC6E
Text Example
Text Example
White with #A7DC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DC6E; }
p { color: rgb(167,220,110); }
H1.HeaderClassName
{
color: #A7DC6E;
}
.AnyTagClassName
{
color: #A7DC6E;
}
</style>
background-color css
<style>
a { background-color: #A7DC6E; }
a { background-color: rgb(167,220,110); }
div.DivClassName
{
background-color: #A7DC6E;
}
.BgClassName
{
background-color: #A7DC6E;
}
</style>
border-color css
<style>
span { border-color: #A7DC6E; }
span { border-color: rgb(167,220,110); }
td.TdClassName
{
border-color: #A7DC6E;
}
.TagClassName
{
border-color: #A7DC6E;
}
</style>