Shades of Feijoa #9EE976
Tints of Feijoa #9EE976
RGB
CMYK
RGB Variations
Color information
#9EE976 (or 0x9EE976) is known color: Feijoa. HEX triplet: 9E, E9 and 76. RGB value is (158,233,118). Sum of RGB (Red+Green+Blue) = 158+233+118=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE976 is #611689. Grayscale: #C5C5C5. Windows color (decimal): -6362762 or 7793054. OLE color: 7793054.
HSL color Cylindrical-coordinate representation of color #9EE976: hue angle of 99.13º degrees, saturation: 0.72, 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 #9EE976 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 118 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.09 |
| HSL | 99.13º | 0.72% | 0.69% | - |
| HSV(B) | 99.13º | 0.49% | 0.91% | - |
| XYZ | 46.51 | 66.85 | 27.59 | - |
| YUV | 197.47 | 83.15 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 118 | 0.32 | 0 | 0.49 | 0.09 | 99.13 | 0.72 | 0.69 |
| Hex | 9E | E9 | 76 | 20 | 0 | 31 | 9 | 63 | 48 | 45 |
| Octal | 236 | 351 | 166 | 40 | 0 | 61 | 11 | 143 | 110 | 105 |
| Binary | 10011110 | 11101001 | 1110110 | 100000 | 0 | 110001 | 1001 | 1100011 | 1001000 | 1000101 |
Color Harmonies of #9EE976
Complementary color
Monochromatic Colors of #9EE976
Black with #9EE976
Text Example
Text Example
White with #9EE976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE976; }
p { color: rgb(158,233,118); }
H1.HeaderClassName
{
color: #9EE976;
}
.AnyTagClassName
{
color: #9EE976;
}
</style>
background-color css
<style>
a { background-color: #9EE976; }
a { background-color: rgb(158,233,118); }
div.DivClassName
{
background-color: #9EE976;
}
.BgClassName
{
background-color: #9EE976;
}
</style>
border-color css
<style>
span { border-color: #9EE976; }
span { border-color: rgb(158,233,118); }
td.TdClassName
{
border-color: #9EE976;
}
.TagClassName
{
border-color: #9EE976;
}
</style>