Shades of Feijoa #9ED96C
Tints of Feijoa #9ED96C
RGB
CMYK
RGB Variations
Color information
#9ED96C (or 0x9ED96C) is known color: Feijoa. HEX triplet: 9E, D9 and 6C. RGB value is (158,217,108). Sum of RGB (Red+Green+Blue) = 158+217+108=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED96C is #612693. Grayscale: #BBBBBB. Windows color (decimal): -6366868 or 7133598. OLE color: 7133598.
HSL color Cylindrical-coordinate representation of color #9ED96C: hue angle of 92.48º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ED96C is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 108 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.15 |
| HSL | 92.48º | 0.59% | 0.64% | - |
| HSV(B) | 92.48º | 0.5% | 0.85% | - |
| XYZ | 41.62 | 57.98 | 23.18 | - |
| YUV | 186.93 | 83.45 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 108 | 0.27 | 0 | 0.50 | 0.15 | 92.48 | 0.59 | 0.64 |
| Hex | 9E | D9 | 6C | 1B | 0 | 32 | F | 5C | 3B | 40 |
| Octal | 236 | 331 | 154 | 33 | 0 | 62 | 17 | 134 | 73 | 100 |
| Binary | 10011110 | 11011001 | 1101100 | 11011 | 0 | 110010 | 1111 | 1011100 | 111011 | 1000000 |
Color Harmonies of #9ED96C
Complementary color
Monochromatic Colors of #9ED96C
Black with #9ED96C
Text Example
Text Example
White with #9ED96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED96C; }
p { color: rgb(158,217,108); }
H1.HeaderClassName
{
color: #9ED96C;
}
.AnyTagClassName
{
color: #9ED96C;
}
</style>
background-color css
<style>
a { background-color: #9ED96C; }
a { background-color: rgb(158,217,108); }
div.DivClassName
{
background-color: #9ED96C;
}
.BgClassName
{
background-color: #9ED96C;
}
</style>
border-color css
<style>
span { border-color: #9ED96C; }
span { border-color: rgb(158,217,108); }
td.TdClassName
{
border-color: #9ED96C;
}
.TagClassName
{
border-color: #9ED96C;
}
</style>