Shades of Feijoa #A3DB6D
Tints of Feijoa #A3DB6D
RGB
CMYK
RGB Variations
Color information
#A3DB6D (or 0xA3DB6D) is known color: Feijoa. HEX triplet: A3, DB and 6D. RGB value is (163,219,109). Sum of RGB (Red+Green+Blue) = 163+219+109=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DB6D is #5C2492. Grayscale: #BEBEBE. Windows color (decimal): -6038675 or 7199651. OLE color: 7199651.
HSL color Cylindrical-coordinate representation of color #A3DB6D: hue angle of 90.55º 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 #A3DB6D is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 109 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.14 |
| HSL | 90.55º | 0.6% | 0.64% | - |
| HSV(B) | 90.55º | 0.5% | 0.86% | - |
| XYZ | 43.2 | 59.55 | 23.69 | - |
| YUV | 189.72 | 82.45 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 109 | 0.26 | 0 | 0.50 | 0.14 | 90.55 | 0.6 | 0.64 |
| Hex | A3 | DB | 6D | 1A | 0 | 32 | E | 5B | 3C | 40 |
| Octal | 243 | 333 | 155 | 32 | 0 | 62 | 16 | 133 | 74 | 100 |
| Binary | 10100011 | 11011011 | 1101101 | 11010 | 0 | 110010 | 1110 | 1011011 | 111100 | 1000000 |
Color Harmonies of #A3DB6D
Complementary color
Monochromatic Colors of #A3DB6D
Black with #A3DB6D
Text Example
Text Example
White with #A3DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DB6D; }
p { color: rgb(163,219,109); }
H1.HeaderClassName
{
color: #A3DB6D;
}
.AnyTagClassName
{
color: #A3DB6D;
}
</style>
background-color css
<style>
a { background-color: #A3DB6D; }
a { background-color: rgb(163,219,109); }
div.DivClassName
{
background-color: #A3DB6D;
}
.BgClassName
{
background-color: #A3DB6D;
}
</style>
border-color css
<style>
span { border-color: #A3DB6D; }
span { border-color: rgb(163,219,109); }
td.TdClassName
{
border-color: #A3DB6D;
}
.TagClassName
{
border-color: #A3DB6D;
}
</style>