Shades of Feijoa #9EE770
Tints of Feijoa #9EE770
RGB
CMYK
RGB Variations
Color information
#9EE770 (or 0x9EE770) is known color: Feijoa. HEX triplet: 9E, E7 and 70. RGB value is (158,231,112). Sum of RGB (Red+Green+Blue) = 158+231+112=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE770 is #61188F. Grayscale: #C4C4C4. Windows color (decimal): -6363280 or 7399326. OLE color: 7399326.
HSL color Cylindrical-coordinate representation of color #9EE770: hue angle of 96.81º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EE770 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 231 | 112 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.09 |
| HSL | 96.81º | 0.71% | 0.67% | - |
| HSV(B) | 96.81º | 0.52% | 0.91% | - |
| XYZ | 45.6 | 65.59 | 25.59 | - |
| YUV | 195.61 | 80.82 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 231 | 112 | 0.32 | 0 | 0.52 | 0.09 | 96.81 | 0.71 | 0.67 |
| Hex | 9E | E7 | 70 | 20 | 0 | 34 | 9 | 61 | 47 | 43 |
| Octal | 236 | 347 | 160 | 40 | 0 | 64 | 11 | 141 | 107 | 103 |
| Binary | 10011110 | 11100111 | 1110000 | 100000 | 0 | 110100 | 1001 | 1100001 | 1000111 | 1000011 |
Color Harmonies of #9EE770
Complementary color
Monochromatic Colors of #9EE770
Black with #9EE770
Text Example
Text Example
White with #9EE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE770; }
p { color: rgb(158,231,112); }
H1.HeaderClassName
{
color: #9EE770;
}
.AnyTagClassName
{
color: #9EE770;
}
</style>
background-color css
<style>
a { background-color: #9EE770; }
a { background-color: rgb(158,231,112); }
div.DivClassName
{
background-color: #9EE770;
}
.BgClassName
{
background-color: #9EE770;
}
</style>
border-color css
<style>
span { border-color: #9EE770; }
span { border-color: rgb(158,231,112); }
td.TdClassName
{
border-color: #9EE770;
}
.TagClassName
{
border-color: #9EE770;
}
</style>