Shades of Feijoa #A7DB85
Tints of Feijoa #A7DB85
RGB
CMYK
RGB Variations
Color information
#A7DB85 (or 0xA7DB85) is known color: Feijoa. HEX triplet: A7, DB and 85. RGB value is (167,219,133). Sum of RGB (Red+Green+Blue) = 167+219+133=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DB85 is #58247A. Grayscale: #C1C1C1. Windows color (decimal): -5776507 or 8772519. OLE color: 8772519.
HSL color Cylindrical-coordinate representation of color #A7DB85: hue angle of 96.28º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7DB85 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 133 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.14 |
| HSL | 96.28º | 0.54% | 0.69% | - |
| HSV(B) | 96.28º | 0.39% | 0.86% | - |
| XYZ | 45.5 | 60.57 | 31.48 | - |
| YUV | 193.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 133 | 0.24 | 0 | 0.39 | 0.14 | 96.28 | 0.54 | 0.69 |
| Hex | A7 | DB | 85 | 18 | 0 | 27 | E | 60 | 36 | 45 |
| Octal | 247 | 333 | 205 | 30 | 0 | 47 | 16 | 140 | 66 | 105 |
| Binary | 10100111 | 11011011 | 10000101 | 11000 | 0 | 100111 | 1110 | 1100000 | 110110 | 1000101 |
Color Harmonies of #A7DB85
Complementary color
Monochromatic Colors of #A7DB85
Black with #A7DB85
Text Example
Text Example
White with #A7DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DB85; }
p { color: rgb(167,219,133); }
H1.HeaderClassName
{
color: #A7DB85;
}
.AnyTagClassName
{
color: #A7DB85;
}
</style>
background-color css
<style>
a { background-color: #A7DB85; }
a { background-color: rgb(167,219,133); }
div.DivClassName
{
background-color: #A7DB85;
}
.BgClassName
{
background-color: #A7DB85;
}
</style>
border-color css
<style>
span { border-color: #A7DB85; }
span { border-color: rgb(167,219,133); }
td.TdClassName
{
border-color: #A7DB85;
}
.TagClassName
{
border-color: #A7DB85;
}
</style>