Shades of Feijoa #9EF06C
Tints of Feijoa #9EF06C
RGB
CMYK
RGB Variations
Color information
#9EF06C (or 0x9EF06C) is known color: Feijoa. HEX triplet: 9E, F0 and 6C. RGB value is (158,240,108). Sum of RGB (Red+Green+Blue) = 158+240+108=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF06C is #610F93. Grayscale: #C8C8C8. Windows color (decimal): -6360980 or 7139486. OLE color: 7139486.
HSL color Cylindrical-coordinate representation of color #9EF06C: hue angle of 97.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EF06C is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 240 | 108 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.06 |
| HSL | 97.27º | 0.81% | 0.68% | - |
| HSV(B) | 97.27º | 0.55% | 0.94% | - |
| XYZ | 47.97 | 70.67 | 25.3 | - |
| YUV | 200.43 | 75.83 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 240 | 108 | 0.34 | 0 | 0.55 | 0.06 | 97.27 | 0.81 | 0.68 |
| Hex | 9E | F0 | 6C | 22 | 0 | 37 | 6 | 61 | 51 | 44 |
| Octal | 236 | 360 | 154 | 42 | 0 | 67 | 6 | 141 | 121 | 104 |
| Binary | 10011110 | 11110000 | 1101100 | 100010 | 0 | 110111 | 110 | 1100001 | 1010001 | 1000100 |
Color Harmonies of #9EF06C
Complementary color
Monochromatic Colors of #9EF06C
Black with #9EF06C
Text Example
Text Example
White with #9EF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF06C; }
p { color: rgb(158,240,108); }
H1.HeaderClassName
{
color: #9EF06C;
}
.AnyTagClassName
{
color: #9EF06C;
}
</style>
background-color css
<style>
a { background-color: #9EF06C; }
a { background-color: rgb(158,240,108); }
div.DivClassName
{
background-color: #9EF06C;
}
.BgClassName
{
background-color: #9EF06C;
}
</style>
border-color css
<style>
span { border-color: #9EF06C; }
span { border-color: rgb(158,240,108); }
td.TdClassName
{
border-color: #9EF06C;
}
.TagClassName
{
border-color: #9EF06C;
}
</style>