Shades of Feijoa #9EE06B
Tints of Feijoa #9EE06B
RGB
CMYK
RGB Variations
Color information
#9EE06B (or 0x9EE06B) is known color: Feijoa. HEX triplet: 9E, E0 and 6B. RGB value is (158,224,107). Sum of RGB (Red+Green+Blue) = 158+224+107=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE06B is #611F94. Grayscale: #BFBFBF. Windows color (decimal): -6365077 or 7069854. OLE color: 7069854.
HSL color Cylindrical-coordinate representation of color #9EE06B: hue angle of 93.85º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EE06B is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 107 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.12 |
| HSL | 93.85º | 0.65% | 0.65% | - |
| HSV(B) | 93.85º | 0.52% | 0.88% | - |
| XYZ | 43.41 | 61.64 | 23.52 | - |
| YUV | 190.93 | 80.63 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 107 | 0.29 | 0 | 0.52 | 0.12 | 93.85 | 0.65 | 0.65 |
| Hex | 9E | E0 | 6B | 1D | 0 | 34 | C | 5E | 41 | 41 |
| Octal | 236 | 340 | 153 | 35 | 0 | 64 | 14 | 136 | 101 | 101 |
| Binary | 10011110 | 11100000 | 1101011 | 11101 | 0 | 110100 | 1100 | 1011110 | 1000001 | 1000001 |
Color Harmonies of #9EE06B
Complementary color
Monochromatic Colors of #9EE06B
Black with #9EE06B
Text Example
Text Example
White with #9EE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE06B; }
p { color: rgb(158,224,107); }
H1.HeaderClassName
{
color: #9EE06B;
}
.AnyTagClassName
{
color: #9EE06B;
}
</style>
background-color css
<style>
a { background-color: #9EE06B; }
a { background-color: rgb(158,224,107); }
div.DivClassName
{
background-color: #9EE06B;
}
.BgClassName
{
background-color: #9EE06B;
}
</style>
border-color css
<style>
span { border-color: #9EE06B; }
span { border-color: rgb(158,224,107); }
td.TdClassName
{
border-color: #9EE06B;
}
.TagClassName
{
border-color: #9EE06B;
}
</style>