Shades of Feijoa #A6DB89
Tints of Feijoa #A6DB89
RGB
CMYK
RGB Variations
Color information
#A6DB89 (or 0xA6DB89) is known color: Feijoa. HEX triplet: A6, DB and 89. RGB value is (166,219,137). Sum of RGB (Red+Green+Blue) = 166+219+137=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DB89 is #592476. Grayscale: #C2C2C2. Windows color (decimal): -5842039 or 9034662. OLE color: 9034662.
HSL color Cylindrical-coordinate representation of color #A6DB89: hue angle of 98.78º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6DB89 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 137 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.14 |
| HSL | 98.78º | 0.53% | 0.7% | - |
| HSV(B) | 98.78º | 0.37% | 0.86% | - |
| XYZ | 45.57 | 60.58 | 32.96 | - |
| YUV | 193.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 137 | 0.24 | 0 | 0.37 | 0.14 | 98.78 | 0.53 | 0.7 |
| Hex | A6 | DB | 89 | 18 | 0 | 25 | E | 63 | 35 | 46 |
| Octal | 246 | 333 | 211 | 30 | 0 | 45 | 16 | 143 | 65 | 106 |
| Binary | 10100110 | 11011011 | 10001001 | 11000 | 0 | 100101 | 1110 | 1100011 | 110101 | 1000110 |
Color Harmonies of #A6DB89
Complementary color
Monochromatic Colors of #A6DB89
Black with #A6DB89
Text Example
Text Example
White with #A6DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB89; }
p { color: rgb(166,219,137); }
H1.HeaderClassName
{
color: #A6DB89;
}
.AnyTagClassName
{
color: #A6DB89;
}
</style>
background-color css
<style>
a { background-color: #A6DB89; }
a { background-color: rgb(166,219,137); }
div.DivClassName
{
background-color: #A6DB89;
}
.BgClassName
{
background-color: #A6DB89;
}
</style>
border-color css
<style>
span { border-color: #A6DB89; }
span { border-color: rgb(166,219,137); }
td.TdClassName
{
border-color: #A6DB89;
}
.TagClassName
{
border-color: #A6DB89;
}
</style>