Shades of Feijoa #A9DB84
Tints of Feijoa #A9DB84
RGB
CMYK
RGB Variations
Color information
#A9DB84 (or 0xA9DB84) is known color: Feijoa. HEX triplet: A9, DB and 84. RGB value is (169,219,132). Sum of RGB (Red+Green+Blue) = 169+219+132=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DB84 is #56247B. Grayscale: #C2C2C2. Windows color (decimal): -5645436 or 8706985. OLE color: 8706985.
HSL color Cylindrical-coordinate representation of color #A9DB84: hue angle of 94.48º 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 #A9DB84 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 132 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.14 |
| HSL | 94.48º | 0.55% | 0.69% | - |
| HSV(B) | 94.48º | 0.4% | 0.86% | - |
| XYZ | 45.86 | 60.76 | 31.14 | - |
| YUV | 194.13 | 92.94 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 132 | 0.23 | 0 | 0.40 | 0.14 | 94.48 | 0.55 | 0.69 |
| Hex | A9 | DB | 84 | 17 | 0 | 28 | E | 5E | 37 | 45 |
| Octal | 251 | 333 | 204 | 27 | 0 | 50 | 16 | 136 | 67 | 105 |
| Binary | 10101001 | 11011011 | 10000100 | 10111 | 0 | 101000 | 1110 | 1011110 | 110111 | 1000101 |
Color Harmonies of #A9DB84
Complementary color
Monochromatic Colors of #A9DB84
Black with #A9DB84
Text Example
Text Example
White with #A9DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DB84; }
p { color: rgb(169,219,132); }
H1.HeaderClassName
{
color: #A9DB84;
}
.AnyTagClassName
{
color: #A9DB84;
}
</style>
background-color css
<style>
a { background-color: #A9DB84; }
a { background-color: rgb(169,219,132); }
div.DivClassName
{
background-color: #A9DB84;
}
.BgClassName
{
background-color: #A9DB84;
}
</style>
border-color css
<style>
span { border-color: #A9DB84; }
span { border-color: rgb(169,219,132); }
td.TdClassName
{
border-color: #A9DB84;
}
.TagClassName
{
border-color: #A9DB84;
}
</style>