Shades of Feijoa #9FDB76
Tints of Feijoa #9FDB76
RGB
CMYK
RGB Variations
Color information
#9FDB76 (or 0x9FDB76) is known color: Feijoa. HEX triplet: 9F, DB and 76. RGB value is (159,219,118). Sum of RGB (Red+Green+Blue) = 159+219+118=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB76 is #602489. Grayscale: #BDBDBD. Windows color (decimal): -6300810 or 7789471. OLE color: 7789471.
HSL color Cylindrical-coordinate representation of color #9FDB76: hue angle of 95.64º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FDB76 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 118 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.14 |
| HSL | 95.64º | 0.58% | 0.66% | - |
| HSV(B) | 95.64º | 0.46% | 0.86% | - |
| XYZ | 42.9 | 59.34 | 26.33 | - |
| YUV | 189.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 118 | 0.27 | 0 | 0.46 | 0.14 | 95.64 | 0.58 | 0.66 |
| Hex | 9F | DB | 76 | 1B | 0 | 2E | E | 60 | 3A | 42 |
| Octal | 237 | 333 | 166 | 33 | 0 | 56 | 16 | 140 | 72 | 102 |
| Binary | 10011111 | 11011011 | 1110110 | 11011 | 0 | 101110 | 1110 | 1100000 | 111010 | 1000010 |
Color Harmonies of #9FDB76
Complementary color
Monochromatic Colors of #9FDB76
Black with #9FDB76
Text Example
Text Example
White with #9FDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB76; }
p { color: rgb(159,219,118); }
H1.HeaderClassName
{
color: #9FDB76;
}
.AnyTagClassName
{
color: #9FDB76;
}
</style>
background-color css
<style>
a { background-color: #9FDB76; }
a { background-color: rgb(159,219,118); }
div.DivClassName
{
background-color: #9FDB76;
}
.BgClassName
{
background-color: #9FDB76;
}
</style>
border-color css
<style>
span { border-color: #9FDB76; }
span { border-color: rgb(159,219,118); }
td.TdClassName
{
border-color: #9FDB76;
}
.TagClassName
{
border-color: #9FDB76;
}
</style>