Shades of Feijoa #9EDE7D
Tints of Feijoa #9EDE7D
RGB
CMYK
RGB Variations
Color information
#9EDE7D (or 0x9EDE7D) is known color: Feijoa. HEX triplet: 9E, DE and 7D. RGB value is (158,222,125). Sum of RGB (Red+Green+Blue) = 158+222+125=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDE7D is #612182. Grayscale: #C0C0C0. Windows color (decimal): -6365571 or 8248990. OLE color: 8248990.
HSL color Cylindrical-coordinate representation of color #9EDE7D: hue angle of 99.59º 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 #9EDE7D is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 222 | 125 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.13 |
| HSL | 99.59º | 0.6% | 0.68% | - |
| HSV(B) | 99.59º | 0.44% | 0.87% | - |
| XYZ | 43.92 | 60.99 | 28.86 | - |
| YUV | 191.81 | 90.3 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 125 | 0.29 | 0 | 0.44 | 0.13 | 99.59 | 0.6 | 0.68 |
| Hex | 9E | DE | 7D | 1D | 0 | 2C | D | 64 | 3C | 44 |
| Octal | 236 | 336 | 175 | 35 | 0 | 54 | 15 | 144 | 74 | 104 |
| Binary | 10011110 | 11011110 | 1111101 | 11101 | 0 | 101100 | 1101 | 1100100 | 111100 | 1000100 |
Color Harmonies of #9EDE7D
Complementary color
Monochromatic Colors of #9EDE7D
Black with #9EDE7D
Text Example
Text Example
White with #9EDE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDE7D; }
p { color: rgb(158,222,125); }
H1.HeaderClassName
{
color: #9EDE7D;
}
.AnyTagClassName
{
color: #9EDE7D;
}
</style>
background-color css
<style>
a { background-color: #9EDE7D; }
a { background-color: rgb(158,222,125); }
div.DivClassName
{
background-color: #9EDE7D;
}
.BgClassName
{
background-color: #9EDE7D;
}
</style>
border-color css
<style>
span { border-color: #9EDE7D; }
span { border-color: rgb(158,222,125); }
td.TdClassName
{
border-color: #9EDE7D;
}
.TagClassName
{
border-color: #9EDE7D;
}
</style>