Shades of Feijoa #9ED86C
Tints of Feijoa #9ED86C
RGB
CMYK
RGB Variations
Color information
#9ED86C (or 0x9ED86C) is known color: Feijoa. HEX triplet: 9E, D8 and 6C. RGB value is (158,216,108). Sum of RGB (Red+Green+Blue) = 158+216+108=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED86C is #612793. Grayscale: #BABABA. Windows color (decimal): -6367124 or 7133342. OLE color: 7133342.
HSL color Cylindrical-coordinate representation of color #9ED86C: hue angle of 92.22º degrees, saturation: 0.58, 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 #9ED86C is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 108 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.15 |
| HSL | 92.22º | 0.58% | 0.64% | - |
| HSV(B) | 92.22º | 0.5% | 0.85% | - |
| XYZ | 41.36 | 57.46 | 23.1 | - |
| YUV | 186.35 | 83.78 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 108 | 0.27 | 0 | 0.50 | 0.15 | 92.22 | 0.58 | 0.64 |
| Hex | 9E | D8 | 6C | 1B | 0 | 32 | F | 5C | 3A | 40 |
| Octal | 236 | 330 | 154 | 33 | 0 | 62 | 17 | 134 | 72 | 100 |
| Binary | 10011110 | 11011000 | 1101100 | 11011 | 0 | 110010 | 1111 | 1011100 | 111010 | 1000000 |
Color Harmonies of #9ED86C
Complementary color
Monochromatic Colors of #9ED86C
Black with #9ED86C
Text Example
Text Example
White with #9ED86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED86C; }
p { color: rgb(158,216,108); }
H1.HeaderClassName
{
color: #9ED86C;
}
.AnyTagClassName
{
color: #9ED86C;
}
</style>
background-color css
<style>
a { background-color: #9ED86C; }
a { background-color: rgb(158,216,108); }
div.DivClassName
{
background-color: #9ED86C;
}
.BgClassName
{
background-color: #9ED86C;
}
</style>
border-color css
<style>
span { border-color: #9ED86C; }
span { border-color: rgb(158,216,108); }
td.TdClassName
{
border-color: #9ED86C;
}
.TagClassName
{
border-color: #9ED86C;
}
</style>