Shades of Feijoa #9EF06D
Tints of Feijoa #9EF06D
RGB
CMYK
RGB Variations
Color information
#9EF06D (or 0x9EF06D) is known color: Feijoa. HEX triplet: 9E, F0 and 6D. RGB value is (158,240,109). Sum of RGB (Red+Green+Blue) = 158+240+109=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF06D is #610F92. Grayscale: #C8C8C8. Windows color (decimal): -6360979 or 7205022. OLE color: 7205022.
HSL color Cylindrical-coordinate representation of color #9EF06D: hue angle of 97.56º 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 #9EF06D is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 240 | 109 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.06 |
| HSL | 97.56º | 0.81% | 0.68% | - |
| HSV(B) | 97.56º | 0.55% | 0.94% | - |
| XYZ | 48.02 | 70.69 | 25.58 | - |
| YUV | 200.55 | 76.33 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 240 | 109 | 0.34 | 0 | 0.55 | 0.06 | 97.56 | 0.81 | 0.68 |
| Hex | 9E | F0 | 6D | 22 | 0 | 37 | 6 | 62 | 51 | 44 |
| Octal | 236 | 360 | 155 | 42 | 0 | 67 | 6 | 142 | 121 | 104 |
| Binary | 10011110 | 11110000 | 1101101 | 100010 | 0 | 110111 | 110 | 1100010 | 1010001 | 1000100 |
Color Harmonies of #9EF06D
Complementary color
Monochromatic Colors of #9EF06D
Black with #9EF06D
Text Example
Text Example
White with #9EF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF06D; }
p { color: rgb(158,240,109); }
H1.HeaderClassName
{
color: #9EF06D;
}
.AnyTagClassName
{
color: #9EF06D;
}
</style>
background-color css
<style>
a { background-color: #9EF06D; }
a { background-color: rgb(158,240,109); }
div.DivClassName
{
background-color: #9EF06D;
}
.BgClassName
{
background-color: #9EF06D;
}
</style>
border-color css
<style>
span { border-color: #9EF06D; }
span { border-color: rgb(158,240,109); }
td.TdClassName
{
border-color: #9EF06D;
}
.TagClassName
{
border-color: #9EF06D;
}
</style>