Shades of Feijoa #A6DB6C
Tints of Feijoa #A6DB6C
RGB
CMYK
RGB Variations
Color information
#A6DB6C (or 0xA6DB6C) is known color: Feijoa. HEX triplet: A6, DB and 6C. RGB value is (166,219,108). Sum of RGB (Red+Green+Blue) = 166+219+108=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB6C is #592493. Grayscale: #BEBEBE. Windows color (decimal): -5842068 or 7134118. OLE color: 7134118.
HSL color Cylindrical-coordinate representation of color #A6DB6C: hue angle of 88.65º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6DB6C is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 108 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.14 |
| HSL | 88.65º | 0.61% | 0.64% | - |
| HSV(B) | 88.65º | 0.51% | 0.86% | - |
| XYZ | 43.76 | 59.85 | 23.43 | - |
| YUV | 190.5 | 81.44 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 108 | 0.24 | 0 | 0.51 | 0.14 | 88.65 | 0.61 | 0.64 |
| Hex | A6 | DB | 6C | 18 | 0 | 33 | E | 59 | 3D | 40 |
| Octal | 246 | 333 | 154 | 30 | 0 | 63 | 16 | 131 | 75 | 100 |
| Binary | 10100110 | 11011011 | 1101100 | 11000 | 0 | 110011 | 1110 | 1011001 | 111101 | 1000000 |
Color Harmonies of #A6DB6C
Complementary color
Monochromatic Colors of #A6DB6C
Black with #A6DB6C
Text Example
Text Example
White with #A6DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB6C; }
p { color: rgb(166,219,108); }
H1.HeaderClassName
{
color: #A6DB6C;
}
.AnyTagClassName
{
color: #A6DB6C;
}
</style>
background-color css
<style>
a { background-color: #A6DB6C; }
a { background-color: rgb(166,219,108); }
div.DivClassName
{
background-color: #A6DB6C;
}
.BgClassName
{
background-color: #A6DB6C;
}
</style>
border-color css
<style>
span { border-color: #A6DB6C; }
span { border-color: rgb(166,219,108); }
td.TdClassName
{
border-color: #A6DB6C;
}
.TagClassName
{
border-color: #A6DB6C;
}
</style>