Shades of Feijoa #9EDD76
Tints of Feijoa #9EDD76
RGB
CMYK
RGB Variations
Color information
#9EDD76 (or 0x9EDD76) is known color: Feijoa. HEX triplet: 9E, DD and 76. RGB value is (158,221,118). Sum of RGB (Red+Green+Blue) = 158+221+118=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD76 is #612289. Grayscale: #BEBEBE. Windows color (decimal): -6365834 or 7789982. OLE color: 7789982.
HSL color Cylindrical-coordinate representation of color #9EDD76: hue angle of 96.7º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EDD76 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 118 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.13 |
| HSL | 96.7º | 0.6% | 0.66% | - |
| HSV(B) | 96.7º | 0.47% | 0.87% | - |
| XYZ | 43.23 | 60.29 | 26.5 | - |
| YUV | 190.42 | 87.13 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 118 | 0.29 | 0 | 0.47 | 0.13 | 96.7 | 0.6 | 0.66 |
| Hex | 9E | DD | 76 | 1D | 0 | 2F | D | 61 | 3C | 42 |
| Octal | 236 | 335 | 166 | 35 | 0 | 57 | 15 | 141 | 74 | 102 |
| Binary | 10011110 | 11011101 | 1110110 | 11101 | 0 | 101111 | 1101 | 1100001 | 111100 | 1000010 |
Color Harmonies of #9EDD76
Complementary color
Monochromatic Colors of #9EDD76
Black with #9EDD76
Text Example
Text Example
White with #9EDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD76; }
p { color: rgb(158,221,118); }
H1.HeaderClassName
{
color: #9EDD76;
}
.AnyTagClassName
{
color: #9EDD76;
}
</style>
background-color css
<style>
a { background-color: #9EDD76; }
a { background-color: rgb(158,221,118); }
div.DivClassName
{
background-color: #9EDD76;
}
.BgClassName
{
background-color: #9EDD76;
}
</style>
border-color css
<style>
span { border-color: #9EDD76; }
span { border-color: rgb(158,221,118); }
td.TdClassName
{
border-color: #9EDD76;
}
.TagClassName
{
border-color: #9EDD76;
}
</style>