Shades of Feijoa #9EDB75
Tints of Feijoa #9EDB75
RGB
CMYK
RGB Variations
Color information
#9EDB75 (or 0x9EDB75) is known color: Feijoa. HEX triplet: 9E, DB and 75. RGB value is (158,219,117). Sum of RGB (Red+Green+Blue) = 158+219+117=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB75 is #61248A. Grayscale: #BDBDBD. Windows color (decimal): -6366347 or 7723934. OLE color: 7723934.
HSL color Cylindrical-coordinate representation of color #9EDB75: hue angle of 95.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EDB75 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 117 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.14 |
| HSL | 95.88º | 0.59% | 0.66% | - |
| HSV(B) | 95.88º | 0.47% | 0.86% | - |
| XYZ | 42.64 | 59.22 | 26.01 | - |
| YUV | 189.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 117 | 0.28 | 0 | 0.47 | 0.14 | 95.88 | 0.59 | 0.66 |
| Hex | 9E | DB | 75 | 1C | 0 | 2F | E | 60 | 3B | 42 |
| Octal | 236 | 333 | 165 | 34 | 0 | 57 | 16 | 140 | 73 | 102 |
| Binary | 10011110 | 11011011 | 1110101 | 11100 | 0 | 101111 | 1110 | 1100000 | 111011 | 1000010 |
Color Harmonies of #9EDB75
Complementary color
Monochromatic Colors of #9EDB75
Black with #9EDB75
Text Example
Text Example
White with #9EDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB75; }
p { color: rgb(158,219,117); }
H1.HeaderClassName
{
color: #9EDB75;
}
.AnyTagClassName
{
color: #9EDB75;
}
</style>
background-color css
<style>
a { background-color: #9EDB75; }
a { background-color: rgb(158,219,117); }
div.DivClassName
{
background-color: #9EDB75;
}
.BgClassName
{
background-color: #9EDB75;
}
</style>
border-color css
<style>
span { border-color: #9EDB75; }
span { border-color: rgb(158,219,117); }
td.TdClassName
{
border-color: #9EDB75;
}
.TagClassName
{
border-color: #9EDB75;
}
</style>