Shades of Feijoa #9ED96B
Tints of Feijoa #9ED96B
RGB
CMYK
RGB Variations
Color information
#9ED96B (or 0x9ED96B) is known color: Feijoa. HEX triplet: 9E, D9 and 6B. RGB value is (158,217,107). Sum of RGB (Red+Green+Blue) = 158+217+107=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED96B is #612694. Grayscale: #BBBBBB. Windows color (decimal): -6366869 or 7068062. OLE color: 7068062.
HSL color Cylindrical-coordinate representation of color #9ED96B: hue angle of 92.18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ED96B is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 107 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.15 |
| HSL | 92.18º | 0.59% | 0.64% | - |
| HSV(B) | 92.18º | 0.51% | 0.85% | - |
| XYZ | 41.57 | 57.96 | 22.91 | - |
| YUV | 186.82 | 82.95 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 107 | 0.27 | 0 | 0.51 | 0.15 | 92.18 | 0.59 | 0.64 |
| Hex | 9E | D9 | 6B | 1B | 0 | 33 | F | 5C | 3B | 40 |
| Octal | 236 | 331 | 153 | 33 | 0 | 63 | 17 | 134 | 73 | 100 |
| Binary | 10011110 | 11011001 | 1101011 | 11011 | 0 | 110011 | 1111 | 1011100 | 111011 | 1000000 |
Color Harmonies of #9ED96B
Complementary color
Monochromatic Colors of #9ED96B
Black with #9ED96B
Text Example
Text Example
White with #9ED96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED96B; }
p { color: rgb(158,217,107); }
H1.HeaderClassName
{
color: #9ED96B;
}
.AnyTagClassName
{
color: #9ED96B;
}
</style>
background-color css
<style>
a { background-color: #9ED96B; }
a { background-color: rgb(158,217,107); }
div.DivClassName
{
background-color: #9ED96B;
}
.BgClassName
{
background-color: #9ED96B;
}
</style>
border-color css
<style>
span { border-color: #9ED96B; }
span { border-color: rgb(158,217,107); }
td.TdClassName
{
border-color: #9ED96B;
}
.TagClassName
{
border-color: #9ED96B;
}
</style>