Shades of Feijoa #9EE16C
Tints of Feijoa #9EE16C
RGB
CMYK
RGB Variations
Color information
#9EE16C (or 0x9EE16C) is known color: Feijoa. HEX triplet: 9E, E1 and 6C. RGB value is (158,225,108). Sum of RGB (Red+Green+Blue) = 158+225+108=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE16C is #611E93. Grayscale: #C0C0C0. Windows color (decimal): -6364820 or 7135646. OLE color: 7135646.
HSL color Cylindrical-coordinate representation of color #9EE16C: hue angle of 94.36º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EE16C is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 108 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.12 |
| HSL | 94.36º | 0.66% | 0.65% | - |
| HSV(B) | 94.36º | 0.52% | 0.88% | - |
| XYZ | 43.73 | 62.2 | 23.89 | - |
| YUV | 191.63 | 80.8 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 108 | 0.30 | 0 | 0.52 | 0.12 | 94.36 | 0.66 | 0.65 |
| Hex | 9E | E1 | 6C | 1E | 0 | 34 | C | 5E | 42 | 41 |
| Octal | 236 | 341 | 154 | 36 | 0 | 64 | 14 | 136 | 102 | 101 |
| Binary | 10011110 | 11100001 | 1101100 | 11110 | 0 | 110100 | 1100 | 1011110 | 1000010 | 1000001 |
Color Harmonies of #9EE16C
Complementary color
Monochromatic Colors of #9EE16C
Black with #9EE16C
Text Example
Text Example
White with #9EE16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE16C; }
p { color: rgb(158,225,108); }
H1.HeaderClassName
{
color: #9EE16C;
}
.AnyTagClassName
{
color: #9EE16C;
}
</style>
background-color css
<style>
a { background-color: #9EE16C; }
a { background-color: rgb(158,225,108); }
div.DivClassName
{
background-color: #9EE16C;
}
.BgClassName
{
background-color: #9EE16C;
}
</style>
border-color css
<style>
span { border-color: #9EE16C; }
span { border-color: rgb(158,225,108); }
td.TdClassName
{
border-color: #9EE16C;
}
.TagClassName
{
border-color: #9EE16C;
}
</style>