Shades of Feijoa #9EEF68
Tints of Feijoa #9EEF68
RGB
CMYK
RGB Variations
Color information
#9EEF68 (or 0x9EEF68) is known color: Feijoa. HEX triplet: 9E, EF and 68. RGB value is (158,239,104). Sum of RGB (Red+Green+Blue) = 158+239+104=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEF68 is #611097. Grayscale: #C7C7C7. Windows color (decimal): -6361240 or 6877086. OLE color: 6877086.
HSL color Cylindrical-coordinate representation of color #9EEF68: hue angle of 96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EEF68 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 104 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.06 |
| HSL | 96º | 0.81% | 0.67% | - |
| HSV(B) | 96º | 0.56% | 0.94% | - |
| XYZ | 47.47 | 70 | 24.11 | - |
| YUV | 199.39 | 74.16 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 104 | 0.34 | 0 | 0.56 | 0.06 | 96 | 0.81 | 0.67 |
| Hex | 9E | EF | 68 | 22 | 0 | 38 | 6 | 60 | 51 | 43 |
| Octal | 236 | 357 | 150 | 42 | 0 | 70 | 6 | 140 | 121 | 103 |
| Binary | 10011110 | 11101111 | 1101000 | 100010 | 0 | 111000 | 110 | 1100000 | 1010001 | 1000011 |
Color Harmonies of #9EEF68
Complementary color
Monochromatic Colors of #9EEF68
Black with #9EEF68
Text Example
Text Example
White with #9EEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEF68; }
p { color: rgb(158,239,104); }
H1.HeaderClassName
{
color: #9EEF68;
}
.AnyTagClassName
{
color: #9EEF68;
}
</style>
background-color css
<style>
a { background-color: #9EEF68; }
a { background-color: rgb(158,239,104); }
div.DivClassName
{
background-color: #9EEF68;
}
.BgClassName
{
background-color: #9EEF68;
}
</style>
border-color css
<style>
span { border-color: #9EEF68; }
span { border-color: rgb(158,239,104); }
td.TdClassName
{
border-color: #9EEF68;
}
.TagClassName
{
border-color: #9EEF68;
}
</style>