Shades of Feijoa #9EDA6E
Tints of Feijoa #9EDA6E
RGB
CMYK
RGB Variations
Color information
#9EDA6E (or 0x9EDA6E) is known color: Feijoa. HEX triplet: 9E, DA and 6E. RGB value is (158,218,110). Sum of RGB (Red+Green+Blue) = 158+218+110=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA6E is #612591. Grayscale: #BCBCBC. Windows color (decimal): -6366610 or 7264926. OLE color: 7264926.
HSL color Cylindrical-coordinate representation of color #9EDA6E: hue angle of 93.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EDA6E is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 110 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.15 |
| HSL | 93.33º | 0.59% | 0.64% | - |
| HSV(B) | 93.33º | 0.5% | 0.85% | - |
| XYZ | 41.99 | 58.54 | 23.84 | - |
| YUV | 187.75 | 84.12 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 110 | 0.28 | 0 | 0.50 | 0.15 | 93.33 | 0.59 | 0.64 |
| Hex | 9E | DA | 6E | 1C | 0 | 32 | F | 5D | 3B | 40 |
| Octal | 236 | 332 | 156 | 34 | 0 | 62 | 17 | 135 | 73 | 100 |
| Binary | 10011110 | 11011010 | 1101110 | 11100 | 0 | 110010 | 1111 | 1011101 | 111011 | 1000000 |
Color Harmonies of #9EDA6E
Complementary color
Monochromatic Colors of #9EDA6E
Black with #9EDA6E
Text Example
Text Example
White with #9EDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA6E; }
p { color: rgb(158,218,110); }
H1.HeaderClassName
{
color: #9EDA6E;
}
.AnyTagClassName
{
color: #9EDA6E;
}
</style>
background-color css
<style>
a { background-color: #9EDA6E; }
a { background-color: rgb(158,218,110); }
div.DivClassName
{
background-color: #9EDA6E;
}
.BgClassName
{
background-color: #9EDA6E;
}
</style>
border-color css
<style>
span { border-color: #9EDA6E; }
span { border-color: rgb(158,218,110); }
td.TdClassName
{
border-color: #9EDA6E;
}
.TagClassName
{
border-color: #9EDA6E;
}
</style>