Shades of Feijoa #9EE170
Tints of Feijoa #9EE170
RGB
CMYK
RGB Variations
Color information
#9EE170 (or 0x9EE170) is known color: Feijoa. HEX triplet: 9E, E1 and 70. RGB value is (158,225,112). Sum of RGB (Red+Green+Blue) = 158+225+112=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE170 is #611E8F. Grayscale: #C0C0C0. Windows color (decimal): -6364816 or 7397790. OLE color: 7397790.
HSL color Cylindrical-coordinate representation of color #9EE170: hue angle of 95.58º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EE170 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 112 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.12 |
| HSL | 95.58º | 0.65% | 0.66% | - |
| HSV(B) | 95.58º | 0.5% | 0.88% | - |
| XYZ | 43.95 | 62.29 | 25.04 | - |
| YUV | 192.09 | 82.8 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 112 | 0.30 | 0 | 0.50 | 0.12 | 95.58 | 0.65 | 0.66 |
| Hex | 9E | E1 | 70 | 1E | 0 | 32 | C | 60 | 41 | 42 |
| Octal | 236 | 341 | 160 | 36 | 0 | 62 | 14 | 140 | 101 | 102 |
| Binary | 10011110 | 11100001 | 1110000 | 11110 | 0 | 110010 | 1100 | 1100000 | 1000001 | 1000010 |
Color Harmonies of #9EE170
Complementary color
Monochromatic Colors of #9EE170
Black with #9EE170
Text Example
Text Example
White with #9EE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE170; }
p { color: rgb(158,225,112); }
H1.HeaderClassName
{
color: #9EE170;
}
.AnyTagClassName
{
color: #9EE170;
}
</style>
background-color css
<style>
a { background-color: #9EE170; }
a { background-color: rgb(158,225,112); }
div.DivClassName
{
background-color: #9EE170;
}
.BgClassName
{
background-color: #9EE170;
}
</style>
border-color css
<style>
span { border-color: #9EE170; }
span { border-color: rgb(158,225,112); }
td.TdClassName
{
border-color: #9EE170;
}
.TagClassName
{
border-color: #9EE170;
}
</style>