Shades of Feijoa #9EE078
Tints of Feijoa #9EE078
RGB
CMYK
RGB Variations
Color information
#9EE078 (or 0x9EE078) is known color: Feijoa. HEX triplet: 9E, E0 and 78. RGB value is (158,224,120). Sum of RGB (Red+Green+Blue) = 158+224+120=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE078 is #611F87. Grayscale: #C0C0C0. Windows color (decimal): -6365064 or 7921822. OLE color: 7921822.
HSL color Cylindrical-coordinate representation of color #9EE078: hue angle of 98.08º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EE078 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 120 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.12 |
| HSL | 98.08º | 0.63% | 0.67% | - |
| HSV(B) | 98.08º | 0.46% | 0.88% | - |
| XYZ | 44.15 | 61.94 | 27.4 | - |
| YUV | 192.41 | 87.13 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 120 | 0.29 | 0 | 0.46 | 0.12 | 98.08 | 0.63 | 0.67 |
| Hex | 9E | E0 | 78 | 1D | 0 | 2E | C | 62 | 3F | 43 |
| Octal | 236 | 340 | 170 | 35 | 0 | 56 | 14 | 142 | 77 | 103 |
| Binary | 10011110 | 11100000 | 1111000 | 11101 | 0 | 101110 | 1100 | 1100010 | 111111 | 1000011 |
Color Harmonies of #9EE078
Complementary color
Monochromatic Colors of #9EE078
Black with #9EE078
Text Example
Text Example
White with #9EE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE078; }
p { color: rgb(158,224,120); }
H1.HeaderClassName
{
color: #9EE078;
}
.AnyTagClassName
{
color: #9EE078;
}
</style>
background-color css
<style>
a { background-color: #9EE078; }
a { background-color: rgb(158,224,120); }
div.DivClassName
{
background-color: #9EE078;
}
.BgClassName
{
background-color: #9EE078;
}
</style>
border-color css
<style>
span { border-color: #9EE078; }
span { border-color: rgb(158,224,120); }
td.TdClassName
{
border-color: #9EE078;
}
.TagClassName
{
border-color: #9EE078;
}
</style>