Shades of Feijoa #A6D86E
Tints of Feijoa #A6D86E
RGB
CMYK
RGB Variations
Color information
#A6D86E (or 0xA6D86E) is known color: Feijoa. HEX triplet: A6, D8 and 6E. RGB value is (166,216,110). Sum of RGB (Red+Green+Blue) = 166+216+110=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D86E is #592791. Grayscale: #BDBDBD. Windows color (decimal): -5842834 or 7264422. OLE color: 7264422.
HSL color Cylindrical-coordinate representation of color #A6D86E: hue angle of 88.3º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6D86E is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 110 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.15 |
| HSL | 88.3º | 0.58% | 0.64% | - |
| HSV(B) | 88.3º | 0.49% | 0.85% | - |
| XYZ | 43.1 | 58.34 | 23.74 | - |
| YUV | 188.97 | 83.44 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 110 | 0.23 | 0 | 0.49 | 0.15 | 88.3 | 0.58 | 0.64 |
| Hex | A6 | D8 | 6E | 17 | 0 | 31 | F | 58 | 3A | 40 |
| Octal | 246 | 330 | 156 | 27 | 0 | 61 | 17 | 130 | 72 | 100 |
| Binary | 10100110 | 11011000 | 1101110 | 10111 | 0 | 110001 | 1111 | 1011000 | 111010 | 1000000 |
Color Harmonies of #A6D86E
Complementary color
Monochromatic Colors of #A6D86E
Black with #A6D86E
Text Example
Text Example
White with #A6D86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D86E; }
p { color: rgb(166,216,110); }
H1.HeaderClassName
{
color: #A6D86E;
}
.AnyTagClassName
{
color: #A6D86E;
}
</style>
background-color css
<style>
a { background-color: #A6D86E; }
a { background-color: rgb(166,216,110); }
div.DivClassName
{
background-color: #A6D86E;
}
.BgClassName
{
background-color: #A6D86E;
}
</style>
border-color css
<style>
span { border-color: #A6D86E; }
span { border-color: rgb(166,216,110); }
td.TdClassName
{
border-color: #A6D86E;
}
.TagClassName
{
border-color: #A6D86E;
}
</style>