Shades of Feijoa #9ED56E
Tints of Feijoa #9ED56E
RGB
CMYK
RGB Variations
Color information
#9ED56E (or 0x9ED56E) is known color: Feijoa. HEX triplet: 9E, D5 and 6E. RGB value is (158,213,110). Sum of RGB (Red+Green+Blue) = 158+213+110=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED56E is #612A91. Grayscale: #B9B9B9. Windows color (decimal): -6367890 or 7263646. OLE color: 7263646.
HSL color Cylindrical-coordinate representation of color #9ED56E: hue angle of 92.04º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9ED56E is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 110 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.16 |
| HSL | 92.04º | 0.55% | 0.63% | - |
| HSV(B) | 92.04º | 0.48% | 0.84% | - |
| XYZ | 40.71 | 55.98 | 23.41 | - |
| YUV | 184.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 110 | 0.26 | 0 | 0.48 | 0.16 | 92.04 | 0.55 | 0.63 |
| Hex | 9E | D5 | 6E | 1A | 0 | 30 | 10 | 5C | 37 | 3F |
| Octal | 236 | 325 | 156 | 32 | 0 | 60 | 20 | 134 | 67 | 77 |
| Binary | 10011110 | 11010101 | 1101110 | 11010 | 0 | 110000 | 10000 | 1011100 | 110111 | 111111 |
Color Harmonies of #9ED56E
Complementary color
Monochromatic Colors of #9ED56E
Black with #9ED56E
Text Example
Text Example
White with #9ED56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED56E; }
p { color: rgb(158,213,110); }
H1.HeaderClassName
{
color: #9ED56E;
}
.AnyTagClassName
{
color: #9ED56E;
}
</style>
background-color css
<style>
a { background-color: #9ED56E; }
a { background-color: rgb(158,213,110); }
div.DivClassName
{
background-color: #9ED56E;
}
.BgClassName
{
background-color: #9ED56E;
}
</style>
border-color css
<style>
span { border-color: #9ED56E; }
span { border-color: rgb(158,213,110); }
td.TdClassName
{
border-color: #9ED56E;
}
.TagClassName
{
border-color: #9ED56E;
}
</style>