Shades of Feijoa #9EFA72
Tints of Feijoa #9EFA72
RGB
CMYK
RGB Variations
Color information
#9EFA72 (or 0x9EFA72) is known color: Feijoa. HEX triplet: 9E, FA and 72. RGB value is (158,250,114). Sum of RGB (Red+Green+Blue) = 158+250+114=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFA72 is #61058D. Grayscale: #CFCFCF. Windows color (decimal): -6358414 or 7535262. OLE color: 7535262.
HSL color Cylindrical-coordinate representation of color #9EFA72: hue angle of 100.59º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EFA72 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 114 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.02 |
| HSL | 100.59º | 0.93% | 0.71% | - |
| HSV(B) | 100.59º | 0.54% | 0.98% | - |
| XYZ | 51.32 | 76.86 | 28.05 | - |
| YUV | 206.99 | 75.52 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 114 | 0.37 | 0 | 0.54 | 0.02 | 100.59 | 0.93 | 0.71 |
| Hex | 9E | FA | 72 | 25 | 0 | 36 | 2 | 65 | 5D | 47 |
| Octal | 236 | 372 | 162 | 45 | 0 | 66 | 2 | 145 | 135 | 107 |
| Binary | 10011110 | 11111010 | 1110010 | 100101 | 0 | 110110 | 10 | 1100101 | 1011101 | 1000111 |
Color Harmonies of #9EFA72
Complementary color
Monochromatic Colors of #9EFA72
Black with #9EFA72
Text Example
Text Example
White with #9EFA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA72; }
p { color: rgb(158,250,114); }
H1.HeaderClassName
{
color: #9EFA72;
}
.AnyTagClassName
{
color: #9EFA72;
}
</style>
background-color css
<style>
a { background-color: #9EFA72; }
a { background-color: rgb(158,250,114); }
div.DivClassName
{
background-color: #9EFA72;
}
.BgClassName
{
background-color: #9EFA72;
}
</style>
border-color css
<style>
span { border-color: #9EFA72; }
span { border-color: rgb(158,250,114); }
td.TdClassName
{
border-color: #9EFA72;
}
.TagClassName
{
border-color: #9EFA72;
}
</style>