Shades of Feijoa #9EDF78
Tints of Feijoa #9EDF78
RGB
CMYK
RGB Variations
Color information
#9EDF78 (or 0x9EDF78) is known color: Feijoa. HEX triplet: 9E, DF and 78. RGB value is (158,223,120). Sum of RGB (Red+Green+Blue) = 158+223+120=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDF78 is #612087. Grayscale: #C0C0C0. Windows color (decimal): -6365320 or 7921566. OLE color: 7921566.
HSL color Cylindrical-coordinate representation of color #9EDF78: hue angle of 97.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EDF78 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 120 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.13 |
| HSL | 97.86º | 0.62% | 0.67% | - |
| HSV(B) | 97.86º | 0.46% | 0.87% | - |
| XYZ | 43.88 | 61.4 | 27.31 | - |
| YUV | 191.82 | 87.47 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 120 | 0.29 | 0 | 0.46 | 0.13 | 97.86 | 0.62 | 0.67 |
| Hex | 9E | DF | 78 | 1D | 0 | 2E | D | 62 | 3E | 43 |
| Octal | 236 | 337 | 170 | 35 | 0 | 56 | 15 | 142 | 76 | 103 |
| Binary | 10011110 | 11011111 | 1111000 | 11101 | 0 | 101110 | 1101 | 1100010 | 111110 | 1000011 |
Color Harmonies of #9EDF78
Complementary color
Monochromatic Colors of #9EDF78
Black with #9EDF78
Text Example
Text Example
White with #9EDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDF78; }
p { color: rgb(158,223,120); }
H1.HeaderClassName
{
color: #9EDF78;
}
.AnyTagClassName
{
color: #9EDF78;
}
</style>
background-color css
<style>
a { background-color: #9EDF78; }
a { background-color: rgb(158,223,120); }
div.DivClassName
{
background-color: #9EDF78;
}
.BgClassName
{
background-color: #9EDF78;
}
</style>
border-color css
<style>
span { border-color: #9EDF78; }
span { border-color: rgb(158,223,120); }
td.TdClassName
{
border-color: #9EDF78;
}
.TagClassName
{
border-color: #9EDF78;
}
</style>