Shades of Feijoa #9EDB6D
Tints of Feijoa #9EDB6D
RGB
CMYK
RGB Variations
Color information
#9EDB6D (or 0x9EDB6D) is known color: Feijoa. HEX triplet: 9E, DB and 6D. RGB value is (158,219,109). Sum of RGB (Red+Green+Blue) = 158+219+109=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB6D is #612492. Grayscale: #BCBCBC. Windows color (decimal): -6366355 or 7199646. OLE color: 7199646.
HSL color Cylindrical-coordinate representation of color #9EDB6D: hue angle of 93.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EDB6D is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 109 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.14 |
| HSL | 93.27º | 0.6% | 0.64% | - |
| HSV(B) | 93.27º | 0.5% | 0.86% | - |
| XYZ | 42.19 | 59.04 | 23.64 | - |
| YUV | 188.22 | 83.29 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 109 | 0.28 | 0 | 0.50 | 0.14 | 93.27 | 0.6 | 0.64 |
| Hex | 9E | DB | 6D | 1C | 0 | 32 | E | 5D | 3C | 40 |
| Octal | 236 | 333 | 155 | 34 | 0 | 62 | 16 | 135 | 74 | 100 |
| Binary | 10011110 | 11011011 | 1101101 | 11100 | 0 | 110010 | 1110 | 1011101 | 111100 | 1000000 |
Color Harmonies of #9EDB6D
Complementary color
Monochromatic Colors of #9EDB6D
Black with #9EDB6D
Text Example
Text Example
White with #9EDB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB6D; }
p { color: rgb(158,219,109); }
H1.HeaderClassName
{
color: #9EDB6D;
}
.AnyTagClassName
{
color: #9EDB6D;
}
</style>
background-color css
<style>
a { background-color: #9EDB6D; }
a { background-color: rgb(158,219,109); }
div.DivClassName
{
background-color: #9EDB6D;
}
.BgClassName
{
background-color: #9EDB6D;
}
</style>
border-color css
<style>
span { border-color: #9EDB6D; }
span { border-color: rgb(158,219,109); }
td.TdClassName
{
border-color: #9EDB6D;
}
.TagClassName
{
border-color: #9EDB6D;
}
</style>