Shades of Feijoa #9FD56D
Tints of Feijoa #9FD56D
RGB
CMYK
RGB Variations
Color information
#9FD56D (or 0x9FD56D) is known color: Feijoa. HEX triplet: 9F, D5 and 6D. RGB value is (159,213,109). Sum of RGB (Red+Green+Blue) = 159+213+109=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD56D is #602A92. Grayscale: #B9B9B9. Windows color (decimal): -6302355 or 7198111. OLE color: 7198111.
HSL color Cylindrical-coordinate representation of color #9FD56D: hue angle of 91.15º degrees, saturation: 0.55, 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 #9FD56D is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 109 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.16 |
| HSL | 91.15º | 0.55% | 0.63% | - |
| HSV(B) | 91.15º | 0.49% | 0.84% | - |
| XYZ | 40.85 | 56.06 | 23.14 | - |
| YUV | 185 | 85.11 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 109 | 0.25 | 0 | 0.49 | 0.16 | 91.15 | 0.55 | 0.63 |
| Hex | 9F | D5 | 6D | 19 | 0 | 31 | 10 | 5B | 37 | 3F |
| Octal | 237 | 325 | 155 | 31 | 0 | 61 | 20 | 133 | 67 | 77 |
| Binary | 10011111 | 11010101 | 1101101 | 11001 | 0 | 110001 | 10000 | 1011011 | 110111 | 111111 |
Color Harmonies of #9FD56D
Complementary color
Monochromatic Colors of #9FD56D
Black with #9FD56D
Text Example
Text Example
White with #9FD56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD56D; }
p { color: rgb(159,213,109); }
H1.HeaderClassName
{
color: #9FD56D;
}
.AnyTagClassName
{
color: #9FD56D;
}
</style>
background-color css
<style>
a { background-color: #9FD56D; }
a { background-color: rgb(159,213,109); }
div.DivClassName
{
background-color: #9FD56D;
}
.BgClassName
{
background-color: #9FD56D;
}
</style>
border-color css
<style>
span { border-color: #9FD56D; }
span { border-color: rgb(159,213,109); }
td.TdClassName
{
border-color: #9FD56D;
}
.TagClassName
{
border-color: #9FD56D;
}
</style>