Shades of Feijoa #9EDA6F
Tints of Feijoa #9EDA6F
RGB
CMYK
RGB Variations
Color information
#9EDA6F (or 0x9EDA6F) is known color: Feijoa. HEX triplet: 9E, DA and 6F. RGB value is (158,218,111). Sum of RGB (Red+Green+Blue) = 158+218+111=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA6F is #612590. Grayscale: #BCBCBC. Windows color (decimal): -6366609 or 7330462. OLE color: 7330462.
HSL color Cylindrical-coordinate representation of color #9EDA6F: hue angle of 93.64º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EDA6F is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 111 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.15 |
| HSL | 93.64º | 0.59% | 0.65% | - |
| HSV(B) | 93.64º | 0.49% | 0.85% | - |
| XYZ | 42.04 | 58.56 | 24.13 | - |
| YUV | 187.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 111 | 0.28 | 0 | 0.49 | 0.15 | 93.64 | 0.59 | 0.65 |
| Hex | 9E | DA | 6F | 1C | 0 | 31 | F | 5E | 3B | 41 |
| Octal | 236 | 332 | 157 | 34 | 0 | 61 | 17 | 136 | 73 | 101 |
| Binary | 10011110 | 11011010 | 1101111 | 11100 | 0 | 110001 | 1111 | 1011110 | 111011 | 1000001 |
Color Harmonies of #9EDA6F
Complementary color
Monochromatic Colors of #9EDA6F
Black with #9EDA6F
Text Example
Text Example
White with #9EDA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA6F; }
p { color: rgb(158,218,111); }
H1.HeaderClassName
{
color: #9EDA6F;
}
.AnyTagClassName
{
color: #9EDA6F;
}
</style>
background-color css
<style>
a { background-color: #9EDA6F; }
a { background-color: rgb(158,218,111); }
div.DivClassName
{
background-color: #9EDA6F;
}
.BgClassName
{
background-color: #9EDA6F;
}
</style>
border-color css
<style>
span { border-color: #9EDA6F; }
span { border-color: rgb(158,218,111); }
td.TdClassName
{
border-color: #9EDA6F;
}
.TagClassName
{
border-color: #9EDA6F;
}
</style>