Shades of Feijoa #9FD86E
Tints of Feijoa #9FD86E
RGB
CMYK
RGB Variations
Color information
#9FD86E (or 0x9FD86E) is known color: Feijoa. HEX triplet: 9F, D8 and 6E. RGB value is (159,216,110). Sum of RGB (Red+Green+Blue) = 159+216+110=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD86E is #602791. Grayscale: #BBBBBB. Windows color (decimal): -6301586 or 7264415. OLE color: 7264415.
HSL color Cylindrical-coordinate representation of color #9FD86E: hue angle of 92.26º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FD86E is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 216 | 110 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.15 |
| HSL | 92.26º | 0.58% | 0.64% | - |
| HSV(B) | 92.26º | 0.49% | 0.85% | - |
| XYZ | 41.67 | 57.61 | 23.68 | - |
| YUV | 186.87 | 84.62 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 216 | 110 | 0.26 | 0 | 0.49 | 0.15 | 92.26 | 0.58 | 0.64 |
| Hex | 9F | D8 | 6E | 1A | 0 | 31 | F | 5C | 3A | 40 |
| Octal | 237 | 330 | 156 | 32 | 0 | 61 | 17 | 134 | 72 | 100 |
| Binary | 10011111 | 11011000 | 1101110 | 11010 | 0 | 110001 | 1111 | 1011100 | 111010 | 1000000 |
Color Harmonies of #9FD86E
Complementary color
Monochromatic Colors of #9FD86E
Black with #9FD86E
Text Example
Text Example
White with #9FD86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD86E; }
p { color: rgb(159,216,110); }
H1.HeaderClassName
{
color: #9FD86E;
}
.AnyTagClassName
{
color: #9FD86E;
}
</style>
background-color css
<style>
a { background-color: #9FD86E; }
a { background-color: rgb(159,216,110); }
div.DivClassName
{
background-color: #9FD86E;
}
.BgClassName
{
background-color: #9FD86E;
}
</style>
border-color css
<style>
span { border-color: #9FD86E; }
span { border-color: rgb(159,216,110); }
td.TdClassName
{
border-color: #9FD86E;
}
.TagClassName
{
border-color: #9FD86E;
}
</style>