Shades of Feijoa #9EE06D
Tints of Feijoa #9EE06D
RGB
CMYK
RGB Variations
Color information
#9EE06D (or 0x9EE06D) is known color: Feijoa. HEX triplet: 9E, E0 and 6D. RGB value is (158,224,109). Sum of RGB (Red+Green+Blue) = 158+224+109=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE06D is #611F92. Grayscale: #BFBFBF. Windows color (decimal): -6365075 or 7200926. OLE color: 7200926.
HSL color Cylindrical-coordinate representation of color #9EE06D: hue angle of 94.43º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EE06D is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 109 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.12 |
| HSL | 94.43º | 0.65% | 0.65% | - |
| HSV(B) | 94.43º | 0.51% | 0.88% | - |
| XYZ | 43.52 | 61.68 | 24.08 | - |
| YUV | 191.16 | 81.63 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 109 | 0.29 | 0 | 0.51 | 0.12 | 94.43 | 0.65 | 0.65 |
| Hex | 9E | E0 | 6D | 1D | 0 | 33 | C | 5E | 41 | 41 |
| Octal | 236 | 340 | 155 | 35 | 0 | 63 | 14 | 136 | 101 | 101 |
| Binary | 10011110 | 11100000 | 1101101 | 11101 | 0 | 110011 | 1100 | 1011110 | 1000001 | 1000001 |
Color Harmonies of #9EE06D
Complementary color
Monochromatic Colors of #9EE06D
Black with #9EE06D
Text Example
Text Example
White with #9EE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE06D; }
p { color: rgb(158,224,109); }
H1.HeaderClassName
{
color: #9EE06D;
}
.AnyTagClassName
{
color: #9EE06D;
}
</style>
background-color css
<style>
a { background-color: #9EE06D; }
a { background-color: rgb(158,224,109); }
div.DivClassName
{
background-color: #9EE06D;
}
.BgClassName
{
background-color: #9EE06D;
}
</style>
border-color css
<style>
span { border-color: #9EE06D; }
span { border-color: rgb(158,224,109); }
td.TdClassName
{
border-color: #9EE06D;
}
.TagClassName
{
border-color: #9EE06D;
}
</style>