Shades of Feijoa #A6DD6D
Tints of Feijoa #A6DD6D
RGB
CMYK
RGB Variations
Color information
#A6DD6D (or 0xA6DD6D) is known color: Feijoa. HEX triplet: A6, DD and 6D. RGB value is (166,221,109). Sum of RGB (Red+Green+Blue) = 166+221+109=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD6D is #592292. Grayscale: #C0C0C0. Windows color (decimal): -5841555 or 7200166. OLE color: 7200166.
HSL color Cylindrical-coordinate representation of color #A6DD6D: hue angle of 89.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6DD6D is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 109 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.13 |
| HSL | 89.46º | 0.62% | 0.65% | - |
| HSV(B) | 89.46º | 0.51% | 0.87% | - |
| XYZ | 44.34 | 60.92 | 23.89 | - |
| YUV | 191.79 | 81.28 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 109 | 0.25 | 0 | 0.51 | 0.13 | 89.46 | 0.62 | 0.65 |
| Hex | A6 | DD | 6D | 19 | 0 | 33 | D | 59 | 3E | 41 |
| Octal | 246 | 335 | 155 | 31 | 0 | 63 | 15 | 131 | 76 | 101 |
| Binary | 10100110 | 11011101 | 1101101 | 11001 | 0 | 110011 | 1101 | 1011001 | 111110 | 1000001 |
Color Harmonies of #A6DD6D
Complementary color
Monochromatic Colors of #A6DD6D
Black with #A6DD6D
Text Example
Text Example
White with #A6DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD6D; }
p { color: rgb(166,221,109); }
H1.HeaderClassName
{
color: #A6DD6D;
}
.AnyTagClassName
{
color: #A6DD6D;
}
</style>
background-color css
<style>
a { background-color: #A6DD6D; }
a { background-color: rgb(166,221,109); }
div.DivClassName
{
background-color: #A6DD6D;
}
.BgClassName
{
background-color: #A6DD6D;
}
</style>
border-color css
<style>
span { border-color: #A6DD6D; }
span { border-color: rgb(166,221,109); }
td.TdClassName
{
border-color: #A6DD6D;
}
.TagClassName
{
border-color: #A6DD6D;
}
</style>