Shades of Feijoa #9EE972
Tints of Feijoa #9EE972
RGB
CMYK
RGB Variations
Color information
#9EE972 (or 0x9EE972) is known color: Feijoa. HEX triplet: 9E, E9 and 72. RGB value is (158,233,114). Sum of RGB (Red+Green+Blue) = 158+233+114=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE972 is #61168D. Grayscale: #C5C5C5. Windows color (decimal): -6362766 or 7530910. OLE color: 7530910.
HSL color Cylindrical-coordinate representation of color #9EE972: hue angle of 97.82º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EE972 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 114 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.09 |
| HSL | 97.82º | 0.73% | 0.68% | - |
| HSV(B) | 97.82º | 0.51% | 0.91% | - |
| XYZ | 46.28 | 66.76 | 26.37 | - |
| YUV | 197.01 | 81.15 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 114 | 0.32 | 0 | 0.51 | 0.09 | 97.82 | 0.73 | 0.68 |
| Hex | 9E | E9 | 72 | 20 | 0 | 33 | 9 | 62 | 49 | 44 |
| Octal | 236 | 351 | 162 | 40 | 0 | 63 | 11 | 142 | 111 | 104 |
| Binary | 10011110 | 11101001 | 1110010 | 100000 | 0 | 110011 | 1001 | 1100010 | 1001001 | 1000100 |
Color Harmonies of #9EE972
Complementary color
Monochromatic Colors of #9EE972
Black with #9EE972
Text Example
Text Example
White with #9EE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE972; }
p { color: rgb(158,233,114); }
H1.HeaderClassName
{
color: #9EE972;
}
.AnyTagClassName
{
color: #9EE972;
}
</style>
background-color css
<style>
a { background-color: #9EE972; }
a { background-color: rgb(158,233,114); }
div.DivClassName
{
background-color: #9EE972;
}
.BgClassName
{
background-color: #9EE972;
}
</style>
border-color css
<style>
span { border-color: #9EE972; }
span { border-color: rgb(158,233,114); }
td.TdClassName
{
border-color: #9EE972;
}
.TagClassName
{
border-color: #9EE972;
}
</style>