Shades of Feijoa #9ED573
Tints of Feijoa #9ED573
RGB
CMYK
RGB Variations
Color information
#9ED573 (or 0x9ED573) is known color: Feijoa. HEX triplet: 9E, D5 and 73. RGB value is (158,213,115). Sum of RGB (Red+Green+Blue) = 158+213+115=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED573 is #612A8C. Grayscale: #B9B9B9. Windows color (decimal): -6367885 or 7591326. OLE color: 7591326.
HSL color Cylindrical-coordinate representation of color #9ED573: hue angle of 93.67º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ED573 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 115 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.16 |
| HSL | 93.67º | 0.54% | 0.64% | - |
| HSV(B) | 93.67º | 0.46% | 0.84% | - |
| XYZ | 40.99 | 56.1 | 24.89 | - |
| YUV | 185.38 | 88.28 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 115 | 0.26 | 0 | 0.46 | 0.16 | 93.67 | 0.54 | 0.64 |
| Hex | 9E | D5 | 73 | 1A | 0 | 2E | 10 | 5E | 36 | 40 |
| Octal | 236 | 325 | 163 | 32 | 0 | 56 | 20 | 136 | 66 | 100 |
| Binary | 10011110 | 11010101 | 1110011 | 11010 | 0 | 101110 | 10000 | 1011110 | 110110 | 1000000 |
Color Harmonies of #9ED573
Complementary color
Monochromatic Colors of #9ED573
Black with #9ED573
Text Example
Text Example
White with #9ED573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED573; }
p { color: rgb(158,213,115); }
H1.HeaderClassName
{
color: #9ED573;
}
.AnyTagClassName
{
color: #9ED573;
}
</style>
background-color css
<style>
a { background-color: #9ED573; }
a { background-color: rgb(158,213,115); }
div.DivClassName
{
background-color: #9ED573;
}
.BgClassName
{
background-color: #9ED573;
}
</style>
border-color css
<style>
span { border-color: #9ED573; }
span { border-color: rgb(158,213,115); }
td.TdClassName
{
border-color: #9ED573;
}
.TagClassName
{
border-color: #9ED573;
}
</style>