Shades of Feijoa #9EDC77
Tints of Feijoa #9EDC77
RGB
CMYK
RGB Variations
Color information
#9EDC77 (or 0x9EDC77) is known color: Feijoa. HEX triplet: 9E, DC and 77. RGB value is (158,220,119). Sum of RGB (Red+Green+Blue) = 158+220+119=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC77 is #612388. Grayscale: #BEBEBE. Windows color (decimal): -6366089 or 7855262. OLE color: 7855262.
HSL color Cylindrical-coordinate representation of color #9EDC77: hue angle of 96.83º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EDC77 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 119 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.14 |
| HSL | 96.83º | 0.59% | 0.66% | - |
| HSV(B) | 96.83º | 0.46% | 0.86% | - |
| XYZ | 43.02 | 59.79 | 26.73 | - |
| YUV | 189.95 | 87.96 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 119 | 0.28 | 0 | 0.46 | 0.14 | 96.83 | 0.59 | 0.66 |
| Hex | 9E | DC | 77 | 1C | 0 | 2E | E | 61 | 3B | 42 |
| Octal | 236 | 334 | 167 | 34 | 0 | 56 | 16 | 141 | 73 | 102 |
| Binary | 10011110 | 11011100 | 1110111 | 11100 | 0 | 101110 | 1110 | 1100001 | 111011 | 1000010 |
Color Harmonies of #9EDC77
Complementary color
Monochromatic Colors of #9EDC77
Black with #9EDC77
Text Example
Text Example
White with #9EDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDC77; }
p { color: rgb(158,220,119); }
H1.HeaderClassName
{
color: #9EDC77;
}
.AnyTagClassName
{
color: #9EDC77;
}
</style>
background-color css
<style>
a { background-color: #9EDC77; }
a { background-color: rgb(158,220,119); }
div.DivClassName
{
background-color: #9EDC77;
}
.BgClassName
{
background-color: #9EDC77;
}
</style>
border-color css
<style>
span { border-color: #9EDC77; }
span { border-color: rgb(158,220,119); }
td.TdClassName
{
border-color: #9EDC77;
}
.TagClassName
{
border-color: #9EDC77;
}
</style>