Shades of Feijoa #A5DB6C
Tints of Feijoa #A5DB6C
RGB
CMYK
RGB Variations
Color information
#A5DB6C (or 0xA5DB6C) is known color: Feijoa. HEX triplet: A5, DB and 6C. RGB value is (165,219,108). Sum of RGB (Red+Green+Blue) = 165+219+108=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB6C is #5A2493. Grayscale: #BEBEBE. Windows color (decimal): -5907604 or 7134117. OLE color: 7134117.
HSL color Cylindrical-coordinate representation of color #A5DB6C: hue angle of 89.19º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5DB6C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 108 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.14 |
| HSL | 89.19º | 0.61% | 0.64% | - |
| HSV(B) | 89.19º | 0.51% | 0.86% | - |
| XYZ | 43.56 | 59.75 | 23.42 | - |
| YUV | 190.2 | 81.61 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 108 | 0.25 | 0 | 0.51 | 0.14 | 89.19 | 0.61 | 0.64 |
| Hex | A5 | DB | 6C | 19 | 0 | 33 | E | 59 | 3D | 40 |
| Octal | 245 | 333 | 154 | 31 | 0 | 63 | 16 | 131 | 75 | 100 |
| Binary | 10100101 | 11011011 | 1101100 | 11001 | 0 | 110011 | 1110 | 1011001 | 111101 | 1000000 |
Color Harmonies of #A5DB6C
Complementary color
Monochromatic Colors of #A5DB6C
Black with #A5DB6C
Text Example
Text Example
White with #A5DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB6C; }
p { color: rgb(165,219,108); }
H1.HeaderClassName
{
color: #A5DB6C;
}
.AnyTagClassName
{
color: #A5DB6C;
}
</style>
background-color css
<style>
a { background-color: #A5DB6C; }
a { background-color: rgb(165,219,108); }
div.DivClassName
{
background-color: #A5DB6C;
}
.BgClassName
{
background-color: #A5DB6C;
}
</style>
border-color css
<style>
span { border-color: #A5DB6C; }
span { border-color: rgb(165,219,108); }
td.TdClassName
{
border-color: #A5DB6C;
}
.TagClassName
{
border-color: #A5DB6C;
}
</style>