Shades of Feijoa #9EDE78
Tints of Feijoa #9EDE78
RGB
CMYK
RGB Variations
Color information
#9EDE78 (or 0x9EDE78) is known color: Feijoa. HEX triplet: 9E, DE and 78. RGB value is (158,222,120). Sum of RGB (Red+Green+Blue) = 158+222+120=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDE78 is #612187. Grayscale: #BFBFBF. Windows color (decimal): -6365576 or 7921310. OLE color: 7921310.
HSL color Cylindrical-coordinate representation of color #9EDE78: hue angle of 97.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EDE78 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 222 | 120 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.13 |
| HSL | 97.65º | 0.61% | 0.67% | - |
| HSV(B) | 97.65º | 0.46% | 0.87% | - |
| XYZ | 43.61 | 60.87 | 27.22 | - |
| YUV | 191.24 | 87.8 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 120 | 0.29 | 0 | 0.46 | 0.13 | 97.65 | 0.61 | 0.67 |
| Hex | 9E | DE | 78 | 1D | 0 | 2E | D | 62 | 3D | 43 |
| Octal | 236 | 336 | 170 | 35 | 0 | 56 | 15 | 142 | 75 | 103 |
| Binary | 10011110 | 11011110 | 1111000 | 11101 | 0 | 101110 | 1101 | 1100010 | 111101 | 1000011 |
Color Harmonies of #9EDE78
Complementary color
Monochromatic Colors of #9EDE78
Black with #9EDE78
Text Example
Text Example
White with #9EDE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDE78; }
p { color: rgb(158,222,120); }
H1.HeaderClassName
{
color: #9EDE78;
}
.AnyTagClassName
{
color: #9EDE78;
}
</style>
background-color css
<style>
a { background-color: #9EDE78; }
a { background-color: rgb(158,222,120); }
div.DivClassName
{
background-color: #9EDE78;
}
.BgClassName
{
background-color: #9EDE78;
}
</style>
border-color css
<style>
span { border-color: #9EDE78; }
span { border-color: rgb(158,222,120); }
td.TdClassName
{
border-color: #9EDE78;
}
.TagClassName
{
border-color: #9EDE78;
}
</style>