Shades of Feijoa #9EE072
Tints of Feijoa #9EE072
RGB
CMYK
RGB Variations
Color information
#9EE072 (or 0x9EE072) is known color: Feijoa. HEX triplet: 9E, E0 and 72. RGB value is (158,224,114). Sum of RGB (Red+Green+Blue) = 158+224+114=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE072 is #611F8D. Grayscale: #C0C0C0. Windows color (decimal): -6365070 or 7528606. OLE color: 7528606.
HSL color Cylindrical-coordinate representation of color #9EE072: hue angle of 96º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EE072 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 114 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.12 |
| HSL | 96º | 0.64% | 0.66% | - |
| HSV(B) | 96º | 0.49% | 0.88% | - |
| XYZ | 43.79 | 61.8 | 25.54 | - |
| YUV | 191.73 | 84.13 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 114 | 0.29 | 0 | 0.49 | 0.12 | 96 | 0.64 | 0.66 |
| Hex | 9E | E0 | 72 | 1D | 0 | 31 | C | 60 | 40 | 42 |
| Octal | 236 | 340 | 162 | 35 | 0 | 61 | 14 | 140 | 100 | 102 |
| Binary | 10011110 | 11100000 | 1110010 | 11101 | 0 | 110001 | 1100 | 1100000 | 1000000 | 1000010 |
Color Harmonies of #9EE072
Complementary color
Monochromatic Colors of #9EE072
Black with #9EE072
Text Example
Text Example
White with #9EE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE072; }
p { color: rgb(158,224,114); }
H1.HeaderClassName
{
color: #9EE072;
}
.AnyTagClassName
{
color: #9EE072;
}
</style>
background-color css
<style>
a { background-color: #9EE072; }
a { background-color: rgb(158,224,114); }
div.DivClassName
{
background-color: #9EE072;
}
.BgClassName
{
background-color: #9EE072;
}
</style>
border-color css
<style>
span { border-color: #9EE072; }
span { border-color: rgb(158,224,114); }
td.TdClassName
{
border-color: #9EE072;
}
.TagClassName
{
border-color: #9EE072;
}
</style>