Shades of Feijoa #9EF06E
Tints of Feijoa #9EF06E
RGB
CMYK
RGB Variations
Color information
#9EF06E (or 0x9EF06E) is known color: Feijoa. HEX triplet: 9E, F0 and 6E. RGB value is (158,240,110). Sum of RGB (Red+Green+Blue) = 158+240+110=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF06E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF06E is #610F91. Grayscale: #C9C9C9. Windows color (decimal): -6360978 or 7270558. OLE color: 7270558.
HSL color Cylindrical-coordinate representation of color #9EF06E: hue angle of 97.85º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EF06E is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 240 | 110 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.06 |
| HSL | 97.85º | 0.81% | 0.69% | - |
| HSV(B) | 97.85º | 0.54% | 0.94% | - |
| XYZ | 48.08 | 70.72 | 25.87 | - |
| YUV | 200.66 | 76.83 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 240 | 110 | 0.34 | 0 | 0.54 | 0.06 | 97.85 | 0.81 | 0.69 |
| Hex | 9E | F0 | 6E | 22 | 0 | 36 | 6 | 62 | 51 | 45 |
| Octal | 236 | 360 | 156 | 42 | 0 | 66 | 6 | 142 | 121 | 105 |
| Binary | 10011110 | 11110000 | 1101110 | 100010 | 0 | 110110 | 110 | 1100010 | 1010001 | 1000101 |
Color Harmonies of #9EF06E
Complementary color
Monochromatic Colors of #9EF06E
Black with #9EF06E
Text Example
Text Example
White with #9EF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF06E; }
p { color: rgb(158,240,110); }
H1.HeaderClassName
{
color: #9EF06E;
}
.AnyTagClassName
{
color: #9EF06E;
}
</style>
background-color css
<style>
a { background-color: #9EF06E; }
a { background-color: rgb(158,240,110); }
div.DivClassName
{
background-color: #9EF06E;
}
.BgClassName
{
background-color: #9EF06E;
}
</style>
border-color css
<style>
span { border-color: #9EF06E; }
span { border-color: rgb(158,240,110); }
td.TdClassName
{
border-color: #9EF06E;
}
.TagClassName
{
border-color: #9EF06E;
}
</style>