Shades of Feijoa #9FD978
Tints of Feijoa #9FD978
RGB
CMYK
RGB Variations
Color information
#9FD978 (or 0x9FD978) is known color: Feijoa. HEX triplet: 9F, D9 and 78. RGB value is (159,217,120). Sum of RGB (Red+Green+Blue) = 159+217+120=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD978 is #602687. Grayscale: #BCBCBC. Windows color (decimal): -6301320 or 7920031. OLE color: 7920031.
HSL color Cylindrical-coordinate representation of color #9FD978: hue angle of 95.88º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FD978 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 217 | 120 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.15 |
| HSL | 95.88º | 0.56% | 0.66% | - |
| HSV(B) | 95.88º | 0.45% | 0.85% | - |
| XYZ | 42.5 | 58.35 | 26.79 | - |
| YUV | 188.6 | 89.28 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 217 | 120 | 0.27 | 0 | 0.45 | 0.15 | 95.88 | 0.56 | 0.66 |
| Hex | 9F | D9 | 78 | 1B | 0 | 2D | F | 60 | 38 | 42 |
| Octal | 237 | 331 | 170 | 33 | 0 | 55 | 17 | 140 | 70 | 102 |
| Binary | 10011111 | 11011001 | 1111000 | 11011 | 0 | 101101 | 1111 | 1100000 | 111000 | 1000010 |
Color Harmonies of #9FD978
Complementary color
Monochromatic Colors of #9FD978
Black with #9FD978
Text Example
Text Example
White with #9FD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD978; }
p { color: rgb(159,217,120); }
H1.HeaderClassName
{
color: #9FD978;
}
.AnyTagClassName
{
color: #9FD978;
}
</style>
background-color css
<style>
a { background-color: #9FD978; }
a { background-color: rgb(159,217,120); }
div.DivClassName
{
background-color: #9FD978;
}
.BgClassName
{
background-color: #9FD978;
}
</style>
border-color css
<style>
span { border-color: #9FD978; }
span { border-color: rgb(159,217,120); }
td.TdClassName
{
border-color: #9FD978;
}
.TagClassName
{
border-color: #9FD978;
}
</style>