Shades of Feijoa #9ED773
Tints of Feijoa #9ED773
RGB
CMYK
RGB Variations
Color information
#9ED773 (or 0x9ED773) is known color: Feijoa. HEX triplet: 9E, D7 and 73. RGB value is (158,215,115). Sum of RGB (Red+Green+Blue) = 158+215+115=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED773 is #61288C. Grayscale: #BABABA. Windows color (decimal): -6367373 or 7591838. OLE color: 7591838.
HSL color Cylindrical-coordinate representation of color #9ED773: hue angle of 94.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ED773 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 115 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.16 |
| HSL | 94.2º | 0.56% | 0.65% | - |
| HSV(B) | 94.2º | 0.47% | 0.84% | - |
| XYZ | 41.5 | 57.11 | 25.06 | - |
| YUV | 186.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 115 | 0.27 | 0 | 0.47 | 0.16 | 94.2 | 0.56 | 0.65 |
| Hex | 9E | D7 | 73 | 1B | 0 | 2F | 10 | 5E | 38 | 41 |
| Octal | 236 | 327 | 163 | 33 | 0 | 57 | 20 | 136 | 70 | 101 |
| Binary | 10011110 | 11010111 | 1110011 | 11011 | 0 | 101111 | 10000 | 1011110 | 111000 | 1000001 |
Color Harmonies of #9ED773
Complementary color
Monochromatic Colors of #9ED773
Black with #9ED773
Text Example
Text Example
White with #9ED773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED773; }
p { color: rgb(158,215,115); }
H1.HeaderClassName
{
color: #9ED773;
}
.AnyTagClassName
{
color: #9ED773;
}
</style>
background-color css
<style>
a { background-color: #9ED773; }
a { background-color: rgb(158,215,115); }
div.DivClassName
{
background-color: #9ED773;
}
.BgClassName
{
background-color: #9ED773;
}
</style>
border-color css
<style>
span { border-color: #9ED773; }
span { border-color: rgb(158,215,115); }
td.TdClassName
{
border-color: #9ED773;
}
.TagClassName
{
border-color: #9ED773;
}
</style>