Shades of Feijoa #9EDA76
Tints of Feijoa #9EDA76
RGB
CMYK
RGB Variations
Color information
#9EDA76 (or 0x9EDA76) is known color: Feijoa. HEX triplet: 9E, DA and 76. RGB value is (158,218,118). Sum of RGB (Red+Green+Blue) = 158+218+118=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA76 is #612589. Grayscale: #BDBDBD. Windows color (decimal): -6366602 or 7789214. OLE color: 7789214.
HSL color Cylindrical-coordinate representation of color #9EDA76: hue angle of 96º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EDA76 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 118 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.15 |
| HSL | 96º | 0.57% | 0.66% | - |
| HSV(B) | 96º | 0.46% | 0.85% | - |
| XYZ | 42.44 | 58.72 | 26.24 | - |
| YUV | 188.66 | 88.12 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 118 | 0.28 | 0 | 0.46 | 0.15 | 96 | 0.57 | 0.66 |
| Hex | 9E | DA | 76 | 1C | 0 | 2E | F | 60 | 39 | 42 |
| Octal | 236 | 332 | 166 | 34 | 0 | 56 | 17 | 140 | 71 | 102 |
| Binary | 10011110 | 11011010 | 1110110 | 11100 | 0 | 101110 | 1111 | 1100000 | 111001 | 1000010 |
Color Harmonies of #9EDA76
Complementary color
Monochromatic Colors of #9EDA76
Black with #9EDA76
Text Example
Text Example
White with #9EDA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA76; }
p { color: rgb(158,218,118); }
H1.HeaderClassName
{
color: #9EDA76;
}
.AnyTagClassName
{
color: #9EDA76;
}
</style>
background-color css
<style>
a { background-color: #9EDA76; }
a { background-color: rgb(158,218,118); }
div.DivClassName
{
background-color: #9EDA76;
}
.BgClassName
{
background-color: #9EDA76;
}
</style>
border-color css
<style>
span { border-color: #9EDA76; }
span { border-color: rgb(158,218,118); }
td.TdClassName
{
border-color: #9EDA76;
}
.TagClassName
{
border-color: #9EDA76;
}
</style>