Shades of Feijoa #9EDD6D
Tints of Feijoa #9EDD6D
RGB
CMYK
RGB Variations
Color information
#9EDD6D (or 0x9EDD6D) is known color: Feijoa. HEX triplet: 9E, DD and 6D. RGB value is (158,221,109). Sum of RGB (Red+Green+Blue) = 158+221+109=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD6D is #612292. Grayscale: #BDBDBD. Windows color (decimal): -6365843 or 7200158. OLE color: 7200158.
HSL color Cylindrical-coordinate representation of color #9EDD6D: hue angle of 93.75º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EDD6D is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 109 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.13 |
| HSL | 93.75º | 0.62% | 0.65% | - |
| HSV(B) | 93.75º | 0.51% | 0.87% | - |
| XYZ | 42.72 | 60.09 | 23.81 | - |
| YUV | 189.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 109 | 0.29 | 0 | 0.51 | 0.13 | 93.75 | 0.62 | 0.65 |
| Hex | 9E | DD | 6D | 1D | 0 | 33 | D | 5E | 3E | 41 |
| Octal | 236 | 335 | 155 | 35 | 0 | 63 | 15 | 136 | 76 | 101 |
| Binary | 10011110 | 11011101 | 1101101 | 11101 | 0 | 110011 | 1101 | 1011110 | 111110 | 1000001 |
Color Harmonies of #9EDD6D
Complementary color
Monochromatic Colors of #9EDD6D
Black with #9EDD6D
Text Example
Text Example
White with #9EDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD6D; }
p { color: rgb(158,221,109); }
H1.HeaderClassName
{
color: #9EDD6D;
}
.AnyTagClassName
{
color: #9EDD6D;
}
</style>
background-color css
<style>
a { background-color: #9EDD6D; }
a { background-color: rgb(158,221,109); }
div.DivClassName
{
background-color: #9EDD6D;
}
.BgClassName
{
background-color: #9EDD6D;
}
</style>
border-color css
<style>
span { border-color: #9EDD6D; }
span { border-color: rgb(158,221,109); }
td.TdClassName
{
border-color: #9EDD6D;
}
.TagClassName
{
border-color: #9EDD6D;
}
</style>