Shades of Feijoa #9EE86B
Tints of Feijoa #9EE86B
RGB
CMYK
RGB Variations
Color information
#9EE86B (or 0x9EE86B) is known color: Feijoa. HEX triplet: 9E, E8 and 6B. RGB value is (158,232,107). Sum of RGB (Red+Green+Blue) = 158+232+107=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE86B is #611794. Grayscale: #C4C4C4. Windows color (decimal): -6363029 or 7071902. OLE color: 7071902.
HSL color Cylindrical-coordinate representation of color #9EE86B: hue angle of 95.52º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EE86B is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 107 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.09 |
| HSL | 95.52º | 0.73% | 0.66% | - |
| HSV(B) | 95.52º | 0.54% | 0.91% | - |
| XYZ | 45.61 | 66.04 | 24.25 | - |
| YUV | 195.62 | 77.98 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 107 | 0.32 | 0 | 0.54 | 0.09 | 95.52 | 0.73 | 0.66 |
| Hex | 9E | E8 | 6B | 20 | 0 | 36 | 9 | 60 | 49 | 42 |
| Octal | 236 | 350 | 153 | 40 | 0 | 66 | 11 | 140 | 111 | 102 |
| Binary | 10011110 | 11101000 | 1101011 | 100000 | 0 | 110110 | 1001 | 1100000 | 1001001 | 1000010 |
Color Harmonies of #9EE86B
Complementary color
Monochromatic Colors of #9EE86B
Black with #9EE86B
Text Example
Text Example
White with #9EE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE86B; }
p { color: rgb(158,232,107); }
H1.HeaderClassName
{
color: #9EE86B;
}
.AnyTagClassName
{
color: #9EE86B;
}
</style>
background-color css
<style>
a { background-color: #9EE86B; }
a { background-color: rgb(158,232,107); }
div.DivClassName
{
background-color: #9EE86B;
}
.BgClassName
{
background-color: #9EE86B;
}
</style>
border-color css
<style>
span { border-color: #9EE86B; }
span { border-color: rgb(158,232,107); }
td.TdClassName
{
border-color: #9EE86B;
}
.TagClassName
{
border-color: #9EE86B;
}
</style>