Shades of Feijoa #A6DB8F
Tints of Feijoa #A6DB8F
RGB
CMYK
RGB Variations
Color information
#A6DB8F (or 0xA6DB8F) is known color: Feijoa. HEX triplet: A6, DB and 8F. RGB value is (166,219,143). Sum of RGB (Red+Green+Blue) = 166+219+143=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DB8F is #592470. Grayscale: #C2C2C2. Windows color (decimal): -5842033 or 9427878. OLE color: 9427878.
HSL color Cylindrical-coordinate representation of color #A6DB8F: hue angle of 101.84º degrees, saturation: 0.51, 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 #A6DB8F is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 143 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.14 |
| HSL | 101.84º | 0.51% | 0.71% | - |
| HSV(B) | 101.84º | 0.35% | 0.86% | - |
| XYZ | 46.02 | 60.75 | 35.29 | - |
| YUV | 194.49 | 98.94 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 143 | 0.24 | 0 | 0.35 | 0.14 | 101.84 | 0.51 | 0.71 |
| Hex | A6 | DB | 8F | 18 | 0 | 23 | E | 66 | 33 | 47 |
| Octal | 246 | 333 | 217 | 30 | 0 | 43 | 16 | 146 | 63 | 107 |
| Binary | 10100110 | 11011011 | 10001111 | 11000 | 0 | 100011 | 1110 | 1100110 | 110011 | 1000111 |
Color Harmonies of #A6DB8F
Complementary color
Monochromatic Colors of #A6DB8F
Black with #A6DB8F
Text Example
Text Example
White with #A6DB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB8F; }
p { color: rgb(166,219,143); }
H1.HeaderClassName
{
color: #A6DB8F;
}
.AnyTagClassName
{
color: #A6DB8F;
}
</style>
background-color css
<style>
a { background-color: #A6DB8F; }
a { background-color: rgb(166,219,143); }
div.DivClassName
{
background-color: #A6DB8F;
}
.BgClassName
{
background-color: #A6DB8F;
}
</style>
border-color css
<style>
span { border-color: #A6DB8F; }
span { border-color: rgb(166,219,143); }
td.TdClassName
{
border-color: #A6DB8F;
}
.TagClassName
{
border-color: #A6DB8F;
}
</style>