Shades of Feijoa #9EFF6B
Tints of Feijoa #9EFF6B
RGB
CMYK
RGB Variations
Color information
#9EFF6B (or 0x9EFF6B) is known color: Feijoa. HEX triplet: 9E, FF and 6B. RGB value is (158,255,107). Sum of RGB (Red+Green+Blue) = 158+255+107=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFF6B is #610094. Grayscale: #D1D1D1. Windows color (decimal): -6357141 or 7077790. OLE color: 7077790.
HSL color Cylindrical-coordinate representation of color #9EFF6B: hue angle of 99.32º 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 #9EFF6B is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 107 | - |
| CMYK | 0.38 | 0 | 0.58 | 0 |
| HSL | 99.32º | 1% | 0.71% | - |
| HSV(B) | 99.32º | 0.58% | 1% | - |
| XYZ | 52.51 | 79.85 | 26.55 | - |
| YUV | 209.13 | 70.36 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 107 | 0.38 | 0 | 0.58 | 0 | 99.32 | 1 | 0.71 |
| Hex | 9E | FF | 6B | 26 | 0 | 3A | 0 | 63 | 64 | 47 |
| Octal | 236 | 377 | 153 | 46 | 0 | 72 | 0 | 143 | 144 | 107 |
| Binary | 10011110 | 11111111 | 1101011 | 100110 | 0 | 111010 | 0 | 1100011 | 1100100 | 1000111 |
Color Harmonies of #9EFF6B
Complementary color
Monochromatic Colors of #9EFF6B
Black with #9EFF6B
Text Example
Text Example
White with #9EFF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF6B; }
p { color: rgb(158,255,107); }
H1.HeaderClassName
{
color: #9EFF6B;
}
.AnyTagClassName
{
color: #9EFF6B;
}
</style>
background-color css
<style>
a { background-color: #9EFF6B; }
a { background-color: rgb(158,255,107); }
div.DivClassName
{
background-color: #9EFF6B;
}
.BgClassName
{
background-color: #9EFF6B;
}
</style>
border-color css
<style>
span { border-color: #9EFF6B; }
span { border-color: rgb(158,255,107); }
td.TdClassName
{
border-color: #9EFF6B;
}
.TagClassName
{
border-color: #9EFF6B;
}
</style>