Shades of Feijoa #A6DA6D
Tints of Feijoa #A6DA6D
RGB
CMYK
RGB Variations
Color information
#A6DA6D (or 0xA6DA6D) is known color: Feijoa. HEX triplet: A6, DA and 6D. RGB value is (166,218,109). Sum of RGB (Red+Green+Blue) = 166+218+109=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DA6D is #592592. Grayscale: #BEBEBE. Windows color (decimal): -5842323 or 7199398. OLE color: 7199398.
HSL color Cylindrical-coordinate representation of color #A6DA6D: hue angle of 88.62º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6DA6D is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 109 | - |
| CMYK | 0.24 | 0 | 0.5 | 0.15 |
| HSL | 88.62º | 0.6% | 0.64% | - |
| HSV(B) | 88.62º | 0.5% | 0.85% | - |
| XYZ | 43.56 | 59.35 | 23.63 | - |
| YUV | 190.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 109 | 0.24 | 0 | 0.5 | 0.15 | 88.62 | 0.6 | 0.64 |
| Hex | A6 | DA | 6D | 18 | 0 | 32 | F | 59 | 3C | 40 |
| Octal | 246 | 332 | 155 | 30 | 0 | 62 | 17 | 131 | 74 | 100 |
| Binary | 10100110 | 11011010 | 1101101 | 11000 | 0 | 110010 | 1111 | 1011001 | 111100 | 1000000 |
Color Harmonies of #A6DA6D
Complementary color
Monochromatic Colors of #A6DA6D
Black with #A6DA6D
Text Example
Text Example
White with #A6DA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA6D; }
p { color: rgb(166,218,109); }
H1.HeaderClassName
{
color: #A6DA6D;
}
.AnyTagClassName
{
color: #A6DA6D;
}
</style>
background-color css
<style>
a { background-color: #A6DA6D; }
a { background-color: rgb(166,218,109); }
div.DivClassName
{
background-color: #A6DA6D;
}
.BgClassName
{
background-color: #A6DA6D;
}
</style>
border-color css
<style>
span { border-color: #A6DA6D; }
span { border-color: rgb(166,218,109); }
td.TdClassName
{
border-color: #A6DA6D;
}
.TagClassName
{
border-color: #A6DA6D;
}
</style>