Shades of Feijoa #9EE266
Tints of Feijoa #9EE266
RGB
CMYK
RGB Variations
Color information
#9EE266 (or 0x9EE266) is known color: Feijoa. HEX triplet: 9E, E2 and 66. RGB value is (158,226,102). Sum of RGB (Red+Green+Blue) = 158+226+102=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE266 is #611D99. Grayscale: #BFBFBF. Windows color (decimal): -6364570 or 6742686. OLE color: 6742686.
HSL color Cylindrical-coordinate representation of color #9EE266: hue angle of 92.9º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EE266 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 102 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.11 |
| HSL | 92.9º | 0.68% | 0.64% | - |
| HSV(B) | 92.9º | 0.55% | 0.89% | - |
| XYZ | 43.7 | 62.62 | 22.35 | - |
| YUV | 191.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 102 | 0.30 | 0 | 0.55 | 0.11 | 92.9 | 0.68 | 0.64 |
| Hex | 9E | E2 | 66 | 1E | 0 | 37 | B | 5D | 44 | 40 |
| Octal | 236 | 342 | 146 | 36 | 0 | 67 | 13 | 135 | 104 | 100 |
| Binary | 10011110 | 11100010 | 1100110 | 11110 | 0 | 110111 | 1011 | 1011101 | 1000100 | 1000000 |
Color Harmonies of #9EE266
Complementary color
Monochromatic Colors of #9EE266
Black with #9EE266
Text Example
Text Example
White with #9EE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE266; }
p { color: rgb(158,226,102); }
H1.HeaderClassName
{
color: #9EE266;
}
.AnyTagClassName
{
color: #9EE266;
}
</style>
background-color css
<style>
a { background-color: #9EE266; }
a { background-color: rgb(158,226,102); }
div.DivClassName
{
background-color: #9EE266;
}
.BgClassName
{
background-color: #9EE266;
}
</style>
border-color css
<style>
span { border-color: #9EE266; }
span { border-color: rgb(158,226,102); }
td.TdClassName
{
border-color: #9EE266;
}
.TagClassName
{
border-color: #9EE266;
}
</style>