Shades of Feijoa #A4DB84
Tints of Feijoa #A4DB84
RGB
CMYK
RGB Variations
Color information
#A4DB84 (or 0xA4DB84) is known color: Feijoa. HEX triplet: A4, DB and 84. RGB value is (164,219,132). Sum of RGB (Red+Green+Blue) = 164+219+132=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB84 is #5B247B. Grayscale: #C0C0C0. Windows color (decimal): -5973116 or 8706980. OLE color: 8706980.
HSL color Cylindrical-coordinate representation of color #A4DB84: hue angle of 97.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4DB84 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 132 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.14 |
| HSL | 97.93º | 0.55% | 0.69% | - |
| HSV(B) | 97.93º | 0.4% | 0.86% | - |
| XYZ | 44.81 | 60.22 | 31.09 | - |
| YUV | 192.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 132 | 0.25 | 0 | 0.40 | 0.14 | 97.93 | 0.55 | 0.69 |
| Hex | A4 | DB | 84 | 19 | 0 | 28 | E | 62 | 37 | 45 |
| Octal | 244 | 333 | 204 | 31 | 0 | 50 | 16 | 142 | 67 | 105 |
| Binary | 10100100 | 11011011 | 10000100 | 11001 | 0 | 101000 | 1110 | 1100010 | 110111 | 1000101 |
Color Harmonies of #A4DB84
Complementary color
Monochromatic Colors of #A4DB84
Black with #A4DB84
Text Example
Text Example
White with #A4DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DB84; }
p { color: rgb(164,219,132); }
H1.HeaderClassName
{
color: #A4DB84;
}
.AnyTagClassName
{
color: #A4DB84;
}
</style>
background-color css
<style>
a { background-color: #A4DB84; }
a { background-color: rgb(164,219,132); }
div.DivClassName
{
background-color: #A4DB84;
}
.BgClassName
{
background-color: #A4DB84;
}
</style>
border-color css
<style>
span { border-color: #A4DB84; }
span { border-color: rgb(164,219,132); }
td.TdClassName
{
border-color: #A4DB84;
}
.TagClassName
{
border-color: #A4DB84;
}
</style>