Shades of Feijoa #9EDF76
Tints of Feijoa #9EDF76
RGB
CMYK
RGB Variations
Color information
#9EDF76 (or 0x9EDF76) is known color: Feijoa. HEX triplet: 9E, DF and 76. RGB value is (158,223,118). Sum of RGB (Red+Green+Blue) = 158+223+118=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDF76 is #612089. Grayscale: #BFBFBF. Windows color (decimal): -6365322 or 7790494. OLE color: 7790494.
HSL color Cylindrical-coordinate representation of color #9EDF76: hue angle of 97.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EDF76 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 118 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.13 |
| HSL | 97.14º | 0.62% | 0.67% | - |
| HSV(B) | 97.14º | 0.47% | 0.87% | - |
| XYZ | 43.76 | 61.35 | 26.68 | - |
| YUV | 191.6 | 86.47 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 118 | 0.29 | 0 | 0.47 | 0.13 | 97.14 | 0.62 | 0.67 |
| Hex | 9E | DF | 76 | 1D | 0 | 2F | D | 61 | 3E | 43 |
| Octal | 236 | 337 | 166 | 35 | 0 | 57 | 15 | 141 | 76 | 103 |
| Binary | 10011110 | 11011111 | 1110110 | 11101 | 0 | 101111 | 1101 | 1100001 | 111110 | 1000011 |
Color Harmonies of #9EDF76
Complementary color
Monochromatic Colors of #9EDF76
Black with #9EDF76
Text Example
Text Example
White with #9EDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDF76; }
p { color: rgb(158,223,118); }
H1.HeaderClassName
{
color: #9EDF76;
}
.AnyTagClassName
{
color: #9EDF76;
}
</style>
background-color css
<style>
a { background-color: #9EDF76; }
a { background-color: rgb(158,223,118); }
div.DivClassName
{
background-color: #9EDF76;
}
.BgClassName
{
background-color: #9EDF76;
}
</style>
border-color css
<style>
span { border-color: #9EDF76; }
span { border-color: rgb(158,223,118); }
td.TdClassName
{
border-color: #9EDF76;
}
.TagClassName
{
border-color: #9EDF76;
}
</style>