Shades of Feijoa #A4DB6C
Tints of Feijoa #A4DB6C
RGB
CMYK
RGB Variations
Color information
#A4DB6C (or 0xA4DB6C) is known color: Feijoa. HEX triplet: A4, DB and 6C. RGB value is (164,219,108). Sum of RGB (Red+Green+Blue) = 164+219+108=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB6C is #5B2493. Grayscale: #BEBEBE. Windows color (decimal): -5973140 or 7134116. OLE color: 7134116.
HSL color Cylindrical-coordinate representation of color #A4DB6C: hue angle of 89.73º 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 #A4DB6C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 108 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.14 |
| HSL | 89.73º | 0.61% | 0.64% | - |
| HSV(B) | 89.73º | 0.51% | 0.86% | - |
| XYZ | 43.35 | 59.64 | 23.41 | - |
| YUV | 189.9 | 81.78 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 108 | 0.25 | 0 | 0.51 | 0.14 | 89.73 | 0.61 | 0.64 |
| Hex | A4 | DB | 6C | 19 | 0 | 33 | E | 5A | 3D | 40 |
| Octal | 244 | 333 | 154 | 31 | 0 | 63 | 16 | 132 | 75 | 100 |
| Binary | 10100100 | 11011011 | 1101100 | 11001 | 0 | 110011 | 1110 | 1011010 | 111101 | 1000000 |
Color Harmonies of #A4DB6C
Complementary color
Monochromatic Colors of #A4DB6C
Black with #A4DB6C
Text Example
Text Example
White with #A4DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DB6C; }
p { color: rgb(164,219,108); }
H1.HeaderClassName
{
color: #A4DB6C;
}
.AnyTagClassName
{
color: #A4DB6C;
}
</style>
background-color css
<style>
a { background-color: #A4DB6C; }
a { background-color: rgb(164,219,108); }
div.DivClassName
{
background-color: #A4DB6C;
}
.BgClassName
{
background-color: #A4DB6C;
}
</style>
border-color css
<style>
span { border-color: #A4DB6C; }
span { border-color: rgb(164,219,108); }
td.TdClassName
{
border-color: #A4DB6C;
}
.TagClassName
{
border-color: #A4DB6C;
}
</style>