Shades of Feijoa #9EE377
Tints of Feijoa #9EE377
RGB
CMYK
RGB Variations
Color information
#9EE377 (or 0x9EE377) is known color: Feijoa. HEX triplet: 9E, E3 and 77. RGB value is (158,227,119). Sum of RGB (Red+Green+Blue) = 158+227+119=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE377 is #611C88. Grayscale: #C2C2C2. Windows color (decimal): -6364297 or 7857054. OLE color: 7857054.
HSL color Cylindrical-coordinate representation of color #9EE377: hue angle of 98.33º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EE377 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 119 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.11 |
| HSL | 98.33º | 0.66% | 0.68% | - |
| HSV(B) | 98.33º | 0.48% | 0.89% | - |
| XYZ | 44.9 | 63.54 | 27.35 | - |
| YUV | 194.06 | 85.64 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 119 | 0.30 | 0 | 0.48 | 0.11 | 98.33 | 0.66 | 0.68 |
| Hex | 9E | E3 | 77 | 1E | 0 | 30 | B | 62 | 42 | 44 |
| Octal | 236 | 343 | 167 | 36 | 0 | 60 | 13 | 142 | 102 | 104 |
| Binary | 10011110 | 11100011 | 1110111 | 11110 | 0 | 110000 | 1011 | 1100010 | 1000010 | 1000100 |
Color Harmonies of #9EE377
Complementary color
Monochromatic Colors of #9EE377
Black with #9EE377
Text Example
Text Example
White with #9EE377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE377; }
p { color: rgb(158,227,119); }
H1.HeaderClassName
{
color: #9EE377;
}
.AnyTagClassName
{
color: #9EE377;
}
</style>
background-color css
<style>
a { background-color: #9EE377; }
a { background-color: rgb(158,227,119); }
div.DivClassName
{
background-color: #9EE377;
}
.BgClassName
{
background-color: #9EE377;
}
</style>
border-color css
<style>
span { border-color: #9EE377; }
span { border-color: rgb(158,227,119); }
td.TdClassName
{
border-color: #9EE377;
}
.TagClassName
{
border-color: #9EE377;
}
</style>