Shades of Feijoa #9EF068
Tints of Feijoa #9EF068
RGB
CMYK
RGB Variations
Color information
#9EF068 (or 0x9EF068) is known color: Feijoa. HEX triplet: 9E, F0 and 68. RGB value is (158,240,104). Sum of RGB (Red+Green+Blue) = 158+240+104=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF068 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF068 is #610F97. Grayscale: #C8C8C8. Windows color (decimal): -6360984 or 6877342. OLE color: 6877342.
HSL color Cylindrical-coordinate representation of color #9EF068: hue angle of 96.18º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EF068 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 240 | 104 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.06 |
| HSL | 96.18º | 0.82% | 0.67% | - |
| HSV(B) | 96.18º | 0.57% | 0.94% | - |
| XYZ | 47.76 | 70.59 | 24.2 | - |
| YUV | 199.98 | 73.83 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 240 | 104 | 0.34 | 0 | 0.57 | 0.06 | 96.18 | 0.82 | 0.67 |
| Hex | 9E | F0 | 68 | 22 | 0 | 39 | 6 | 60 | 52 | 43 |
| Octal | 236 | 360 | 150 | 42 | 0 | 71 | 6 | 140 | 122 | 103 |
| Binary | 10011110 | 11110000 | 1101000 | 100010 | 0 | 111001 | 110 | 1100000 | 1010010 | 1000011 |
Color Harmonies of #9EF068
Complementary color
Monochromatic Colors of #9EF068
Black with #9EF068
Text Example
Text Example
White with #9EF068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF068; }
p { color: rgb(158,240,104); }
H1.HeaderClassName
{
color: #9EF068;
}
.AnyTagClassName
{
color: #9EF068;
}
</style>
background-color css
<style>
a { background-color: #9EF068; }
a { background-color: rgb(158,240,104); }
div.DivClassName
{
background-color: #9EF068;
}
.BgClassName
{
background-color: #9EF068;
}
</style>
border-color css
<style>
span { border-color: #9EF068; }
span { border-color: rgb(158,240,104); }
td.TdClassName
{
border-color: #9EF068;
}
.TagClassName
{
border-color: #9EF068;
}
</style>