Shades of Feijoa #A3DB6B
Tints of Feijoa #A3DB6B
RGB
CMYK
RGB Variations
Color information
#A3DB6B (or 0xA3DB6B) is known color: Feijoa. HEX triplet: A3, DB and 6B. RGB value is (163,219,107). Sum of RGB (Red+Green+Blue) = 163+219+107=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DB6B is #5C2494. Grayscale: #BDBDBD. Windows color (decimal): -6038677 or 7068579. OLE color: 7068579.
HSL color Cylindrical-coordinate representation of color #A3DB6B: hue angle of 90º 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 #A3DB6B is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 107 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.14 |
| HSL | 90º | 0.61% | 0.64% | - |
| HSV(B) | 90º | 0.51% | 0.86% | - |
| XYZ | 43.09 | 59.51 | 23.13 | - |
| YUV | 189.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 107 | 0.26 | 0 | 0.51 | 0.14 | 90 | 0.61 | 0.64 |
| Hex | A3 | DB | 6B | 1A | 0 | 33 | E | 5A | 3D | 40 |
| Octal | 243 | 333 | 153 | 32 | 0 | 63 | 16 | 132 | 75 | 100 |
| Binary | 10100011 | 11011011 | 1101011 | 11010 | 0 | 110011 | 1110 | 1011010 | 111101 | 1000000 |
Color Harmonies of #A3DB6B
Complementary color
Monochromatic Colors of #A3DB6B
Black with #A3DB6B
Text Example
Text Example
White with #A3DB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DB6B; }
p { color: rgb(163,219,107); }
H1.HeaderClassName
{
color: #A3DB6B;
}
.AnyTagClassName
{
color: #A3DB6B;
}
</style>
background-color css
<style>
a { background-color: #A3DB6B; }
a { background-color: rgb(163,219,107); }
div.DivClassName
{
background-color: #A3DB6B;
}
.BgClassName
{
background-color: #A3DB6B;
}
</style>
border-color css
<style>
span { border-color: #A3DB6B; }
span { border-color: rgb(163,219,107); }
td.TdClassName
{
border-color: #A3DB6B;
}
.TagClassName
{
border-color: #A3DB6B;
}
</style>