Shades of Feijoa #9FDC73
Tints of Feijoa #9FDC73
RGB
CMYK
RGB Variations
Color information
#9FDC73 (or 0x9FDC73) is known color: Feijoa. HEX triplet: 9F, DC and 73. RGB value is (159,220,115). Sum of RGB (Red+Green+Blue) = 159+220+115=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC73 is #60238C. Grayscale: #BEBEBE. Windows color (decimal): -6300557 or 7593119. OLE color: 7593119.
HSL color Cylindrical-coordinate representation of color #9FDC73: hue angle of 94.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FDC73 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 115 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.14 |
| HSL | 94.86º | 0.6% | 0.66% | - |
| HSV(B) | 94.86º | 0.48% | 0.86% | - |
| XYZ | 42.99 | 59.8 | 25.5 | - |
| YUV | 189.79 | 85.79 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 115 | 0.28 | 0 | 0.48 | 0.14 | 94.86 | 0.6 | 0.66 |
| Hex | 9F | DC | 73 | 1C | 0 | 30 | E | 5F | 3C | 42 |
| Octal | 237 | 334 | 163 | 34 | 0 | 60 | 16 | 137 | 74 | 102 |
| Binary | 10011111 | 11011100 | 1110011 | 11100 | 0 | 110000 | 1110 | 1011111 | 111100 | 1000010 |
Color Harmonies of #9FDC73
Complementary color
Monochromatic Colors of #9FDC73
Black with #9FDC73
Text Example
Text Example
White with #9FDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC73; }
p { color: rgb(159,220,115); }
H1.HeaderClassName
{
color: #9FDC73;
}
.AnyTagClassName
{
color: #9FDC73;
}
</style>
background-color css
<style>
a { background-color: #9FDC73; }
a { background-color: rgb(159,220,115); }
div.DivClassName
{
background-color: #9FDC73;
}
.BgClassName
{
background-color: #9FDC73;
}
</style>
border-color css
<style>
span { border-color: #9FDC73; }
span { border-color: rgb(159,220,115); }
td.TdClassName
{
border-color: #9FDC73;
}
.TagClassName
{
border-color: #9FDC73;
}
</style>