Shades of Feijoa #A6DD6E
Tints of Feijoa #A6DD6E
RGB
CMYK
RGB Variations
Color information
#A6DD6E (or 0xA6DD6E) is known color: Feijoa. HEX triplet: A6, DD and 6E. RGB value is (166,221,110). Sum of RGB (Red+Green+Blue) = 166+221+110=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD6E is #592291. Grayscale: #C0C0C0. Windows color (decimal): -5841554 or 7265702. OLE color: 7265702.
HSL color Cylindrical-coordinate representation of color #A6DD6E: hue angle of 89.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6DD6E is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 110 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.13 |
| HSL | 89.73º | 0.62% | 0.65% | - |
| HSV(B) | 89.73º | 0.5% | 0.87% | - |
| XYZ | 44.4 | 60.95 | 24.18 | - |
| YUV | 191.9 | 81.78 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 110 | 0.25 | 0 | 0.50 | 0.13 | 89.73 | 0.62 | 0.65 |
| Hex | A6 | DD | 6E | 19 | 0 | 32 | D | 5A | 3E | 41 |
| Octal | 246 | 335 | 156 | 31 | 0 | 62 | 15 | 132 | 76 | 101 |
| Binary | 10100110 | 11011101 | 1101110 | 11001 | 0 | 110010 | 1101 | 1011010 | 111110 | 1000001 |
Color Harmonies of #A6DD6E
Complementary color
Monochromatic Colors of #A6DD6E
Black with #A6DD6E
Text Example
Text Example
White with #A6DD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD6E; }
p { color: rgb(166,221,110); }
H1.HeaderClassName
{
color: #A6DD6E;
}
.AnyTagClassName
{
color: #A6DD6E;
}
</style>
background-color css
<style>
a { background-color: #A6DD6E; }
a { background-color: rgb(166,221,110); }
div.DivClassName
{
background-color: #A6DD6E;
}
.BgClassName
{
background-color: #A6DD6E;
}
</style>
border-color css
<style>
span { border-color: #A6DD6E; }
span { border-color: rgb(166,221,110); }
td.TdClassName
{
border-color: #A6DD6E;
}
.TagClassName
{
border-color: #A6DD6E;
}
</style>