Shades of Feijoa #9EFA74
Tints of Feijoa #9EFA74
RGB
CMYK
RGB Variations
Color information
#9EFA74 (or 0x9EFA74) is known color: Feijoa. HEX triplet: 9E, FA and 74. RGB value is (158,250,116). Sum of RGB (Red+Green+Blue) = 158+250+116=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFA74 is #61058B. Grayscale: #CFCFCF. Windows color (decimal): -6358412 or 7666334. OLE color: 7666334.
HSL color Cylindrical-coordinate representation of color #9EFA74: hue angle of 101.19º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EFA74 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 116 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.02 |
| HSL | 101.19º | 0.93% | 0.72% | - |
| HSV(B) | 101.19º | 0.54% | 0.98% | - |
| XYZ | 51.44 | 76.9 | 28.66 | - |
| YUV | 207.22 | 76.52 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 116 | 0.37 | 0 | 0.54 | 0.02 | 101.19 | 0.93 | 0.72 |
| Hex | 9E | FA | 74 | 25 | 0 | 36 | 2 | 65 | 5D | 48 |
| Octal | 236 | 372 | 164 | 45 | 0 | 66 | 2 | 145 | 135 | 110 |
| Binary | 10011110 | 11111010 | 1110100 | 100101 | 0 | 110110 | 10 | 1100101 | 1011101 | 1001000 |
Color Harmonies of #9EFA74
Complementary color
Monochromatic Colors of #9EFA74
Black with #9EFA74
Text Example
Text Example
White with #9EFA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA74; }
p { color: rgb(158,250,116); }
H1.HeaderClassName
{
color: #9EFA74;
}
.AnyTagClassName
{
color: #9EFA74;
}
</style>
background-color css
<style>
a { background-color: #9EFA74; }
a { background-color: rgb(158,250,116); }
div.DivClassName
{
background-color: #9EFA74;
}
.BgClassName
{
background-color: #9EFA74;
}
</style>
border-color css
<style>
span { border-color: #9EFA74; }
span { border-color: rgb(158,250,116); }
td.TdClassName
{
border-color: #9EFA74;
}
.TagClassName
{
border-color: #9EFA74;
}
</style>