Shades of Feijoa #9EDA6C
Tints of Feijoa #9EDA6C
RGB
CMYK
RGB Variations
Color information
#9EDA6C (or 0x9EDA6C) is known color: Feijoa. HEX triplet: 9E, DA and 6C. RGB value is (158,218,108). Sum of RGB (Red+Green+Blue) = 158+218+108=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA6C is #612593. Grayscale: #BBBBBB. Windows color (decimal): -6366612 or 7133854. OLE color: 7133854.
HSL color Cylindrical-coordinate representation of color #9EDA6C: hue angle of 92.73º degrees, saturation: 0.6, 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 #9EDA6C is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 108 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.15 |
| HSL | 92.73º | 0.6% | 0.64% | - |
| HSV(B) | 92.73º | 0.5% | 0.85% | - |
| XYZ | 41.88 | 58.49 | 23.27 | - |
| YUV | 187.52 | 83.12 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 108 | 0.28 | 0 | 0.50 | 0.15 | 92.73 | 0.6 | 0.64 |
| Hex | 9E | DA | 6C | 1C | 0 | 32 | F | 5D | 3C | 40 |
| Octal | 236 | 332 | 154 | 34 | 0 | 62 | 17 | 135 | 74 | 100 |
| Binary | 10011110 | 11011010 | 1101100 | 11100 | 0 | 110010 | 1111 | 1011101 | 111100 | 1000000 |
Color Harmonies of #9EDA6C
Complementary color
Monochromatic Colors of #9EDA6C
Black with #9EDA6C
Text Example
Text Example
White with #9EDA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA6C; }
p { color: rgb(158,218,108); }
H1.HeaderClassName
{
color: #9EDA6C;
}
.AnyTagClassName
{
color: #9EDA6C;
}
</style>
background-color css
<style>
a { background-color: #9EDA6C; }
a { background-color: rgb(158,218,108); }
div.DivClassName
{
background-color: #9EDA6C;
}
.BgClassName
{
background-color: #9EDA6C;
}
</style>
border-color css
<style>
span { border-color: #9EDA6C; }
span { border-color: rgb(158,218,108); }
td.TdClassName
{
border-color: #9EDA6C;
}
.TagClassName
{
border-color: #9EDA6C;
}
</style>