Shades of Feijoa #9EDE79
Tints of Feijoa #9EDE79
RGB
CMYK
RGB Variations
Color information
#9EDE79 (or 0x9EDE79) is known color: Feijoa. HEX triplet: 9E, DE and 79. RGB value is (158,222,121). Sum of RGB (Red+Green+Blue) = 158+222+121=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDE79 is #612186. Grayscale: #BFBFBF. Windows color (decimal): -6365575 or 7986846. OLE color: 7986846.
HSL color Cylindrical-coordinate representation of color #9EDE79: hue angle of 98.02º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EDE79 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 222 | 121 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.13 |
| HSL | 98.02º | 0.6% | 0.67% | - |
| HSV(B) | 98.02º | 0.45% | 0.87% | - |
| XYZ | 43.67 | 60.89 | 27.54 | - |
| YUV | 191.35 | 88.3 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 121 | 0.29 | 0 | 0.45 | 0.13 | 98.02 | 0.6 | 0.67 |
| Hex | 9E | DE | 79 | 1D | 0 | 2D | D | 62 | 3C | 43 |
| Octal | 236 | 336 | 171 | 35 | 0 | 55 | 15 | 142 | 74 | 103 |
| Binary | 10011110 | 11011110 | 1111001 | 11101 | 0 | 101101 | 1101 | 1100010 | 111100 | 1000011 |
Color Harmonies of #9EDE79
Complementary color
Monochromatic Colors of #9EDE79
Black with #9EDE79
Text Example
Text Example
White with #9EDE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDE79; }
p { color: rgb(158,222,121); }
H1.HeaderClassName
{
color: #9EDE79;
}
.AnyTagClassName
{
color: #9EDE79;
}
</style>
background-color css
<style>
a { background-color: #9EDE79; }
a { background-color: rgb(158,222,121); }
div.DivClassName
{
background-color: #9EDE79;
}
.BgClassName
{
background-color: #9EDE79;
}
</style>
border-color css
<style>
span { border-color: #9EDE79; }
span { border-color: rgb(158,222,121); }
td.TdClassName
{
border-color: #9EDE79;
}
.TagClassName
{
border-color: #9EDE79;
}
</style>