Shades of Feijoa #9EE76F
Tints of Feijoa #9EE76F
RGB
CMYK
RGB Variations
Color information
#9EE76F (or 0x9EE76F) is known color: Feijoa. HEX triplet: 9E, E7 and 6F. RGB value is (158,231,111). Sum of RGB (Red+Green+Blue) = 158+231+111=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE76F is #611890. Grayscale: #C3C3C3. Windows color (decimal): -6363281 or 7333790. OLE color: 7333790.
HSL color Cylindrical-coordinate representation of color #9EE76F: hue angle of 96.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EE76F is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 231 | 111 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.09 |
| HSL | 96.5º | 0.71% | 0.67% | - |
| HSV(B) | 96.5º | 0.52% | 0.91% | - |
| XYZ | 45.55 | 65.57 | 25.29 | - |
| YUV | 195.49 | 80.32 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 231 | 111 | 0.32 | 0 | 0.52 | 0.09 | 96.5 | 0.71 | 0.67 |
| Hex | 9E | E7 | 6F | 20 | 0 | 34 | 9 | 60 | 47 | 43 |
| Octal | 236 | 347 | 157 | 40 | 0 | 64 | 11 | 140 | 107 | 103 |
| Binary | 10011110 | 11100111 | 1101111 | 100000 | 0 | 110100 | 1001 | 1100000 | 1000111 | 1000011 |
Color Harmonies of #9EE76F
Complementary color
Monochromatic Colors of #9EE76F
Black with #9EE76F
Text Example
Text Example
White with #9EE76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE76F; }
p { color: rgb(158,231,111); }
H1.HeaderClassName
{
color: #9EE76F;
}
.AnyTagClassName
{
color: #9EE76F;
}
</style>
background-color css
<style>
a { background-color: #9EE76F; }
a { background-color: rgb(158,231,111); }
div.DivClassName
{
background-color: #9EE76F;
}
.BgClassName
{
background-color: #9EE76F;
}
</style>
border-color css
<style>
span { border-color: #9EE76F; }
span { border-color: rgb(158,231,111); }
td.TdClassName
{
border-color: #9EE76F;
}
.TagClassName
{
border-color: #9EE76F;
}
</style>