Shades of Feijoa #9EE966
Tints of Feijoa #9EE966
RGB
CMYK
RGB Variations
Color information
#9EE966 (or 0x9EE966) is known color: Feijoa. HEX triplet: 9E, E9 and 66. RGB value is (158,233,102). Sum of RGB (Red+Green+Blue) = 158+233+102=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE966 is #611699. Grayscale: #C4C4C4. Windows color (decimal): -6362778 or 6744478. OLE color: 6744478.
HSL color Cylindrical-coordinate representation of color #9EE966: hue angle of 94.35º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EE966 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 102 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.09 |
| HSL | 94.35º | 0.75% | 0.66% | - |
| HSV(B) | 94.35º | 0.56% | 0.91% | - |
| XYZ | 45.64 | 66.51 | 23 | - |
| YUV | 195.64 | 75.15 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 102 | 0.32 | 0 | 0.56 | 0.09 | 94.35 | 0.75 | 0.66 |
| Hex | 9E | E9 | 66 | 20 | 0 | 38 | 9 | 5E | 4B | 42 |
| Octal | 236 | 351 | 146 | 40 | 0 | 70 | 11 | 136 | 113 | 102 |
| Binary | 10011110 | 11101001 | 1100110 | 100000 | 0 | 111000 | 1001 | 1011110 | 1001011 | 1000010 |
Color Harmonies of #9EE966
Complementary color
Monochromatic Colors of #9EE966
Black with #9EE966
Text Example
Text Example
White with #9EE966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE966; }
p { color: rgb(158,233,102); }
H1.HeaderClassName
{
color: #9EE966;
}
.AnyTagClassName
{
color: #9EE966;
}
</style>
background-color css
<style>
a { background-color: #9EE966; }
a { background-color: rgb(158,233,102); }
div.DivClassName
{
background-color: #9EE966;
}
.BgClassName
{
background-color: #9EE966;
}
</style>
border-color css
<style>
span { border-color: #9EE966; }
span { border-color: rgb(158,233,102); }
td.TdClassName
{
border-color: #9EE966;
}
.TagClassName
{
border-color: #9EE966;
}
</style>