Shades of Feijoa #9EE26B
Tints of Feijoa #9EE26B
RGB
CMYK
RGB Variations
Color information
#9EE26B (or 0x9EE26B) is known color: Feijoa. HEX triplet: 9E, E2 and 6B. RGB value is (158,226,107). Sum of RGB (Red+Green+Blue) = 158+226+107=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE26B is #611D94. Grayscale: #C0C0C0. Windows color (decimal): -6364565 or 7070366. OLE color: 7070366.
HSL color Cylindrical-coordinate representation of color #9EE26B: hue angle of 94.29º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9EE26B is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 107 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.11 |
| HSL | 94.29º | 0.67% | 0.65% | - |
| HSV(B) | 94.29º | 0.53% | 0.89% | - |
| XYZ | 43.95 | 62.72 | 23.7 | - |
| YUV | 192.1 | 79.97 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 107 | 0.30 | 0 | 0.53 | 0.11 | 94.29 | 0.67 | 0.65 |
| Hex | 9E | E2 | 6B | 1E | 0 | 35 | B | 5E | 43 | 41 |
| Octal | 236 | 342 | 153 | 36 | 0 | 65 | 13 | 136 | 103 | 101 |
| Binary | 10011110 | 11100010 | 1101011 | 11110 | 0 | 110101 | 1011 | 1011110 | 1000011 | 1000001 |
Color Harmonies of #9EE26B
Complementary color
Monochromatic Colors of #9EE26B
Black with #9EE26B
Text Example
Text Example
White with #9EE26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE26B; }
p { color: rgb(158,226,107); }
H1.HeaderClassName
{
color: #9EE26B;
}
.AnyTagClassName
{
color: #9EE26B;
}
</style>
background-color css
<style>
a { background-color: #9EE26B; }
a { background-color: rgb(158,226,107); }
div.DivClassName
{
background-color: #9EE26B;
}
.BgClassName
{
background-color: #9EE26B;
}
</style>
border-color css
<style>
span { border-color: #9EE26B; }
span { border-color: rgb(158,226,107); }
td.TdClassName
{
border-color: #9EE26B;
}
.TagClassName
{
border-color: #9EE26B;
}
</style>