Shades of Feijoa #9EEF67
Tints of Feijoa #9EEF67
RGB
CMYK
RGB Variations
Color information
#9EEF67 (or 0x9EEF67) is known color: Feijoa. HEX triplet: 9E, EF and 67. RGB value is (158,239,103). Sum of RGB (Red+Green+Blue) = 158+239+103=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEF67 is #611098. Grayscale: #C7C7C7. Windows color (decimal): -6361241 or 6811550. OLE color: 6811550.
HSL color Cylindrical-coordinate representation of color #9EEF67: hue angle of 95.74º degrees, saturation: 0.81, 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 #9EEF67 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 103 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.06 |
| HSL | 95.74º | 0.81% | 0.67% | - |
| HSV(B) | 95.74º | 0.57% | 0.94% | - |
| XYZ | 47.42 | 69.98 | 23.84 | - |
| YUV | 199.28 | 73.66 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 103 | 0.34 | 0 | 0.57 | 0.06 | 95.74 | 0.81 | 0.67 |
| Hex | 9E | EF | 67 | 22 | 0 | 39 | 6 | 60 | 51 | 43 |
| Octal | 236 | 357 | 147 | 42 | 0 | 71 | 6 | 140 | 121 | 103 |
| Binary | 10011110 | 11101111 | 1100111 | 100010 | 0 | 111001 | 110 | 1100000 | 1010001 | 1000011 |
Color Harmonies of #9EEF67
Complementary color
Monochromatic Colors of #9EEF67
Black with #9EEF67
Text Example
Text Example
White with #9EEF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEF67; }
p { color: rgb(158,239,103); }
H1.HeaderClassName
{
color: #9EEF67;
}
.AnyTagClassName
{
color: #9EEF67;
}
</style>
background-color css
<style>
a { background-color: #9EEF67; }
a { background-color: rgb(158,239,103); }
div.DivClassName
{
background-color: #9EEF67;
}
.BgClassName
{
background-color: #9EEF67;
}
</style>
border-color css
<style>
span { border-color: #9EEF67; }
span { border-color: rgb(158,239,103); }
td.TdClassName
{
border-color: #9EEF67;
}
.TagClassName
{
border-color: #9EEF67;
}
</style>