Shades of Feijoa #9ED86D
Tints of Feijoa #9ED86D
RGB
CMYK
RGB Variations
Color information
#9ED86D (or 0x9ED86D) is known color: Feijoa. HEX triplet: 9E, D8 and 6D. RGB value is (158,216,109). Sum of RGB (Red+Green+Blue) = 158+216+109=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED86D is #612792. Grayscale: #BABABA. Windows color (decimal): -6367123 or 7198878. OLE color: 7198878.
HSL color Cylindrical-coordinate representation of color #9ED86D: hue angle of 92.52º 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 #9ED86D is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 109 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.15 |
| HSL | 92.52º | 0.58% | 0.64% | - |
| HSV(B) | 92.52º | 0.5% | 0.85% | - |
| XYZ | 41.42 | 57.48 | 23.38 | - |
| YUV | 186.46 | 84.28 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 109 | 0.27 | 0 | 0.50 | 0.15 | 92.52 | 0.58 | 0.64 |
| Hex | 9E | D8 | 6D | 1B | 0 | 32 | F | 5D | 3A | 40 |
| Octal | 236 | 330 | 155 | 33 | 0 | 62 | 17 | 135 | 72 | 100 |
| Binary | 10011110 | 11011000 | 1101101 | 11011 | 0 | 110010 | 1111 | 1011101 | 111010 | 1000000 |
Color Harmonies of #9ED86D
Complementary color
Monochromatic Colors of #9ED86D
Black with #9ED86D
Text Example
Text Example
White with #9ED86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED86D; }
p { color: rgb(158,216,109); }
H1.HeaderClassName
{
color: #9ED86D;
}
.AnyTagClassName
{
color: #9ED86D;
}
</style>
background-color css
<style>
a { background-color: #9ED86D; }
a { background-color: rgb(158,216,109); }
div.DivClassName
{
background-color: #9ED86D;
}
.BgClassName
{
background-color: #9ED86D;
}
</style>
border-color css
<style>
span { border-color: #9ED86D; }
span { border-color: rgb(158,216,109); }
td.TdClassName
{
border-color: #9ED86D;
}
.TagClassName
{
border-color: #9ED86D;
}
</style>