Shades of Feijoa #9EE26A
Tints of Feijoa #9EE26A
RGB
CMYK
RGB Variations
Color information
#9EE26A (or 0x9EE26A) is known color: Feijoa. HEX triplet: 9E, E2 and 6A. RGB value is (158,226,106). Sum of RGB (Red+Green+Blue) = 158+226+106=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE26A is #611D95. Grayscale: #C0C0C0. Windows color (decimal): -6364566 or 7004830. OLE color: 7004830.
HSL color Cylindrical-coordinate representation of color #9EE26A: hue angle of 94º 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 #9EE26A is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 106 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.11 |
| HSL | 94º | 0.67% | 0.65% | - |
| HSV(B) | 94º | 0.53% | 0.89% | - |
| XYZ | 43.9 | 62.7 | 23.42 | - |
| YUV | 191.99 | 79.47 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 106 | 0.30 | 0 | 0.53 | 0.11 | 94 | 0.67 | 0.65 |
| Hex | 9E | E2 | 6A | 1E | 0 | 35 | B | 5E | 43 | 41 |
| Octal | 236 | 342 | 152 | 36 | 0 | 65 | 13 | 136 | 103 | 101 |
| Binary | 10011110 | 11100010 | 1101010 | 11110 | 0 | 110101 | 1011 | 1011110 | 1000011 | 1000001 |
Color Harmonies of #9EE26A
Complementary color
Monochromatic Colors of #9EE26A
Black with #9EE26A
Text Example
Text Example
White with #9EE26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE26A; }
p { color: rgb(158,226,106); }
H1.HeaderClassName
{
color: #9EE26A;
}
.AnyTagClassName
{
color: #9EE26A;
}
</style>
background-color css
<style>
a { background-color: #9EE26A; }
a { background-color: rgb(158,226,106); }
div.DivClassName
{
background-color: #9EE26A;
}
.BgClassName
{
background-color: #9EE26A;
}
</style>
border-color css
<style>
span { border-color: #9EE26A; }
span { border-color: rgb(158,226,106); }
td.TdClassName
{
border-color: #9EE26A;
}
.TagClassName
{
border-color: #9EE26A;
}
</style>