Shades of Feijoa #A7DB78
Tints of Feijoa #A7DB78
RGB
CMYK
RGB Variations
Color information
#A7DB78 (or 0xA7DB78) is known color: Feijoa. HEX triplet: A7, DB and 78. RGB value is (167,219,120). Sum of RGB (Red+Green+Blue) = 167+219+120=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DB78 is #582487. Grayscale: #C0C0C0. Windows color (decimal): -5776520 or 7920551. OLE color: 7920551.
HSL color Cylindrical-coordinate representation of color #A7DB78: hue angle of 91.52º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7DB78 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 120 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.14 |
| HSL | 91.52º | 0.58% | 0.66% | - |
| HSV(B) | 91.52º | 0.45% | 0.86% | - |
| XYZ | 44.66 | 60.23 | 27.04 | - |
| YUV | 192.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 120 | 0.24 | 0 | 0.45 | 0.14 | 91.52 | 0.58 | 0.66 |
| Hex | A7 | DB | 78 | 18 | 0 | 2D | E | 5C | 3A | 42 |
| Octal | 247 | 333 | 170 | 30 | 0 | 55 | 16 | 134 | 72 | 102 |
| Binary | 10100111 | 11011011 | 1111000 | 11000 | 0 | 101101 | 1110 | 1011100 | 111010 | 1000010 |
Color Harmonies of #A7DB78
Complementary color
Monochromatic Colors of #A7DB78
Black with #A7DB78
Text Example
Text Example
White with #A7DB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DB78; }
p { color: rgb(167,219,120); }
H1.HeaderClassName
{
color: #A7DB78;
}
.AnyTagClassName
{
color: #A7DB78;
}
</style>
background-color css
<style>
a { background-color: #A7DB78; }
a { background-color: rgb(167,219,120); }
div.DivClassName
{
background-color: #A7DB78;
}
.BgClassName
{
background-color: #A7DB78;
}
</style>
border-color css
<style>
span { border-color: #A7DB78; }
span { border-color: rgb(167,219,120); }
td.TdClassName
{
border-color: #A7DB78;
}
.TagClassName
{
border-color: #A7DB78;
}
</style>