Shades of Feijoa #9EEF6C
Tints of Feijoa #9EEF6C
RGB
CMYK
RGB Variations
Color information
#9EEF6C (or 0x9EEF6C) is known color: Feijoa. HEX triplet: 9E, EF and 6C. RGB value is (158,239,108). Sum of RGB (Red+Green+Blue) = 158+239+108=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEF6C is #611093. Grayscale: #C8C8C8. Windows color (decimal): -6361236 or 7139230. OLE color: 7139230.
HSL color Cylindrical-coordinate representation of color #9EEF6C: hue angle of 97.1º degrees, saturation: 0.8, 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 #9EEF6C is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 108 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.06 |
| HSL | 97.1º | 0.8% | 0.68% | - |
| HSV(B) | 97.1º | 0.55% | 0.94% | - |
| XYZ | 47.67 | 70.08 | 25.2 | - |
| YUV | 199.85 | 76.16 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 108 | 0.34 | 0 | 0.55 | 0.06 | 97.1 | 0.8 | 0.68 |
| Hex | 9E | EF | 6C | 22 | 0 | 37 | 6 | 61 | 50 | 44 |
| Octal | 236 | 357 | 154 | 42 | 0 | 67 | 6 | 141 | 120 | 104 |
| Binary | 10011110 | 11101111 | 1101100 | 100010 | 0 | 110111 | 110 | 1100001 | 1010000 | 1000100 |
Color Harmonies of #9EEF6C
Complementary color
Monochromatic Colors of #9EEF6C
Black with #9EEF6C
Text Example
Text Example
White with #9EEF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEF6C; }
p { color: rgb(158,239,108); }
H1.HeaderClassName
{
color: #9EEF6C;
}
.AnyTagClassName
{
color: #9EEF6C;
}
</style>
background-color css
<style>
a { background-color: #9EEF6C; }
a { background-color: rgb(158,239,108); }
div.DivClassName
{
background-color: #9EEF6C;
}
.BgClassName
{
background-color: #9EEF6C;
}
</style>
border-color css
<style>
span { border-color: #9EEF6C; }
span { border-color: rgb(158,239,108); }
td.TdClassName
{
border-color: #9EEF6C;
}
.TagClassName
{
border-color: #9EEF6C;
}
</style>