Shades of Feijoa #9EDB6E
Tints of Feijoa #9EDB6E
RGB
CMYK
RGB Variations
Color information
#9EDB6E (or 0x9EDB6E) is known color: Feijoa. HEX triplet: 9E, DB and 6E. RGB value is (158,219,110). Sum of RGB (Red+Green+Blue) = 158+219+110=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB6E is #612491. Grayscale: #BCBCBC. Windows color (decimal): -6366354 or 7265182. OLE color: 7265182.
HSL color Cylindrical-coordinate representation of color #9EDB6E: hue angle of 93.58º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EDB6E is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 110 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.14 |
| HSL | 93.58º | 0.6% | 0.65% | - |
| HSV(B) | 93.58º | 0.5% | 0.86% | - |
| XYZ | 42.25 | 59.06 | 23.92 | - |
| YUV | 188.34 | 83.79 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 110 | 0.28 | 0 | 0.50 | 0.14 | 93.58 | 0.6 | 0.65 |
| Hex | 9E | DB | 6E | 1C | 0 | 32 | E | 5E | 3C | 41 |
| Octal | 236 | 333 | 156 | 34 | 0 | 62 | 16 | 136 | 74 | 101 |
| Binary | 10011110 | 11011011 | 1101110 | 11100 | 0 | 110010 | 1110 | 1011110 | 111100 | 1000001 |
Color Harmonies of #9EDB6E
Complementary color
Monochromatic Colors of #9EDB6E
Black with #9EDB6E
Text Example
Text Example
White with #9EDB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB6E; }
p { color: rgb(158,219,110); }
H1.HeaderClassName
{
color: #9EDB6E;
}
.AnyTagClassName
{
color: #9EDB6E;
}
</style>
background-color css
<style>
a { background-color: #9EDB6E; }
a { background-color: rgb(158,219,110); }
div.DivClassName
{
background-color: #9EDB6E;
}
.BgClassName
{
background-color: #9EDB6E;
}
</style>
border-color css
<style>
span { border-color: #9EDB6E; }
span { border-color: rgb(158,219,110); }
td.TdClassName
{
border-color: #9EDB6E;
}
.TagClassName
{
border-color: #9EDB6E;
}
</style>