Shades of Feijoa #A5DB89
Tints of Feijoa #A5DB89
RGB
CMYK
RGB Variations
Color information
#A5DB89 (or 0xA5DB89) is known color: Feijoa. HEX triplet: A5, DB and 89. RGB value is (165,219,137). Sum of RGB (Red+Green+Blue) = 165+219+137=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DB89 is #5A2476. Grayscale: #C1C1C1. Windows color (decimal): -5907575 or 9034661. OLE color: 9034661.
HSL color Cylindrical-coordinate representation of color #A5DB89: hue angle of 99.51º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5DB89 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 137 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.14 |
| HSL | 99.51º | 0.53% | 0.7% | - |
| HSV(B) | 99.51º | 0.37% | 0.86% | - |
| XYZ | 45.36 | 60.47 | 32.95 | - |
| YUV | 193.51 | 96.11 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 137 | 0.25 | 0 | 0.37 | 0.14 | 99.51 | 0.53 | 0.7 |
| Hex | A5 | DB | 89 | 19 | 0 | 25 | E | 64 | 35 | 46 |
| Octal | 245 | 333 | 211 | 31 | 0 | 45 | 16 | 144 | 65 | 106 |
| Binary | 10100101 | 11011011 | 10001001 | 11001 | 0 | 100101 | 1110 | 1100100 | 110101 | 1000110 |
Color Harmonies of #A5DB89
Complementary color
Monochromatic Colors of #A5DB89
Black with #A5DB89
Text Example
Text Example
White with #A5DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB89; }
p { color: rgb(165,219,137); }
H1.HeaderClassName
{
color: #A5DB89;
}
.AnyTagClassName
{
color: #A5DB89;
}
</style>
background-color css
<style>
a { background-color: #A5DB89; }
a { background-color: rgb(165,219,137); }
div.DivClassName
{
background-color: #A5DB89;
}
.BgClassName
{
background-color: #A5DB89;
}
</style>
border-color css
<style>
span { border-color: #A5DB89; }
span { border-color: rgb(165,219,137); }
td.TdClassName
{
border-color: #A5DB89;
}
.TagClassName
{
border-color: #A5DB89;
}
</style>