Shades of Feijoa #9ED56D
Tints of Feijoa #9ED56D
RGB
CMYK
RGB Variations
Color information
#9ED56D (or 0x9ED56D) is known color: Feijoa. HEX triplet: 9E, D5 and 6D. RGB value is (158,213,109). Sum of RGB (Red+Green+Blue) = 158+213+109=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED56D is #612A92. Grayscale: #B9B9B9. Windows color (decimal): -6367891 or 7198110. OLE color: 7198110.
HSL color Cylindrical-coordinate representation of color #9ED56D: hue angle of 91.73º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ED56D is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 109 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.16 |
| HSL | 91.73º | 0.55% | 0.63% | - |
| HSV(B) | 91.73º | 0.49% | 0.84% | - |
| XYZ | 40.66 | 55.96 | 23.13 | - |
| YUV | 184.7 | 85.28 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 109 | 0.26 | 0 | 0.49 | 0.16 | 91.73 | 0.55 | 0.63 |
| Hex | 9E | D5 | 6D | 1A | 0 | 31 | 10 | 5C | 37 | 3F |
| Octal | 236 | 325 | 155 | 32 | 0 | 61 | 20 | 134 | 67 | 77 |
| Binary | 10011110 | 11010101 | 1101101 | 11010 | 0 | 110001 | 10000 | 1011100 | 110111 | 111111 |
Color Harmonies of #9ED56D
Complementary color
Monochromatic Colors of #9ED56D
Black with #9ED56D
Text Example
Text Example
White with #9ED56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED56D; }
p { color: rgb(158,213,109); }
H1.HeaderClassName
{
color: #9ED56D;
}
.AnyTagClassName
{
color: #9ED56D;
}
</style>
background-color css
<style>
a { background-color: #9ED56D; }
a { background-color: rgb(158,213,109); }
div.DivClassName
{
background-color: #9ED56D;
}
.BgClassName
{
background-color: #9ED56D;
}
</style>
border-color css
<style>
span { border-color: #9ED56D; }
span { border-color: rgb(158,213,109); }
td.TdClassName
{
border-color: #9ED56D;
}
.TagClassName
{
border-color: #9ED56D;
}
</style>