Shades of Feijoa #9EFA6A
Tints of Feijoa #9EFA6A
RGB
CMYK
RGB Variations
Color information
#9EFA6A (or 0x9EFA6A) is known color: Feijoa. HEX triplet: 9E, FA and 6A. RGB value is (158,250,106). Sum of RGB (Red+Green+Blue) = 158+250+106=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFA6A is #610595. Grayscale: #CECECE. Windows color (decimal): -6358422 or 7010974. OLE color: 7010974.
HSL color Cylindrical-coordinate representation of color #9EFA6A: hue angle of 98.33º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EFA6A is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 106 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.02 |
| HSL | 98.33º | 0.94% | 0.7% | - |
| HSV(B) | 98.33º | 0.58% | 0.98% | - |
| XYZ | 50.89 | 76.68 | 25.75 | - |
| YUV | 206.08 | 71.52 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 106 | 0.37 | 0 | 0.58 | 0.02 | 98.33 | 0.94 | 0.7 |
| Hex | 9E | FA | 6A | 25 | 0 | 3A | 2 | 62 | 5E | 46 |
| Octal | 236 | 372 | 152 | 45 | 0 | 72 | 2 | 142 | 136 | 106 |
| Binary | 10011110 | 11111010 | 1101010 | 100101 | 0 | 111010 | 10 | 1100010 | 1011110 | 1000110 |
Color Harmonies of #9EFA6A
Complementary color
Monochromatic Colors of #9EFA6A
Black with #9EFA6A
Text Example
Text Example
White with #9EFA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA6A; }
p { color: rgb(158,250,106); }
H1.HeaderClassName
{
color: #9EFA6A;
}
.AnyTagClassName
{
color: #9EFA6A;
}
</style>
background-color css
<style>
a { background-color: #9EFA6A; }
a { background-color: rgb(158,250,106); }
div.DivClassName
{
background-color: #9EFA6A;
}
.BgClassName
{
background-color: #9EFA6A;
}
</style>
border-color css
<style>
span { border-color: #9EFA6A; }
span { border-color: rgb(158,250,106); }
td.TdClassName
{
border-color: #9EFA6A;
}
.TagClassName
{
border-color: #9EFA6A;
}
</style>