Shades of Feijoa #9EDB7B
Tints of Feijoa #9EDB7B
RGB
CMYK
RGB Variations
Color information
#9EDB7B (or 0x9EDB7B) is known color: Feijoa. HEX triplet: 9E, DB and 7B. RGB value is (158,219,123). Sum of RGB (Red+Green+Blue) = 158+219+123=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB7B is #612484. Grayscale: #BEBEBE. Windows color (decimal): -6366341 or 8117150. OLE color: 8117150.
HSL color Cylindrical-coordinate representation of color #9EDB7B: hue angle of 98.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9EDB7B is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 123 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.14 |
| HSL | 98.13º | 0.57% | 0.67% | - |
| HSV(B) | 98.13º | 0.44% | 0.86% | - |
| XYZ | 43.01 | 59.36 | 27.93 | - |
| YUV | 189.82 | 90.29 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 123 | 0.28 | 0 | 0.44 | 0.14 | 98.13 | 0.57 | 0.67 |
| Hex | 9E | DB | 7B | 1C | 0 | 2C | E | 62 | 39 | 43 |
| Octal | 236 | 333 | 173 | 34 | 0 | 54 | 16 | 142 | 71 | 103 |
| Binary | 10011110 | 11011011 | 1111011 | 11100 | 0 | 101100 | 1110 | 1100010 | 111001 | 1000011 |
Color Harmonies of #9EDB7B
Complementary color
Monochromatic Colors of #9EDB7B
Black with #9EDB7B
Text Example
Text Example
White with #9EDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB7B; }
p { color: rgb(158,219,123); }
H1.HeaderClassName
{
color: #9EDB7B;
}
.AnyTagClassName
{
color: #9EDB7B;
}
</style>
background-color css
<style>
a { background-color: #9EDB7B; }
a { background-color: rgb(158,219,123); }
div.DivClassName
{
background-color: #9EDB7B;
}
.BgClassName
{
background-color: #9EDB7B;
}
</style>
border-color css
<style>
span { border-color: #9EDB7B; }
span { border-color: rgb(158,219,123); }
td.TdClassName
{
border-color: #9EDB7B;
}
.TagClassName
{
border-color: #9EDB7B;
}
</style>