Shades of Feijoa #9EE876
Tints of Feijoa #9EE876
RGB
CMYK
RGB Variations
Color information
#9EE876 (or 0x9EE876) is known color: Feijoa. HEX triplet: 9E, E8 and 76. RGB value is (158,232,118). Sum of RGB (Red+Green+Blue) = 158+232+118=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE876 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE876 is #611789. Grayscale: #C5C5C5. Windows color (decimal): -6363018 or 7792798. OLE color: 7792798.
HSL color Cylindrical-coordinate representation of color #9EE876: hue angle of 98.95º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EE876 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 118 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.09 |
| HSL | 98.95º | 0.71% | 0.69% | - |
| HSV(B) | 98.95º | 0.49% | 0.91% | - |
| XYZ | 46.23 | 66.29 | 27.5 | - |
| YUV | 196.88 | 83.48 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 118 | 0.32 | 0 | 0.49 | 0.09 | 98.95 | 0.71 | 0.69 |
| Hex | 9E | E8 | 76 | 20 | 0 | 31 | 9 | 63 | 47 | 45 |
| Octal | 236 | 350 | 166 | 40 | 0 | 61 | 11 | 143 | 107 | 105 |
| Binary | 10011110 | 11101000 | 1110110 | 100000 | 0 | 110001 | 1001 | 1100011 | 1000111 | 1000101 |
Color Harmonies of #9EE876
Complementary color
Monochromatic Colors of #9EE876
Black with #9EE876
Text Example
Text Example
White with #9EE876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE876; }
p { color: rgb(158,232,118); }
H1.HeaderClassName
{
color: #9EE876;
}
.AnyTagClassName
{
color: #9EE876;
}
</style>
background-color css
<style>
a { background-color: #9EE876; }
a { background-color: rgb(158,232,118); }
div.DivClassName
{
background-color: #9EE876;
}
.BgClassName
{
background-color: #9EE876;
}
</style>
border-color css
<style>
span { border-color: #9EE876; }
span { border-color: rgb(158,232,118); }
td.TdClassName
{
border-color: #9EE876;
}
.TagClassName
{
border-color: #9EE876;
}
</style>