Shades of Feijoa #9EE768
Tints of Feijoa #9EE768
RGB
CMYK
RGB Variations
Color information
#9EE768 (or 0x9EE768) is known color: Feijoa. HEX triplet: 9E, E7 and 68. RGB value is (158,231,104). Sum of RGB (Red+Green+Blue) = 158+231+104=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE768 is #611897. Grayscale: #C3C3C3. Windows color (decimal): -6363288 or 6875038. OLE color: 6875038.
HSL color Cylindrical-coordinate representation of color #9EE768: hue angle of 94.49º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EE768 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 231 | 104 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.09 |
| HSL | 94.49º | 0.73% | 0.66% | - |
| HSV(B) | 94.49º | 0.55% | 0.91% | - |
| XYZ | 45.18 | 65.42 | 23.34 | - |
| YUV | 194.7 | 76.82 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 231 | 104 | 0.32 | 0 | 0.55 | 0.09 | 94.49 | 0.73 | 0.66 |
| Hex | 9E | E7 | 68 | 20 | 0 | 37 | 9 | 5E | 49 | 42 |
| Octal | 236 | 347 | 150 | 40 | 0 | 67 | 11 | 136 | 111 | 102 |
| Binary | 10011110 | 11100111 | 1101000 | 100000 | 0 | 110111 | 1001 | 1011110 | 1001001 | 1000010 |
Color Harmonies of #9EE768
Complementary color
Monochromatic Colors of #9EE768
Black with #9EE768
Text Example
Text Example
White with #9EE768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE768; }
p { color: rgb(158,231,104); }
H1.HeaderClassName
{
color: #9EE768;
}
.AnyTagClassName
{
color: #9EE768;
}
</style>
background-color css
<style>
a { background-color: #9EE768; }
a { background-color: rgb(158,231,104); }
div.DivClassName
{
background-color: #9EE768;
}
.BgClassName
{
background-color: #9EE768;
}
</style>
border-color css
<style>
span { border-color: #9EE768; }
span { border-color: rgb(158,231,104); }
td.TdClassName
{
border-color: #9EE768;
}
.TagClassName
{
border-color: #9EE768;
}
</style>