Shades of Feijoa #9EE074
Tints of Feijoa #9EE074
RGB
CMYK
RGB Variations
Color information
#9EE074 (or 0x9EE074) is known color: Feijoa. HEX triplet: 9E, E0 and 74. RGB value is (158,224,116). Sum of RGB (Red+Green+Blue) = 158+224+116=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE074 is #611F8B. Grayscale: #C0C0C0. Windows color (decimal): -6365068 or 7659678. OLE color: 7659678.
HSL color Cylindrical-coordinate representation of color #9EE074: hue angle of 96.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EE074 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 116 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.12 |
| HSL | 96.67º | 0.64% | 0.67% | - |
| HSV(B) | 96.67º | 0.48% | 0.88% | - |
| XYZ | 43.91 | 61.84 | 26.15 | - |
| YUV | 191.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 116 | 0.29 | 0 | 0.48 | 0.12 | 96.67 | 0.64 | 0.67 |
| Hex | 9E | E0 | 74 | 1D | 0 | 30 | C | 61 | 40 | 43 |
| Octal | 236 | 340 | 164 | 35 | 0 | 60 | 14 | 141 | 100 | 103 |
| Binary | 10011110 | 11100000 | 1110100 | 11101 | 0 | 110000 | 1100 | 1100001 | 1000000 | 1000011 |
Color Harmonies of #9EE074
Complementary color
Monochromatic Colors of #9EE074
Black with #9EE074
Text Example
Text Example
White with #9EE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE074; }
p { color: rgb(158,224,116); }
H1.HeaderClassName
{
color: #9EE074;
}
.AnyTagClassName
{
color: #9EE074;
}
</style>
background-color css
<style>
a { background-color: #9EE074; }
a { background-color: rgb(158,224,116); }
div.DivClassName
{
background-color: #9EE074;
}
.BgClassName
{
background-color: #9EE074;
}
</style>
border-color css
<style>
span { border-color: #9EE074; }
span { border-color: rgb(158,224,116); }
td.TdClassName
{
border-color: #9EE074;
}
.TagClassName
{
border-color: #9EE074;
}
</style>