Shades of Feijoa #9EE96C
Tints of Feijoa #9EE96C
RGB
CMYK
RGB Variations
Color information
#9EE96C (or 0x9EE96C) is known color: Feijoa. HEX triplet: 9E, E9 and 6C. RGB value is (158,233,108). Sum of RGB (Red+Green+Blue) = 158+233+108=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE96C is #611693. Grayscale: #C4C4C4. Windows color (decimal): -6362772 or 7137694. OLE color: 7137694.
HSL color Cylindrical-coordinate representation of color #9EE96C: hue angle of 96º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EE96C is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 108 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.09 |
| HSL | 96º | 0.74% | 0.67% | - |
| HSV(B) | 96º | 0.54% | 0.91% | - |
| XYZ | 45.95 | 66.63 | 24.63 | - |
| YUV | 196.33 | 78.15 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 108 | 0.32 | 0 | 0.54 | 0.09 | 96 | 0.74 | 0.67 |
| Hex | 9E | E9 | 6C | 20 | 0 | 36 | 9 | 60 | 4A | 43 |
| Octal | 236 | 351 | 154 | 40 | 0 | 66 | 11 | 140 | 112 | 103 |
| Binary | 10011110 | 11101001 | 1101100 | 100000 | 0 | 110110 | 1001 | 1100000 | 1001010 | 1000011 |
Color Harmonies of #9EE96C
Complementary color
Monochromatic Colors of #9EE96C
Black with #9EE96C
Text Example
Text Example
White with #9EE96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE96C; }
p { color: rgb(158,233,108); }
H1.HeaderClassName
{
color: #9EE96C;
}
.AnyTagClassName
{
color: #9EE96C;
}
</style>
background-color css
<style>
a { background-color: #9EE96C; }
a { background-color: rgb(158,233,108); }
div.DivClassName
{
background-color: #9EE96C;
}
.BgClassName
{
background-color: #9EE96C;
}
</style>
border-color css
<style>
span { border-color: #9EE96C; }
span { border-color: rgb(158,233,108); }
td.TdClassName
{
border-color: #9EE96C;
}
.TagClassName
{
border-color: #9EE96C;
}
</style>