Shades of Feijoa #9ED673
Tints of Feijoa #9ED673
RGB
CMYK
RGB Variations
Color information
#9ED673 (or 0x9ED673) is known color: Feijoa. HEX triplet: 9E, D6 and 73. RGB value is (158,214,115). Sum of RGB (Red+Green+Blue) = 158+214+115=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED673 is #61298C. Grayscale: #BABABA. Windows color (decimal): -6367629 or 7591582. OLE color: 7591582.
HSL color Cylindrical-coordinate representation of color #9ED673: hue angle of 93.94º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ED673 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 115 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.16 |
| HSL | 93.94º | 0.55% | 0.65% | - |
| HSV(B) | 93.94º | 0.46% | 0.84% | - |
| XYZ | 41.24 | 56.6 | 24.97 | - |
| YUV | 185.97 | 87.95 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 115 | 0.26 | 0 | 0.46 | 0.16 | 93.94 | 0.55 | 0.65 |
| Hex | 9E | D6 | 73 | 1A | 0 | 2E | 10 | 5E | 37 | 41 |
| Octal | 236 | 326 | 163 | 32 | 0 | 56 | 20 | 136 | 67 | 101 |
| Binary | 10011110 | 11010110 | 1110011 | 11010 | 0 | 101110 | 10000 | 1011110 | 110111 | 1000001 |
Color Harmonies of #9ED673
Complementary color
Monochromatic Colors of #9ED673
Black with #9ED673
Text Example
Text Example
White with #9ED673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED673; }
p { color: rgb(158,214,115); }
H1.HeaderClassName
{
color: #9ED673;
}
.AnyTagClassName
{
color: #9ED673;
}
</style>
background-color css
<style>
a { background-color: #9ED673; }
a { background-color: rgb(158,214,115); }
div.DivClassName
{
background-color: #9ED673;
}
.BgClassName
{
background-color: #9ED673;
}
</style>
border-color css
<style>
span { border-color: #9ED673; }
span { border-color: rgb(158,214,115); }
td.TdClassName
{
border-color: #9ED673;
}
.TagClassName
{
border-color: #9ED673;
}
</style>