Shades of Feijoa #9EE076
Tints of Feijoa #9EE076
RGB
CMYK
RGB Variations
Color information
#9EE076 (or 0x9EE076) is known color: Feijoa. HEX triplet: 9E, E0 and 76. RGB value is (158,224,118). Sum of RGB (Red+Green+Blue) = 158+224+118=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE076 is #611F89. Grayscale: #C0C0C0. Windows color (decimal): -6365066 or 7790750. OLE color: 7790750.
HSL color Cylindrical-coordinate representation of color #9EE076: hue angle of 97.36º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EE076 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 118 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.12 |
| HSL | 97.36º | 0.63% | 0.67% | - |
| HSV(B) | 97.36º | 0.47% | 0.88% | - |
| XYZ | 44.03 | 61.89 | 26.76 | - |
| YUV | 192.18 | 86.13 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 118 | 0.29 | 0 | 0.47 | 0.12 | 97.36 | 0.63 | 0.67 |
| Hex | 9E | E0 | 76 | 1D | 0 | 2F | C | 61 | 3F | 43 |
| Octal | 236 | 340 | 166 | 35 | 0 | 57 | 14 | 141 | 77 | 103 |
| Binary | 10011110 | 11100000 | 1110110 | 11101 | 0 | 101111 | 1100 | 1100001 | 111111 | 1000011 |
Color Harmonies of #9EE076
Complementary color
Monochromatic Colors of #9EE076
Black with #9EE076
Text Example
Text Example
White with #9EE076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE076; }
p { color: rgb(158,224,118); }
H1.HeaderClassName
{
color: #9EE076;
}
.AnyTagClassName
{
color: #9EE076;
}
</style>
background-color css
<style>
a { background-color: #9EE076; }
a { background-color: rgb(158,224,118); }
div.DivClassName
{
background-color: #9EE076;
}
.BgClassName
{
background-color: #9EE076;
}
</style>
border-color css
<style>
span { border-color: #9EE076; }
span { border-color: rgb(158,224,118); }
td.TdClassName
{
border-color: #9EE076;
}
.TagClassName
{
border-color: #9EE076;
}
</style>