Shades of Feijoa #9EDE74
Tints of Feijoa #9EDE74
RGB
CMYK
RGB Variations
Color information
#9EDE74 (or 0x9EDE74) is known color: Feijoa. HEX triplet: 9E, DE and 74. RGB value is (158,222,116). Sum of RGB (Red+Green+Blue) = 158+222+116=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDE74 is #61218B. Grayscale: #BFBFBF. Windows color (decimal): -6365580 or 7659166. OLE color: 7659166.
HSL color Cylindrical-coordinate representation of color #9EDE74: hue angle of 96.23º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EDE74 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 222 | 116 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.13 |
| HSL | 96.23º | 0.62% | 0.66% | - |
| HSV(B) | 96.23º | 0.48% | 0.87% | - |
| XYZ | 43.37 | 60.77 | 25.97 | - |
| YUV | 190.78 | 85.8 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 116 | 0.29 | 0 | 0.48 | 0.13 | 96.23 | 0.62 | 0.66 |
| Hex | 9E | DE | 74 | 1D | 0 | 30 | D | 60 | 3E | 42 |
| Octal | 236 | 336 | 164 | 35 | 0 | 60 | 15 | 140 | 76 | 102 |
| Binary | 10011110 | 11011110 | 1110100 | 11101 | 0 | 110000 | 1101 | 1100000 | 111110 | 1000010 |
Color Harmonies of #9EDE74
Complementary color
Monochromatic Colors of #9EDE74
Black with #9EDE74
Text Example
Text Example
White with #9EDE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDE74; }
p { color: rgb(158,222,116); }
H1.HeaderClassName
{
color: #9EDE74;
}
.AnyTagClassName
{
color: #9EDE74;
}
</style>
background-color css
<style>
a { background-color: #9EDE74; }
a { background-color: rgb(158,222,116); }
div.DivClassName
{
background-color: #9EDE74;
}
.BgClassName
{
background-color: #9EDE74;
}
</style>
border-color css
<style>
span { border-color: #9EDE74; }
span { border-color: rgb(158,222,116); }
td.TdClassName
{
border-color: #9EDE74;
}
.TagClassName
{
border-color: #9EDE74;
}
</style>