Shades of Feijoa #9EE06A
Tints of Feijoa #9EE06A
RGB
CMYK
RGB Variations
Color information
#9EE06A (or 0x9EE06A) is known color: Feijoa. HEX triplet: 9E, E0 and 6A. RGB value is (158,224,106). Sum of RGB (Red+Green+Blue) = 158+224+106=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE06A is #611F95. Grayscale: #BFBFBF. Windows color (decimal): -6365078 or 7004318. OLE color: 7004318.
HSL color Cylindrical-coordinate representation of color #9EE06A: hue angle of 93.56º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9EE06A is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 106 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.12 |
| HSL | 93.56º | 0.66% | 0.65% | - |
| HSV(B) | 93.56º | 0.53% | 0.88% | - |
| XYZ | 43.36 | 61.62 | 23.24 | - |
| YUV | 190.81 | 80.13 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 106 | 0.29 | 0 | 0.53 | 0.12 | 93.56 | 0.66 | 0.65 |
| Hex | 9E | E0 | 6A | 1D | 0 | 35 | C | 5E | 42 | 41 |
| Octal | 236 | 340 | 152 | 35 | 0 | 65 | 14 | 136 | 102 | 101 |
| Binary | 10011110 | 11100000 | 1101010 | 11101 | 0 | 110101 | 1100 | 1011110 | 1000010 | 1000001 |
Color Harmonies of #9EE06A
Complementary color
Monochromatic Colors of #9EE06A
Black with #9EE06A
Text Example
Text Example
White with #9EE06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE06A; }
p { color: rgb(158,224,106); }
H1.HeaderClassName
{
color: #9EE06A;
}
.AnyTagClassName
{
color: #9EE06A;
}
</style>
background-color css
<style>
a { background-color: #9EE06A; }
a { background-color: rgb(158,224,106); }
div.DivClassName
{
background-color: #9EE06A;
}
.BgClassName
{
background-color: #9EE06A;
}
</style>
border-color css
<style>
span { border-color: #9EE06A; }
span { border-color: rgb(158,224,106); }
td.TdClassName
{
border-color: #9EE06A;
}
.TagClassName
{
border-color: #9EE06A;
}
</style>