Shades of Feijoa #9FDC76
Tints of Feijoa #9FDC76
RGB
CMYK
RGB Variations
Color information
#9FDC76 (or 0x9FDC76) is known color: Feijoa. HEX triplet: 9F, DC and 76. RGB value is (159,220,118). Sum of RGB (Red+Green+Blue) = 159+220+118=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC76 is #602389. Grayscale: #BEBEBE. Windows color (decimal): -6300554 or 7789727. OLE color: 7789727.
HSL color Cylindrical-coordinate representation of color #9FDC76: hue angle of 95.88º degrees, saturation: 0.59, 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 #9FDC76 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 118 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.14 |
| HSL | 95.88º | 0.59% | 0.66% | - |
| HSV(B) | 95.88º | 0.46% | 0.86% | - |
| XYZ | 43.16 | 59.87 | 26.42 | - |
| YUV | 190.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 118 | 0.28 | 0 | 0.46 | 0.14 | 95.88 | 0.59 | 0.66 |
| Hex | 9F | DC | 76 | 1C | 0 | 2E | E | 60 | 3B | 42 |
| Octal | 237 | 334 | 166 | 34 | 0 | 56 | 16 | 140 | 73 | 102 |
| Binary | 10011111 | 11011100 | 1110110 | 11100 | 0 | 101110 | 1110 | 1100000 | 111011 | 1000010 |
Color Harmonies of #9FDC76
Complementary color
Monochromatic Colors of #9FDC76
Black with #9FDC76
Text Example
Text Example
White with #9FDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC76; }
p { color: rgb(159,220,118); }
H1.HeaderClassName
{
color: #9FDC76;
}
.AnyTagClassName
{
color: #9FDC76;
}
</style>
background-color css
<style>
a { background-color: #9FDC76; }
a { background-color: rgb(159,220,118); }
div.DivClassName
{
background-color: #9FDC76;
}
.BgClassName
{
background-color: #9FDC76;
}
</style>
border-color css
<style>
span { border-color: #9FDC76; }
span { border-color: rgb(159,220,118); }
td.TdClassName
{
border-color: #9FDC76;
}
.TagClassName
{
border-color: #9FDC76;
}
</style>