Shades of Feijoa #9FD56C
Tints of Feijoa #9FD56C
RGB
CMYK
RGB Variations
Color information
#9FD56C (or 0x9FD56C) is known color: Feijoa. HEX triplet: 9F, D5 and 6C. RGB value is (159,213,108). Sum of RGB (Red+Green+Blue) = 159+213+108=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD56C is #602A93. Grayscale: #B9B9B9. Windows color (decimal): -6302356 or 7132575. OLE color: 7132575.
HSL color Cylindrical-coordinate representation of color #9FD56C: hue angle of 90.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FD56C is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 108 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.16 |
| HSL | 90.86º | 0.56% | 0.63% | - |
| HSV(B) | 90.86º | 0.49% | 0.84% | - |
| XYZ | 40.8 | 56.04 | 22.85 | - |
| YUV | 184.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 108 | 0.25 | 0 | 0.49 | 0.16 | 90.86 | 0.56 | 0.63 |
| Hex | 9F | D5 | 6C | 19 | 0 | 31 | 10 | 5B | 38 | 3F |
| Octal | 237 | 325 | 154 | 31 | 0 | 61 | 20 | 133 | 70 | 77 |
| Binary | 10011111 | 11010101 | 1101100 | 11001 | 0 | 110001 | 10000 | 1011011 | 111000 | 111111 |
Color Harmonies of #9FD56C
Complementary color
Monochromatic Colors of #9FD56C
Black with #9FD56C
Text Example
Text Example
White with #9FD56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD56C; }
p { color: rgb(159,213,108); }
H1.HeaderClassName
{
color: #9FD56C;
}
.AnyTagClassName
{
color: #9FD56C;
}
</style>
background-color css
<style>
a { background-color: #9FD56C; }
a { background-color: rgb(159,213,108); }
div.DivClassName
{
background-color: #9FD56C;
}
.BgClassName
{
background-color: #9FD56C;
}
</style>
border-color css
<style>
span { border-color: #9FD56C; }
span { border-color: rgb(159,213,108); }
td.TdClassName
{
border-color: #9FD56C;
}
.TagClassName
{
border-color: #9FD56C;
}
</style>