Shades of Feijoa #9EE878
Tints of Feijoa #9EE878
RGB
CMYK
RGB Variations
Color information
#9EE878 (or 0x9EE878) is known color: Feijoa. HEX triplet: 9E, E8 and 78. RGB value is (158,232,120). Sum of RGB (Red+Green+Blue) = 158+232+120=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE878 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE878 is #611787. Grayscale: #C5C5C5. Windows color (decimal): -6363016 or 7923870. OLE color: 7923870.
HSL color Cylindrical-coordinate representation of color #9EE878: hue angle of 99.64º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EE878 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 120 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.09 |
| HSL | 99.64º | 0.71% | 0.69% | - |
| HSV(B) | 99.64º | 0.48% | 0.91% | - |
| XYZ | 46.35 | 66.34 | 28.13 | - |
| YUV | 197.11 | 84.48 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 120 | 0.32 | 0 | 0.48 | 0.09 | 99.64 | 0.71 | 0.69 |
| Hex | 9E | E8 | 78 | 20 | 0 | 30 | 9 | 64 | 47 | 45 |
| Octal | 236 | 350 | 170 | 40 | 0 | 60 | 11 | 144 | 107 | 105 |
| Binary | 10011110 | 11101000 | 1111000 | 100000 | 0 | 110000 | 1001 | 1100100 | 1000111 | 1000101 |
Color Harmonies of #9EE878
Complementary color
Monochromatic Colors of #9EE878
Black with #9EE878
Text Example
Text Example
White with #9EE878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE878; }
p { color: rgb(158,232,120); }
H1.HeaderClassName
{
color: #9EE878;
}
.AnyTagClassName
{
color: #9EE878;
}
</style>
background-color css
<style>
a { background-color: #9EE878; }
a { background-color: rgb(158,232,120); }
div.DivClassName
{
background-color: #9EE878;
}
.BgClassName
{
background-color: #9EE878;
}
</style>
border-color css
<style>
span { border-color: #9EE878; }
span { border-color: rgb(158,232,120); }
td.TdClassName
{
border-color: #9EE878;
}
.TagClassName
{
border-color: #9EE878;
}
</style>