Shades of Feijoa #A7DB87
Tints of Feijoa #A7DB87
RGB
CMYK
RGB Variations
Color information
#A7DB87 (or 0xA7DB87) is known color: Feijoa. HEX triplet: A7, DB and 87. RGB value is (167,219,135). Sum of RGB (Red+Green+Blue) = 167+219+135=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DB87 is #582478. Grayscale: #C2C2C2. Windows color (decimal): -5776505 or 8903591. OLE color: 8903591.
HSL color Cylindrical-coordinate representation of color #A7DB87: hue angle of 97.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7DB87 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 135 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.14 |
| HSL | 97.14º | 0.54% | 0.69% | - |
| HSV(B) | 97.14º | 0.38% | 0.86% | - |
| XYZ | 45.64 | 60.63 | 32.22 | - |
| YUV | 193.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 135 | 0.24 | 0 | 0.38 | 0.14 | 97.14 | 0.54 | 0.69 |
| Hex | A7 | DB | 87 | 18 | 0 | 26 | E | 61 | 36 | 45 |
| Octal | 247 | 333 | 207 | 30 | 0 | 46 | 16 | 141 | 66 | 105 |
| Binary | 10100111 | 11011011 | 10000111 | 11000 | 0 | 100110 | 1110 | 1100001 | 110110 | 1000101 |
Color Harmonies of #A7DB87
Complementary color
Monochromatic Colors of #A7DB87
Black with #A7DB87
Text Example
Text Example
White with #A7DB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DB87; }
p { color: rgb(167,219,135); }
H1.HeaderClassName
{
color: #A7DB87;
}
.AnyTagClassName
{
color: #A7DB87;
}
</style>
background-color css
<style>
a { background-color: #A7DB87; }
a { background-color: rgb(167,219,135); }
div.DivClassName
{
background-color: #A7DB87;
}
.BgClassName
{
background-color: #A7DB87;
}
</style>
border-color css
<style>
span { border-color: #A7DB87; }
span { border-color: rgb(167,219,135); }
td.TdClassName
{
border-color: #A7DB87;
}
.TagClassName
{
border-color: #A7DB87;
}
</style>