Shades of Feijoa #9FD76C
Tints of Feijoa #9FD76C
RGB
CMYK
RGB Variations
Color information
#9FD76C (or 0x9FD76C) is known color: Feijoa. HEX triplet: 9F, D7 and 6C. RGB value is (159,215,108). Sum of RGB (Red+Green+Blue) = 159+215+108=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD76C is #602893. Grayscale: #BABABA. Windows color (decimal): -6301844 or 7133087. OLE color: 7133087.
HSL color Cylindrical-coordinate representation of color #9FD76C: hue angle of 91.4º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FD76C is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 215 | 108 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.16 |
| HSL | 91.4º | 0.57% | 0.63% | - |
| HSV(B) | 91.4º | 0.5% | 0.84% | - |
| XYZ | 41.31 | 57.05 | 23.02 | - |
| YUV | 186.06 | 83.95 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 215 | 108 | 0.26 | 0 | 0.50 | 0.16 | 91.4 | 0.57 | 0.63 |
| Hex | 9F | D7 | 6C | 1A | 0 | 32 | 10 | 5B | 39 | 3F |
| Octal | 237 | 327 | 154 | 32 | 0 | 62 | 20 | 133 | 71 | 77 |
| Binary | 10011111 | 11010111 | 1101100 | 11010 | 0 | 110010 | 10000 | 1011011 | 111001 | 111111 |
Color Harmonies of #9FD76C
Complementary color
Monochromatic Colors of #9FD76C
Black with #9FD76C
Text Example
Text Example
White with #9FD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD76C; }
p { color: rgb(159,215,108); }
H1.HeaderClassName
{
color: #9FD76C;
}
.AnyTagClassName
{
color: #9FD76C;
}
</style>
background-color css
<style>
a { background-color: #9FD76C; }
a { background-color: rgb(159,215,108); }
div.DivClassName
{
background-color: #9FD76C;
}
.BgClassName
{
background-color: #9FD76C;
}
</style>
border-color css
<style>
span { border-color: #9FD76C; }
span { border-color: rgb(159,215,108); }
td.TdClassName
{
border-color: #9FD76C;
}
.TagClassName
{
border-color: #9FD76C;
}
</style>