Shades of Feijoa #9EEC73
Tints of Feijoa #9EEC73
RGB
CMYK
RGB Variations
Color information
#9EEC73 (or 0x9EEC73) is known color: Feijoa. HEX triplet: 9E, EC and 73. RGB value is (158,236,115). Sum of RGB (Red+Green+Blue) = 158+236+115=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #9EEC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEC73 is #61138C. Grayscale: #C7C7C7. Windows color (decimal): -6361997 or 7597214. OLE color: 7597214.
HSL color Cylindrical-coordinate representation of color #9EEC73: hue angle of 98.68º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EEC73 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 115 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.07 |
| HSL | 98.68º | 0.76% | 0.69% | - |
| HSV(B) | 98.68º | 0.51% | 0.93% | - |
| XYZ | 47.19 | 68.5 | 26.95 | - |
| YUV | 198.88 | 80.66 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 115 | 0.33 | 0 | 0.51 | 0.07 | 98.68 | 0.76 | 0.69 |
| Hex | 9E | EC | 73 | 21 | 0 | 33 | 7 | 63 | 4C | 45 |
| Octal | 236 | 354 | 163 | 41 | 0 | 63 | 7 | 143 | 114 | 105 |
| Binary | 10011110 | 11101100 | 1110011 | 100001 | 0 | 110011 | 111 | 1100011 | 1001100 | 1000101 |
Color Harmonies of #9EEC73
Complementary color
Monochromatic Colors of #9EEC73
Black with #9EEC73
Text Example
Text Example
White with #9EEC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEC73; }
p { color: rgb(158,236,115); }
H1.HeaderClassName
{
color: #9EEC73;
}
.AnyTagClassName
{
color: #9EEC73;
}
</style>
background-color css
<style>
a { background-color: #9EEC73; }
a { background-color: rgb(158,236,115); }
div.DivClassName
{
background-color: #9EEC73;
}
.BgClassName
{
background-color: #9EEC73;
}
</style>
border-color css
<style>
span { border-color: #9EEC73; }
span { border-color: rgb(158,236,115); }
td.TdClassName
{
border-color: #9EEC73;
}
.TagClassName
{
border-color: #9EEC73;
}
</style>