Shades of Feijoa #A5DB6D
Tints of Feijoa #A5DB6D
RGB
CMYK
RGB Variations
Color information
#A5DB6D (or 0xA5DB6D) is known color: Feijoa. HEX triplet: A5, DB and 6D. RGB value is (165,219,109). Sum of RGB (Red+Green+Blue) = 165+219+109=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB6D is #5A2492. Grayscale: #BEBEBE. Windows color (decimal): -5907603 or 7199653. OLE color: 7199653.
HSL color Cylindrical-coordinate representation of color #A5DB6D: hue angle of 89.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5DB6D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 109 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.14 |
| HSL | 89.45º | 0.6% | 0.64% | - |
| HSV(B) | 89.45º | 0.5% | 0.86% | - |
| XYZ | 43.61 | 59.77 | 23.71 | - |
| YUV | 190.31 | 82.11 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 109 | 0.25 | 0 | 0.50 | 0.14 | 89.45 | 0.6 | 0.64 |
| Hex | A5 | DB | 6D | 19 | 0 | 32 | E | 59 | 3C | 40 |
| Octal | 245 | 333 | 155 | 31 | 0 | 62 | 16 | 131 | 74 | 100 |
| Binary | 10100101 | 11011011 | 1101101 | 11001 | 0 | 110010 | 1110 | 1011001 | 111100 | 1000000 |
Color Harmonies of #A5DB6D
Complementary color
Monochromatic Colors of #A5DB6D
Black with #A5DB6D
Text Example
Text Example
White with #A5DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB6D; }
p { color: rgb(165,219,109); }
H1.HeaderClassName
{
color: #A5DB6D;
}
.AnyTagClassName
{
color: #A5DB6D;
}
</style>
background-color css
<style>
a { background-color: #A5DB6D; }
a { background-color: rgb(165,219,109); }
div.DivClassName
{
background-color: #A5DB6D;
}
.BgClassName
{
background-color: #A5DB6D;
}
</style>
border-color css
<style>
span { border-color: #A5DB6D; }
span { border-color: rgb(165,219,109); }
td.TdClassName
{
border-color: #A5DB6D;
}
.TagClassName
{
border-color: #A5DB6D;
}
</style>