Shades of Feijoa #9EED66
Tints of Feijoa #9EED66
RGB
CMYK
RGB Variations
Color information
#9EED66 (or 0x9EED66) is known color: Feijoa. HEX triplet: 9E, ED and 66. RGB value is (158,237,102). Sum of RGB (Red+Green+Blue) = 158+237+102=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EED66 is #611299. Grayscale: #C6C6C6. Windows color (decimal): -6361754 or 6745502. OLE color: 6745502.
HSL color Cylindrical-coordinate representation of color #9EED66: hue angle of 95.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EED66 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 102 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.07 |
| HSL | 95.11º | 0.79% | 0.66% | - |
| HSV(B) | 95.11º | 0.57% | 0.93% | - |
| XYZ | 46.78 | 68.8 | 23.38 | - |
| YUV | 197.99 | 73.83 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 102 | 0.33 | 0 | 0.57 | 0.07 | 95.11 | 0.79 | 0.66 |
| Hex | 9E | ED | 66 | 21 | 0 | 39 | 7 | 5F | 4F | 42 |
| Octal | 236 | 355 | 146 | 41 | 0 | 71 | 7 | 137 | 117 | 102 |
| Binary | 10011110 | 11101101 | 1100110 | 100001 | 0 | 111001 | 111 | 1011111 | 1001111 | 1000010 |
Color Harmonies of #9EED66
Complementary color
Monochromatic Colors of #9EED66
Black with #9EED66
Text Example
Text Example
White with #9EED66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EED66; }
p { color: rgb(158,237,102); }
H1.HeaderClassName
{
color: #9EED66;
}
.AnyTagClassName
{
color: #9EED66;
}
</style>
background-color css
<style>
a { background-color: #9EED66; }
a { background-color: rgb(158,237,102); }
div.DivClassName
{
background-color: #9EED66;
}
.BgClassName
{
background-color: #9EED66;
}
</style>
border-color css
<style>
span { border-color: #9EED66; }
span { border-color: rgb(158,237,102); }
td.TdClassName
{
border-color: #9EED66;
}
.TagClassName
{
border-color: #9EED66;
}
</style>