Shades of Feijoa #9EE96F
Tints of Feijoa #9EE96F
RGB
CMYK
RGB Variations
Color information
#9EE96F (or 0x9EE96F) is known color: Feijoa. HEX triplet: 9E, E9 and 6F. RGB value is (158,233,111). Sum of RGB (Red+Green+Blue) = 158+233+111=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE96F is #611690. Grayscale: #C5C5C5. Windows color (decimal): -6362769 or 7334302. OLE color: 7334302.
HSL color Cylindrical-coordinate representation of color #9EE96F: hue angle of 96.89º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EE96F is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 111 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.09 |
| HSL | 96.89º | 0.73% | 0.67% | - |
| HSV(B) | 96.89º | 0.52% | 0.91% | - |
| XYZ | 46.11 | 66.69 | 25.48 | - |
| YUV | 196.67 | 79.65 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 111 | 0.32 | 0 | 0.52 | 0.09 | 96.89 | 0.73 | 0.67 |
| Hex | 9E | E9 | 6F | 20 | 0 | 34 | 9 | 61 | 49 | 43 |
| Octal | 236 | 351 | 157 | 40 | 0 | 64 | 11 | 141 | 111 | 103 |
| Binary | 10011110 | 11101001 | 1101111 | 100000 | 0 | 110100 | 1001 | 1100001 | 1001001 | 1000011 |
Color Harmonies of #9EE96F
Complementary color
Monochromatic Colors of #9EE96F
Black with #9EE96F
Text Example
Text Example
White with #9EE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE96F; }
p { color: rgb(158,233,111); }
H1.HeaderClassName
{
color: #9EE96F;
}
.AnyTagClassName
{
color: #9EE96F;
}
</style>
background-color css
<style>
a { background-color: #9EE96F; }
a { background-color: rgb(158,233,111); }
div.DivClassName
{
background-color: #9EE96F;
}
.BgClassName
{
background-color: #9EE96F;
}
</style>
border-color css
<style>
span { border-color: #9EE96F; }
span { border-color: rgb(158,233,111); }
td.TdClassName
{
border-color: #9EE96F;
}
.TagClassName
{
border-color: #9EE96F;
}
</style>