Shades of Feijoa #9EF473
Tints of Feijoa #9EF473
RGB
CMYK
RGB Variations
Color information
#9EF473 (or 0x9EF473) is known color: Feijoa. HEX triplet: 9E, F4 and 73. RGB value is (158,244,115). Sum of RGB (Red+Green+Blue) = 158+244+115=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF473 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF473 is #610B8C. Grayscale: #CCCCCC. Windows color (decimal): -6359949 or 7599262. OLE color: 7599262.
HSL color Cylindrical-coordinate representation of color #9EF473: hue angle of 100º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9EF473 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 244 | 115 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.04 |
| HSL | 100º | 0.85% | 0.7% | - |
| HSV(B) | 100º | 0.53% | 0.96% | - |
| XYZ | 49.55 | 73.21 | 27.74 | - |
| YUV | 203.58 | 78.01 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 244 | 115 | 0.35 | 0 | 0.53 | 0.04 | 100 | 0.85 | 0.7 |
| Hex | 9E | F4 | 73 | 23 | 0 | 35 | 4 | 64 | 55 | 46 |
| Octal | 236 | 364 | 163 | 43 | 0 | 65 | 4 | 144 | 125 | 106 |
| Binary | 10011110 | 11110100 | 1110011 | 100011 | 0 | 110101 | 100 | 1100100 | 1010101 | 1000110 |
Color Harmonies of #9EF473
Complementary color
Monochromatic Colors of #9EF473
Black with #9EF473
Text Example
Text Example
White with #9EF473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF473; }
p { color: rgb(158,244,115); }
H1.HeaderClassName
{
color: #9EF473;
}
.AnyTagClassName
{
color: #9EF473;
}
</style>
background-color css
<style>
a { background-color: #9EF473; }
a { background-color: rgb(158,244,115); }
div.DivClassName
{
background-color: #9EF473;
}
.BgClassName
{
background-color: #9EF473;
}
</style>
border-color css
<style>
span { border-color: #9EF473; }
span { border-color: rgb(158,244,115); }
td.TdClassName
{
border-color: #9EF473;
}
.TagClassName
{
border-color: #9EF473;
}
</style>