Shades of Feijoa #A9DB8C
Tints of Feijoa #A9DB8C
RGB
CMYK
RGB Variations
Color information
#A9DB8C (or 0xA9DB8C) is known color: Feijoa. HEX triplet: A9, DB and 8C. RGB value is (169,219,140). Sum of RGB (Red+Green+Blue) = 169+219+140=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DB8C is #562473. Grayscale: #C3C3C3. Windows color (decimal): -5645428 or 9231273. OLE color: 9231273.
HSL color Cylindrical-coordinate representation of color #A9DB8C: hue angle of 97.97º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9DB8C is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 140 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.14 |
| HSL | 97.97º | 0.52% | 0.7% | - |
| HSV(B) | 97.97º | 0.36% | 0.86% | - |
| XYZ | 46.43 | 60.99 | 34.14 | - |
| YUV | 195.04 | 96.94 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 140 | 0.23 | 0 | 0.36 | 0.14 | 97.97 | 0.52 | 0.7 |
| Hex | A9 | DB | 8C | 17 | 0 | 24 | E | 62 | 34 | 46 |
| Octal | 251 | 333 | 214 | 27 | 0 | 44 | 16 | 142 | 64 | 106 |
| Binary | 10101001 | 11011011 | 10001100 | 10111 | 0 | 100100 | 1110 | 1100010 | 110100 | 1000110 |
Color Harmonies of #A9DB8C
Complementary color
Monochromatic Colors of #A9DB8C
Black with #A9DB8C
Text Example
Text Example
White with #A9DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DB8C; }
p { color: rgb(169,219,140); }
H1.HeaderClassName
{
color: #A9DB8C;
}
.AnyTagClassName
{
color: #A9DB8C;
}
</style>
background-color css
<style>
a { background-color: #A9DB8C; }
a { background-color: rgb(169,219,140); }
div.DivClassName
{
background-color: #A9DB8C;
}
.BgClassName
{
background-color: #A9DB8C;
}
</style>
border-color css
<style>
span { border-color: #A9DB8C; }
span { border-color: rgb(169,219,140); }
td.TdClassName
{
border-color: #A9DB8C;
}
.TagClassName
{
border-color: #A9DB8C;
}
</style>