Shades of Feijoa #A9DB8E
Tints of Feijoa #A9DB8E
RGB
CMYK
RGB Variations
Color information
#A9DB8E (or 0xA9DB8E) is known color: Feijoa. HEX triplet: A9, DB and 8E. RGB value is (169,219,142). Sum of RGB (Red+Green+Blue) = 169+219+142=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DB8E is #562471. Grayscale: #C3C3C3. Windows color (decimal): -5645426 or 9362345. OLE color: 9362345.
HSL color Cylindrical-coordinate representation of color #A9DB8E: hue angle of 98.96º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9DB8E is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 142 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.14 |
| HSL | 98.96º | 0.52% | 0.71% | - |
| HSV(B) | 98.96º | 0.35% | 0.86% | - |
| XYZ | 46.58 | 61.05 | 34.92 | - |
| YUV | 195.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 142 | 0.23 | 0 | 0.35 | 0.14 | 98.96 | 0.52 | 0.71 |
| Hex | A9 | DB | 8E | 17 | 0 | 23 | E | 63 | 34 | 47 |
| Octal | 251 | 333 | 216 | 27 | 0 | 43 | 16 | 143 | 64 | 107 |
| Binary | 10101001 | 11011011 | 10001110 | 10111 | 0 | 100011 | 1110 | 1100011 | 110100 | 1000111 |
Color Harmonies of #A9DB8E
Complementary color
Monochromatic Colors of #A9DB8E
Black with #A9DB8E
Text Example
Text Example
White with #A9DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DB8E; }
p { color: rgb(169,219,142); }
H1.HeaderClassName
{
color: #A9DB8E;
}
.AnyTagClassName
{
color: #A9DB8E;
}
</style>
background-color css
<style>
a { background-color: #A9DB8E; }
a { background-color: rgb(169,219,142); }
div.DivClassName
{
background-color: #A9DB8E;
}
.BgClassName
{
background-color: #A9DB8E;
}
</style>
border-color css
<style>
span { border-color: #A9DB8E; }
span { border-color: rgb(169,219,142); }
td.TdClassName
{
border-color: #A9DB8E;
}
.TagClassName
{
border-color: #A9DB8E;
}
</style>