Shades of Feijoa #9EEC6B
Tints of Feijoa #9EEC6B
RGB
CMYK
RGB Variations
Color information
#9EEC6B (or 0x9EEC6B) is known color: Feijoa. HEX triplet: 9E, EC and 6B. RGB value is (158,236,107). Sum of RGB (Red+Green+Blue) = 158+236+107=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #9EEC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEC6B is #611394. Grayscale: #C6C6C6. Windows color (decimal): -6362005 or 7072926. OLE color: 7072926.
HSL color Cylindrical-coordinate representation of color #9EEC6B: hue angle of 96.28º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EEC6B is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 107 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.07 |
| HSL | 96.28º | 0.77% | 0.67% | - |
| HSV(B) | 96.28º | 0.55% | 0.93% | - |
| XYZ | 46.75 | 68.32 | 24.63 | - |
| YUV | 197.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 107 | 0.33 | 0 | 0.55 | 0.07 | 96.28 | 0.77 | 0.67 |
| Hex | 9E | EC | 6B | 21 | 0 | 37 | 7 | 60 | 4D | 43 |
| Octal | 236 | 354 | 153 | 41 | 0 | 67 | 7 | 140 | 115 | 103 |
| Binary | 10011110 | 11101100 | 1101011 | 100001 | 0 | 110111 | 111 | 1100000 | 1001101 | 1000011 |
Color Harmonies of #9EEC6B
Complementary color
Monochromatic Colors of #9EEC6B
Black with #9EEC6B
Text Example
Text Example
White with #9EEC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEC6B; }
p { color: rgb(158,236,107); }
H1.HeaderClassName
{
color: #9EEC6B;
}
.AnyTagClassName
{
color: #9EEC6B;
}
</style>
background-color css
<style>
a { background-color: #9EEC6B; }
a { background-color: rgb(158,236,107); }
div.DivClassName
{
background-color: #9EEC6B;
}
.BgClassName
{
background-color: #9EEC6B;
}
</style>
border-color css
<style>
span { border-color: #9EEC6B; }
span { border-color: rgb(158,236,107); }
td.TdClassName
{
border-color: #9EEC6B;
}
.TagClassName
{
border-color: #9EEC6B;
}
</style>