Shades of Feijoa #9EE374
Tints of Feijoa #9EE374
RGB
CMYK
RGB Variations
Color information
#9EE374 (or 0x9EE374) is known color: Feijoa. HEX triplet: 9E, E3 and 74. RGB value is (158,227,116). Sum of RGB (Red+Green+Blue) = 158+227+116=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE374 is #611C8B. Grayscale: #C2C2C2. Windows color (decimal): -6364300 or 7660446. OLE color: 7660446.
HSL color Cylindrical-coordinate representation of color #9EE374: hue angle of 97.3º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EE374 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 116 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.11 |
| HSL | 97.3º | 0.66% | 0.67% | - |
| HSV(B) | 97.3º | 0.49% | 0.89% | - |
| XYZ | 44.72 | 63.47 | 26.42 | - |
| YUV | 193.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 116 | 0.30 | 0 | 0.49 | 0.11 | 97.3 | 0.66 | 0.67 |
| Hex | 9E | E3 | 74 | 1E | 0 | 31 | B | 61 | 42 | 43 |
| Octal | 236 | 343 | 164 | 36 | 0 | 61 | 13 | 141 | 102 | 103 |
| Binary | 10011110 | 11100011 | 1110100 | 11110 | 0 | 110001 | 1011 | 1100001 | 1000010 | 1000011 |
Color Harmonies of #9EE374
Complementary color
Monochromatic Colors of #9EE374
Black with #9EE374
Text Example
Text Example
White with #9EE374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE374; }
p { color: rgb(158,227,116); }
H1.HeaderClassName
{
color: #9EE374;
}
.AnyTagClassName
{
color: #9EE374;
}
</style>
background-color css
<style>
a { background-color: #9EE374; }
a { background-color: rgb(158,227,116); }
div.DivClassName
{
background-color: #9EE374;
}
.BgClassName
{
background-color: #9EE374;
}
</style>
border-color css
<style>
span { border-color: #9EE374; }
span { border-color: rgb(158,227,116); }
td.TdClassName
{
border-color: #9EE374;
}
.TagClassName
{
border-color: #9EE374;
}
</style>