Shades of Feijoa #A7D56E
Tints of Feijoa #A7D56E
RGB
CMYK
RGB Variations
Color information
#A7D56E (or 0xA7D56E) is known color: Feijoa. HEX triplet: A7, D5 and 6E. RGB value is (167,213,110). Sum of RGB (Red+Green+Blue) = 167+213+110=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D56E is #582A91. Grayscale: #BBBBBB. Windows color (decimal): -5778066 or 7263655. OLE color: 7263655.
HSL color Cylindrical-coordinate representation of color #A7D56E: hue angle of 86.8º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7D56E is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 110 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.16 |
| HSL | 86.8º | 0.55% | 0.63% | - |
| HSV(B) | 86.8º | 0.48% | 0.84% | - |
| XYZ | 42.55 | 56.93 | 23.5 | - |
| YUV | 187.5 | 84.26 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 110 | 0.22 | 0 | 0.48 | 0.16 | 86.8 | 0.55 | 0.63 |
| Hex | A7 | D5 | 6E | 16 | 0 | 30 | 10 | 57 | 37 | 3F |
| Octal | 247 | 325 | 156 | 26 | 0 | 60 | 20 | 127 | 67 | 77 |
| Binary | 10100111 | 11010101 | 1101110 | 10110 | 0 | 110000 | 10000 | 1010111 | 110111 | 111111 |
Color Harmonies of #A7D56E
Complementary color
Monochromatic Colors of #A7D56E
Black with #A7D56E
Text Example
Text Example
White with #A7D56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D56E; }
p { color: rgb(167,213,110); }
H1.HeaderClassName
{
color: #A7D56E;
}
.AnyTagClassName
{
color: #A7D56E;
}
</style>
background-color css
<style>
a { background-color: #A7D56E; }
a { background-color: rgb(167,213,110); }
div.DivClassName
{
background-color: #A7D56E;
}
.BgClassName
{
background-color: #A7D56E;
}
</style>
border-color css
<style>
span { border-color: #A7D56E; }
span { border-color: rgb(167,213,110); }
td.TdClassName
{
border-color: #A7D56E;
}
.TagClassName
{
border-color: #A7D56E;
}
</style>