Shades of Feijoa #9EE36A
Tints of Feijoa #9EE36A
RGB
CMYK
RGB Variations
Color information
#9EE36A (or 0x9EE36A) is known color: Feijoa. HEX triplet: 9E, E3 and 6A. RGB value is (158,227,106). Sum of RGB (Red+Green+Blue) = 158+227+106=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE36A is #611C95. Grayscale: #C0C0C0. Windows color (decimal): -6364310 or 7005086. OLE color: 7005086.
HSL color Cylindrical-coordinate representation of color #9EE36A: hue angle of 94.21º degrees, saturation: 0.68, 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 #9EE36A is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 106 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.11 |
| HSL | 94.21º | 0.68% | 0.65% | - |
| HSV(B) | 94.21º | 0.53% | 0.89% | - |
| XYZ | 44.17 | 63.25 | 23.52 | - |
| YUV | 192.58 | 79.14 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 106 | 0.30 | 0 | 0.53 | 0.11 | 94.21 | 0.68 | 0.65 |
| Hex | 9E | E3 | 6A | 1E | 0 | 35 | B | 5E | 44 | 41 |
| Octal | 236 | 343 | 152 | 36 | 0 | 65 | 13 | 136 | 104 | 101 |
| Binary | 10011110 | 11100011 | 1101010 | 11110 | 0 | 110101 | 1011 | 1011110 | 1000100 | 1000001 |
Color Harmonies of #9EE36A
Complementary color
Monochromatic Colors of #9EE36A
Black with #9EE36A
Text Example
Text Example
White with #9EE36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE36A; }
p { color: rgb(158,227,106); }
H1.HeaderClassName
{
color: #9EE36A;
}
.AnyTagClassName
{
color: #9EE36A;
}
</style>
background-color css
<style>
a { background-color: #9EE36A; }
a { background-color: rgb(158,227,106); }
div.DivClassName
{
background-color: #9EE36A;
}
.BgClassName
{
background-color: #9EE36A;
}
</style>
border-color css
<style>
span { border-color: #9EE36A; }
span { border-color: rgb(158,227,106); }
td.TdClassName
{
border-color: #9EE36A;
}
.TagClassName
{
border-color: #9EE36A;
}
</style>