Shades of Feijoa #9EF266
Tints of Feijoa #9EF266
RGB
CMYK
RGB Variations
Color information
#9EF266 (or 0x9EF266) is known color: Feijoa. HEX triplet: 9E, F2 and 66. RGB value is (158,242,102). Sum of RGB (Red+Green+Blue) = 158+242+102=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF266 is #610D99. Grayscale: #C9C9C9. Windows color (decimal): -6360474 or 6746782. OLE color: 6746782.
HSL color Cylindrical-coordinate representation of color #9EF266: hue angle of 96º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EF266 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 102 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.05 |
| HSL | 96º | 0.84% | 0.67% | - |
| HSV(B) | 96º | 0.58% | 0.95% | - |
| XYZ | 48.25 | 71.73 | 23.87 | - |
| YUV | 200.92 | 72.17 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 102 | 0.35 | 0 | 0.58 | 0.05 | 96 | 0.84 | 0.67 |
| Hex | 9E | F2 | 66 | 23 | 0 | 3A | 5 | 60 | 54 | 43 |
| Octal | 236 | 362 | 146 | 43 | 0 | 72 | 5 | 140 | 124 | 103 |
| Binary | 10011110 | 11110010 | 1100110 | 100011 | 0 | 111010 | 101 | 1100000 | 1010100 | 1000011 |
Color Harmonies of #9EF266
Complementary color
Monochromatic Colors of #9EF266
Black with #9EF266
Text Example
Text Example
White with #9EF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF266; }
p { color: rgb(158,242,102); }
H1.HeaderClassName
{
color: #9EF266;
}
.AnyTagClassName
{
color: #9EF266;
}
</style>
background-color css
<style>
a { background-color: #9EF266; }
a { background-color: rgb(158,242,102); }
div.DivClassName
{
background-color: #9EF266;
}
.BgClassName
{
background-color: #9EF266;
}
</style>
border-color css
<style>
span { border-color: #9EF266; }
span { border-color: rgb(158,242,102); }
td.TdClassName
{
border-color: #9EF266;
}
.TagClassName
{
border-color: #9EF266;
}
</style>