Shades of Feijoa #A6DD6C
Tints of Feijoa #A6DD6C
RGB
CMYK
RGB Variations
Color information
#A6DD6C (or 0xA6DD6C) is known color: Feijoa. HEX triplet: A6, DD and 6C. RGB value is (166,221,108). Sum of RGB (Red+Green+Blue) = 166+221+108=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD6C is #592293. Grayscale: #C0C0C0. Windows color (decimal): -5841556 or 7134630. OLE color: 7134630.
HSL color Cylindrical-coordinate representation of color #A6DD6C: hue angle of 89.2º 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 #A6DD6C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 108 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.13 |
| HSL | 89.2º | 0.62% | 0.65% | - |
| HSV(B) | 89.2º | 0.51% | 0.87% | - |
| XYZ | 44.29 | 60.9 | 23.61 | - |
| YUV | 191.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 108 | 0.25 | 0 | 0.51 | 0.13 | 89.2 | 0.62 | 0.65 |
| Hex | A6 | DD | 6C | 19 | 0 | 33 | D | 59 | 3E | 41 |
| Octal | 246 | 335 | 154 | 31 | 0 | 63 | 15 | 131 | 76 | 101 |
| Binary | 10100110 | 11011101 | 1101100 | 11001 | 0 | 110011 | 1101 | 1011001 | 111110 | 1000001 |
Color Harmonies of #A6DD6C
Complementary color
Monochromatic Colors of #A6DD6C
Black with #A6DD6C
Text Example
Text Example
White with #A6DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD6C; }
p { color: rgb(166,221,108); }
H1.HeaderClassName
{
color: #A6DD6C;
}
.AnyTagClassName
{
color: #A6DD6C;
}
</style>
background-color css
<style>
a { background-color: #A6DD6C; }
a { background-color: rgb(166,221,108); }
div.DivClassName
{
background-color: #A6DD6C;
}
.BgClassName
{
background-color: #A6DD6C;
}
</style>
border-color css
<style>
span { border-color: #A6DD6C; }
span { border-color: rgb(166,221,108); }
td.TdClassName
{
border-color: #A6DD6C;
}
.TagClassName
{
border-color: #A6DD6C;
}
</style>