Shades of Feijoa #A7D778
Tints of Feijoa #A7D778
RGB
CMYK
RGB Variations
Color information
#A7D778 (or 0xA7D778) is known color: Feijoa. HEX triplet: A7, D7 and 78. RGB value is (167,215,120). Sum of RGB (Red+Green+Blue) = 167+215+120=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D778 is #582887. Grayscale: #BEBEBE. Windows color (decimal): -5777544 or 7919527. OLE color: 7919527.
HSL color Cylindrical-coordinate representation of color #A7D778: hue angle of 90.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7D778 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 215 | 120 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.16 |
| HSL | 90.32º | 0.54% | 0.66% | - |
| HSV(B) | 90.32º | 0.44% | 0.84% | - |
| XYZ | 43.63 | 58.17 | 26.7 | - |
| YUV | 189.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 215 | 120 | 0.22 | 0 | 0.44 | 0.16 | 90.32 | 0.54 | 0.66 |
| Hex | A7 | D7 | 78 | 16 | 0 | 2C | 10 | 5A | 36 | 42 |
| Octal | 247 | 327 | 170 | 26 | 0 | 54 | 20 | 132 | 66 | 102 |
| Binary | 10100111 | 11010111 | 1111000 | 10110 | 0 | 101100 | 10000 | 1011010 | 110110 | 1000010 |
Color Harmonies of #A7D778
Complementary color
Monochromatic Colors of #A7D778
Black with #A7D778
Text Example
Text Example
White with #A7D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D778; }
p { color: rgb(167,215,120); }
H1.HeaderClassName
{
color: #A7D778;
}
.AnyTagClassName
{
color: #A7D778;
}
</style>
background-color css
<style>
a { background-color: #A7D778; }
a { background-color: rgb(167,215,120); }
div.DivClassName
{
background-color: #A7D778;
}
.BgClassName
{
background-color: #A7D778;
}
</style>
border-color css
<style>
span { border-color: #A7D778; }
span { border-color: rgb(167,215,120); }
td.TdClassName
{
border-color: #A7D778;
}
.TagClassName
{
border-color: #A7D778;
}
</style>