Shades of Feijoa #9FDD76
Tints of Feijoa #9FDD76
RGB
CMYK
RGB Variations
Color information
#9FDD76 (or 0x9FDD76) is known color: Feijoa. HEX triplet: 9F, DD and 76. RGB value is (159,221,118). Sum of RGB (Red+Green+Blue) = 159+221+118=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD76 is #602289. Grayscale: #BFBFBF. Windows color (decimal): -6300298 or 7789983. OLE color: 7789983.
HSL color Cylindrical-coordinate representation of color #9FDD76: hue angle of 96.12º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FDD76 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 118 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.13 |
| HSL | 96.12º | 0.6% | 0.66% | - |
| HSV(B) | 96.12º | 0.47% | 0.87% | - |
| XYZ | 43.42 | 60.39 | 26.51 | - |
| YUV | 190.72 | 86.96 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 118 | 0.28 | 0 | 0.47 | 0.13 | 96.12 | 0.6 | 0.66 |
| Hex | 9F | DD | 76 | 1C | 0 | 2F | D | 60 | 3C | 42 |
| Octal | 237 | 335 | 166 | 34 | 0 | 57 | 15 | 140 | 74 | 102 |
| Binary | 10011111 | 11011101 | 1110110 | 11100 | 0 | 101111 | 1101 | 1100000 | 111100 | 1000010 |
Color Harmonies of #9FDD76
Complementary color
Monochromatic Colors of #9FDD76
Black with #9FDD76
Text Example
Text Example
White with #9FDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD76; }
p { color: rgb(159,221,118); }
H1.HeaderClassName
{
color: #9FDD76;
}
.AnyTagClassName
{
color: #9FDD76;
}
</style>
background-color css
<style>
a { background-color: #9FDD76; }
a { background-color: rgb(159,221,118); }
div.DivClassName
{
background-color: #9FDD76;
}
.BgClassName
{
background-color: #9FDD76;
}
</style>
border-color css
<style>
span { border-color: #9FDD76; }
span { border-color: rgb(159,221,118); }
td.TdClassName
{
border-color: #9FDD76;
}
.TagClassName
{
border-color: #9FDD76;
}
</style>