Shades of Feijoa #9EEF72
Tints of Feijoa #9EEF72
RGB
CMYK
RGB Variations
Color information
#9EEF72 (or 0x9EEF72) is known color: Feijoa. HEX triplet: 9E, EF and 72. RGB value is (158,239,114). Sum of RGB (Red+Green+Blue) = 158+239+114=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEF72 is #61108D. Grayscale: #C8C8C8. Windows color (decimal): -6361230 or 7532446. OLE color: 7532446.
HSL color Cylindrical-coordinate representation of color #9EEF72: hue angle of 98.88º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EEF72 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 114 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.06 |
| HSL | 98.88º | 0.8% | 0.69% | - |
| HSV(B) | 98.88º | 0.52% | 0.94% | - |
| XYZ | 48 | 70.22 | 26.94 | - |
| YUV | 200.53 | 79.16 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 114 | 0.34 | 0 | 0.52 | 0.06 | 98.88 | 0.8 | 0.69 |
| Hex | 9E | EF | 72 | 22 | 0 | 34 | 6 | 63 | 50 | 45 |
| Octal | 236 | 357 | 162 | 42 | 0 | 64 | 6 | 143 | 120 | 105 |
| Binary | 10011110 | 11101111 | 1110010 | 100010 | 0 | 110100 | 110 | 1100011 | 1010000 | 1000101 |
Color Harmonies of #9EEF72
Complementary color
Monochromatic Colors of #9EEF72
Black with #9EEF72
Text Example
Text Example
White with #9EEF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEF72; }
p { color: rgb(158,239,114); }
H1.HeaderClassName
{
color: #9EEF72;
}
.AnyTagClassName
{
color: #9EEF72;
}
</style>
background-color css
<style>
a { background-color: #9EEF72; }
a { background-color: rgb(158,239,114); }
div.DivClassName
{
background-color: #9EEF72;
}
.BgClassName
{
background-color: #9EEF72;
}
</style>
border-color css
<style>
span { border-color: #9EEF72; }
span { border-color: rgb(158,239,114); }
td.TdClassName
{
border-color: #9EEF72;
}
.TagClassName
{
border-color: #9EEF72;
}
</style>