Shades of Feijoa #9EE17C
Tints of Feijoa #9EE17C
RGB
CMYK
RGB Variations
Color information
#9EE17C (or 0x9EE17C) is known color: Feijoa. HEX triplet: 9E, E1 and 7C. RGB value is (158,225,124). Sum of RGB (Red+Green+Blue) = 158+225+124=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE17C is #611E83. Grayscale: #C1C1C1. Windows color (decimal): -6364804 or 8184222. OLE color: 8184222.
HSL color Cylindrical-coordinate representation of color #9EE17C: hue angle of 99.8º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EE17C is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 124 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.12 |
| HSL | 99.8º | 0.63% | 0.68% | - |
| HSV(B) | 99.8º | 0.45% | 0.88% | - |
| XYZ | 44.66 | 62.57 | 28.79 | - |
| YUV | 193.45 | 88.8 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 124 | 0.30 | 0 | 0.45 | 0.12 | 99.8 | 0.63 | 0.68 |
| Hex | 9E | E1 | 7C | 1E | 0 | 2D | C | 64 | 3F | 44 |
| Octal | 236 | 341 | 174 | 36 | 0 | 55 | 14 | 144 | 77 | 104 |
| Binary | 10011110 | 11100001 | 1111100 | 11110 | 0 | 101101 | 1100 | 1100100 | 111111 | 1000100 |
Color Harmonies of #9EE17C
Complementary color
Monochromatic Colors of #9EE17C
Black with #9EE17C
Text Example
Text Example
White with #9EE17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE17C; }
p { color: rgb(158,225,124); }
H1.HeaderClassName
{
color: #9EE17C;
}
.AnyTagClassName
{
color: #9EE17C;
}
</style>
background-color css
<style>
a { background-color: #9EE17C; }
a { background-color: rgb(158,225,124); }
div.DivClassName
{
background-color: #9EE17C;
}
.BgClassName
{
background-color: #9EE17C;
}
</style>
border-color css
<style>
span { border-color: #9EE17C; }
span { border-color: rgb(158,225,124); }
td.TdClassName
{
border-color: #9EE17C;
}
.TagClassName
{
border-color: #9EE17C;
}
</style>