Shades of Feijoa #9EE87B
Tints of Feijoa #9EE87B
RGB
CMYK
RGB Variations
Color information
#9EE87B (or 0x9EE87B) is known color: Feijoa. HEX triplet: 9E, E8 and 7B. RGB value is (158,232,123). Sum of RGB (Red+Green+Blue) = 158+232+123=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE87B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE87B is #611784. Grayscale: #C5C5C5. Windows color (decimal): -6363013 or 8120478. OLE color: 8120478.
HSL color Cylindrical-coordinate representation of color #9EE87B: hue angle of 100.73º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EE87B is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 123 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.09 |
| HSL | 100.73º | 0.7% | 0.7% | - |
| HSV(B) | 100.73º | 0.47% | 0.91% | - |
| XYZ | 46.53 | 66.41 | 29.11 | - |
| YUV | 197.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 123 | 0.32 | 0 | 0.47 | 0.09 | 100.73 | 0.7 | 0.7 |
| Hex | 9E | E8 | 7B | 20 | 0 | 2F | 9 | 65 | 46 | 46 |
| Octal | 236 | 350 | 173 | 40 | 0 | 57 | 11 | 145 | 106 | 106 |
| Binary | 10011110 | 11101000 | 1111011 | 100000 | 0 | 101111 | 1001 | 1100101 | 1000110 | 1000110 |
Color Harmonies of #9EE87B
Complementary color
Monochromatic Colors of #9EE87B
Black with #9EE87B
Text Example
Text Example
White with #9EE87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE87B; }
p { color: rgb(158,232,123); }
H1.HeaderClassName
{
color: #9EE87B;
}
.AnyTagClassName
{
color: #9EE87B;
}
</style>
background-color css
<style>
a { background-color: #9EE87B; }
a { background-color: rgb(158,232,123); }
div.DivClassName
{
background-color: #9EE87B;
}
.BgClassName
{
background-color: #9EE87B;
}
</style>
border-color css
<style>
span { border-color: #9EE87B; }
span { border-color: rgb(158,232,123); }
td.TdClassName
{
border-color: #9EE87B;
}
.TagClassName
{
border-color: #9EE87B;
}
</style>