Shades of Feijoa #9EDA71
Tints of Feijoa #9EDA71
RGB
CMYK
RGB Variations
Color information
#9EDA71 (or 0x9EDA71) is known color: Feijoa. HEX triplet: 9E, DA and 71. RGB value is (158,218,113). Sum of RGB (Red+Green+Blue) = 158+218+113=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA71 is #61258E. Grayscale: #BCBCBC. Windows color (decimal): -6366607 or 7461534. OLE color: 7461534.
HSL color Cylindrical-coordinate representation of color #9EDA71: hue angle of 94.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EDA71 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 113 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.15 |
| HSL | 94.29º | 0.59% | 0.65% | - |
| HSV(B) | 94.29º | 0.48% | 0.85% | - |
| XYZ | 42.15 | 58.6 | 24.71 | - |
| YUV | 188.09 | 85.62 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 113 | 0.28 | 0 | 0.48 | 0.15 | 94.29 | 0.59 | 0.65 |
| Hex | 9E | DA | 71 | 1C | 0 | 30 | F | 5E | 3B | 41 |
| Octal | 236 | 332 | 161 | 34 | 0 | 60 | 17 | 136 | 73 | 101 |
| Binary | 10011110 | 11011010 | 1110001 | 11100 | 0 | 110000 | 1111 | 1011110 | 111011 | 1000001 |
Color Harmonies of #9EDA71
Complementary color
Monochromatic Colors of #9EDA71
Black with #9EDA71
Text Example
Text Example
White with #9EDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA71; }
p { color: rgb(158,218,113); }
H1.HeaderClassName
{
color: #9EDA71;
}
.AnyTagClassName
{
color: #9EDA71;
}
</style>
background-color css
<style>
a { background-color: #9EDA71; }
a { background-color: rgb(158,218,113); }
div.DivClassName
{
background-color: #9EDA71;
}
.BgClassName
{
background-color: #9EDA71;
}
</style>
border-color css
<style>
span { border-color: #9EDA71; }
span { border-color: rgb(158,218,113); }
td.TdClassName
{
border-color: #9EDA71;
}
.TagClassName
{
border-color: #9EDA71;
}
</style>