Shades of Feijoa #9EE76D
Tints of Feijoa #9EE76D
RGB
CMYK
RGB Variations
Color information
#9EE76D (or 0x9EE76D) is known color: Feijoa. HEX triplet: 9E, E7 and 6D. RGB value is (158,231,109). Sum of RGB (Red+Green+Blue) = 158+231+109=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE76D is #611892. Grayscale: #C3C3C3. Windows color (decimal): -6363283 or 7202718. OLE color: 7202718.
HSL color Cylindrical-coordinate representation of color #9EE76D: hue angle of 95.9º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9EE76D is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 231 | 109 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.09 |
| HSL | 95.9º | 0.72% | 0.67% | - |
| HSV(B) | 95.9º | 0.53% | 0.91% | - |
| XYZ | 45.44 | 65.53 | 24.72 | - |
| YUV | 195.27 | 79.32 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 231 | 109 | 0.32 | 0 | 0.53 | 0.09 | 95.9 | 0.72 | 0.67 |
| Hex | 9E | E7 | 6D | 20 | 0 | 35 | 9 | 60 | 48 | 43 |
| Octal | 236 | 347 | 155 | 40 | 0 | 65 | 11 | 140 | 110 | 103 |
| Binary | 10011110 | 11100111 | 1101101 | 100000 | 0 | 110101 | 1001 | 1100000 | 1001000 | 1000011 |
Color Harmonies of #9EE76D
Complementary color
Monochromatic Colors of #9EE76D
Black with #9EE76D
Text Example
Text Example
White with #9EE76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE76D; }
p { color: rgb(158,231,109); }
H1.HeaderClassName
{
color: #9EE76D;
}
.AnyTagClassName
{
color: #9EE76D;
}
</style>
background-color css
<style>
a { background-color: #9EE76D; }
a { background-color: rgb(158,231,109); }
div.DivClassName
{
background-color: #9EE76D;
}
.BgClassName
{
background-color: #9EE76D;
}
</style>
border-color css
<style>
span { border-color: #9EE76D; }
span { border-color: rgb(158,231,109); }
td.TdClassName
{
border-color: #9EE76D;
}
.TagClassName
{
border-color: #9EE76D;
}
</style>