Shades of Feijoa #9FD96C
Tints of Feijoa #9FD96C
RGB
CMYK
RGB Variations
Color information
#9FD96C (or 0x9FD96C) is known color: Feijoa. HEX triplet: 9F, D9 and 6C. RGB value is (159,217,108). Sum of RGB (Red+Green+Blue) = 159+217+108=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD96C is #602693. Grayscale: #BBBBBB. Windows color (decimal): -6301332 or 7133599. OLE color: 7133599.
HSL color Cylindrical-coordinate representation of color #9FD96C: hue angle of 91.93º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FD96C is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 217 | 108 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.15 |
| HSL | 91.93º | 0.59% | 0.64% | - |
| HSV(B) | 91.93º | 0.5% | 0.85% | - |
| XYZ | 41.82 | 58.08 | 23.19 | - |
| YUV | 187.23 | 83.28 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 217 | 108 | 0.27 | 0 | 0.50 | 0.15 | 91.93 | 0.59 | 0.64 |
| Hex | 9F | D9 | 6C | 1B | 0 | 32 | F | 5C | 3B | 40 |
| Octal | 237 | 331 | 154 | 33 | 0 | 62 | 17 | 134 | 73 | 100 |
| Binary | 10011111 | 11011001 | 1101100 | 11011 | 0 | 110010 | 1111 | 1011100 | 111011 | 1000000 |
Color Harmonies of #9FD96C
Complementary color
Monochromatic Colors of #9FD96C
Black with #9FD96C
Text Example
Text Example
White with #9FD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD96C; }
p { color: rgb(159,217,108); }
H1.HeaderClassName
{
color: #9FD96C;
}
.AnyTagClassName
{
color: #9FD96C;
}
</style>
background-color css
<style>
a { background-color: #9FD96C; }
a { background-color: rgb(159,217,108); }
div.DivClassName
{
background-color: #9FD96C;
}
.BgClassName
{
background-color: #9FD96C;
}
</style>
border-color css
<style>
span { border-color: #9FD96C; }
span { border-color: rgb(159,217,108); }
td.TdClassName
{
border-color: #9FD96C;
}
.TagClassName
{
border-color: #9FD96C;
}
</style>