Shades of Feijoa #9EFF6C
Tints of Feijoa #9EFF6C
RGB
CMYK
RGB Variations
Color information
#9EFF6C (or 0x9EFF6C) is known color: Feijoa. HEX triplet: 9E, FF and 6C. RGB value is (158,255,108). Sum of RGB (Red+Green+Blue) = 158+255+108=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFF6C is #610093. Grayscale: #D1D1D1. Windows color (decimal): -6357140 or 7143326. OLE color: 7143326.
HSL color Cylindrical-coordinate representation of color #9EFF6C: hue angle of 99.59º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EFF6C is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 108 | - |
| CMYK | 0.38 | 0 | 0.58 | 0 |
| HSL | 99.59º | 1% | 0.71% | - |
| HSV(B) | 99.59º | 0.58% | 1% | - |
| XYZ | 52.57 | 79.87 | 26.83 | - |
| YUV | 209.24 | 70.86 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 108 | 0.38 | 0 | 0.58 | 0 | 99.59 | 1 | 0.71 |
| Hex | 9E | FF | 6C | 26 | 0 | 3A | 0 | 64 | 64 | 47 |
| Octal | 236 | 377 | 154 | 46 | 0 | 72 | 0 | 144 | 144 | 107 |
| Binary | 10011110 | 11111111 | 1101100 | 100110 | 0 | 111010 | 0 | 1100100 | 1100100 | 1000111 |
Color Harmonies of #9EFF6C
Complementary color
Monochromatic Colors of #9EFF6C
Black with #9EFF6C
Text Example
Text Example
White with #9EFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF6C; }
p { color: rgb(158,255,108); }
H1.HeaderClassName
{
color: #9EFF6C;
}
.AnyTagClassName
{
color: #9EFF6C;
}
</style>
background-color css
<style>
a { background-color: #9EFF6C; }
a { background-color: rgb(158,255,108); }
div.DivClassName
{
background-color: #9EFF6C;
}
.BgClassName
{
background-color: #9EFF6C;
}
</style>
border-color css
<style>
span { border-color: #9EFF6C; }
span { border-color: rgb(158,255,108); }
td.TdClassName
{
border-color: #9EFF6C;
}
.TagClassName
{
border-color: #9EFF6C;
}
</style>