Shades of Feijoa #9EF768
Tints of Feijoa #9EF768
RGB
CMYK
RGB Variations
Color information
#9EF768 (or 0x9EF768) is known color: Feijoa. HEX triplet: 9E, F7 and 68. RGB value is (158,247,104). Sum of RGB (Red+Green+Blue) = 158+247+104=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #9EF768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF768 is #610897. Grayscale: #CCCCCC. Windows color (decimal): -6359192 or 6879134. OLE color: 6879134.
HSL color Cylindrical-coordinate representation of color #9EF768: hue angle of 97.34º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EF768 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 158 | 247 | 104 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.03 |
| HSL | 97.34º | 0.9% | 0.69% | - |
| HSV(B) | 97.34º | 0.58% | 0.97% | - |
| XYZ | 49.86 | 74.79 | 24.9 | - |
| YUV | 204.09 | 71.51 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 247 | 104 | 0.36 | 0 | 0.58 | 0.03 | 97.34 | 0.9 | 0.69 |
| Hex | 9E | F7 | 68 | 24 | 0 | 3A | 3 | 61 | 5A | 45 |
| Octal | 236 | 367 | 150 | 44 | 0 | 72 | 3 | 141 | 132 | 105 |
| Binary | 10011110 | 11110111 | 1101000 | 100100 | 0 | 111010 | 11 | 1100001 | 1011010 | 1000101 |
Color Harmonies of #9EF768
Complementary color
Monochromatic Colors of #9EF768
Black with #9EF768
Text Example
Text Example
White with #9EF768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF768; }
p { color: rgb(158,247,104); }
H1.HeaderClassName
{
color: #9EF768;
}
.AnyTagClassName
{
color: #9EF768;
}
</style>
background-color css
<style>
a { background-color: #9EF768; }
a { background-color: rgb(158,247,104); }
div.DivClassName
{
background-color: #9EF768;
}
.BgClassName
{
background-color: #9EF768;
}
</style>
border-color css
<style>
span { border-color: #9EF768; }
span { border-color: rgb(158,247,104); }
td.TdClassName
{
border-color: #9EF768;
}
.TagClassName
{
border-color: #9EF768;
}
</style>