Shades of Feijoa #9EDE7C
Tints of Feijoa #9EDE7C
RGB
CMYK
RGB Variations
Color information
#9EDE7C (or 0x9EDE7C) is known color: Feijoa. HEX triplet: 9E, DE and 7C. RGB value is (158,222,124). Sum of RGB (Red+Green+Blue) = 158+222+124=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDE7C is #612183. Grayscale: #C0C0C0. Windows color (decimal): -6365572 or 8183454. OLE color: 8183454.
HSL color Cylindrical-coordinate representation of color #9EDE7C: hue angle of 99.18º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9EDE7C is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 222 | 124 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.13 |
| HSL | 99.18º | 0.6% | 0.68% | - |
| HSV(B) | 99.18º | 0.44% | 0.87% | - |
| XYZ | 43.86 | 60.97 | 28.52 | - |
| YUV | 191.69 | 89.8 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 124 | 0.29 | 0 | 0.44 | 0.13 | 99.18 | 0.6 | 0.68 |
| Hex | 9E | DE | 7C | 1D | 0 | 2C | D | 63 | 3C | 44 |
| Octal | 236 | 336 | 174 | 35 | 0 | 54 | 15 | 143 | 74 | 104 |
| Binary | 10011110 | 11011110 | 1111100 | 11101 | 0 | 101100 | 1101 | 1100011 | 111100 | 1000100 |
Color Harmonies of #9EDE7C
Complementary color
Monochromatic Colors of #9EDE7C
Black with #9EDE7C
Text Example
Text Example
White with #9EDE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDE7C; }
p { color: rgb(158,222,124); }
H1.HeaderClassName
{
color: #9EDE7C;
}
.AnyTagClassName
{
color: #9EDE7C;
}
</style>
background-color css
<style>
a { background-color: #9EDE7C; }
a { background-color: rgb(158,222,124); }
div.DivClassName
{
background-color: #9EDE7C;
}
.BgClassName
{
background-color: #9EDE7C;
}
</style>
border-color css
<style>
span { border-color: #9EDE7C; }
span { border-color: rgb(158,222,124); }
td.TdClassName
{
border-color: #9EDE7C;
}
.TagClassName
{
border-color: #9EDE7C;
}
</style>