Shades of Feijoa #A6DB88
Tints of Feijoa #A6DB88
RGB
CMYK
RGB Variations
Color information
#A6DB88 (or 0xA6DB88) is known color: Feijoa. HEX triplet: A6, DB and 88. RGB value is (166,219,136). Sum of RGB (Red+Green+Blue) = 166+219+136=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DB88 is #592477. Grayscale: #C1C1C1. Windows color (decimal): -5842040 or 8969126. OLE color: 8969126.
HSL color Cylindrical-coordinate representation of color #A6DB88: hue angle of 98.31º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6DB88 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 136 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.14 |
| HSL | 98.31º | 0.54% | 0.7% | - |
| HSV(B) | 98.31º | 0.38% | 0.86% | - |
| XYZ | 45.5 | 60.55 | 32.58 | - |
| YUV | 193.69 | 95.44 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 136 | 0.24 | 0 | 0.38 | 0.14 | 98.31 | 0.54 | 0.7 |
| Hex | A6 | DB | 88 | 18 | 0 | 26 | E | 62 | 36 | 46 |
| Octal | 246 | 333 | 210 | 30 | 0 | 46 | 16 | 142 | 66 | 106 |
| Binary | 10100110 | 11011011 | 10001000 | 11000 | 0 | 100110 | 1110 | 1100010 | 110110 | 1000110 |
Color Harmonies of #A6DB88
Complementary color
Monochromatic Colors of #A6DB88
Black with #A6DB88
Text Example
Text Example
White with #A6DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB88; }
p { color: rgb(166,219,136); }
H1.HeaderClassName
{
color: #A6DB88;
}
.AnyTagClassName
{
color: #A6DB88;
}
</style>
background-color css
<style>
a { background-color: #A6DB88; }
a { background-color: rgb(166,219,136); }
div.DivClassName
{
background-color: #A6DB88;
}
.BgClassName
{
background-color: #A6DB88;
}
</style>
border-color css
<style>
span { border-color: #A6DB88; }
span { border-color: rgb(166,219,136); }
td.TdClassName
{
border-color: #A6DB88;
}
.TagClassName
{
border-color: #A6DB88;
}
</style>