Shades of Feijoa #9FD46C
Tints of Feijoa #9FD46C
RGB
CMYK
RGB Variations
Color information
#9FD46C (or 0x9FD46C) is known color: Feijoa. HEX triplet: 9F, D4 and 6C. RGB value is (159,212,108). Sum of RGB (Red+Green+Blue) = 159+212+108=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD46C is #602B93. Grayscale: #B8B8B8. Windows color (decimal): -6302612 or 7132319. OLE color: 7132319.
HSL color Cylindrical-coordinate representation of color #9FD46C: hue angle of 90.58º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FD46C is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 108 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.17 |
| HSL | 90.58º | 0.55% | 0.63% | - |
| HSV(B) | 90.58º | 0.49% | 0.83% | - |
| XYZ | 40.55 | 55.54 | 22.77 | - |
| YUV | 184.3 | 84.94 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 108 | 0.25 | 0 | 0.49 | 0.17 | 90.58 | 0.55 | 0.63 |
| Hex | 9F | D4 | 6C | 19 | 0 | 31 | 11 | 5B | 37 | 3F |
| Octal | 237 | 324 | 154 | 31 | 0 | 61 | 21 | 133 | 67 | 77 |
| Binary | 10011111 | 11010100 | 1101100 | 11001 | 0 | 110001 | 10001 | 1011011 | 110111 | 111111 |
Color Harmonies of #9FD46C
Complementary color
Monochromatic Colors of #9FD46C
Black with #9FD46C
Text Example
Text Example
White with #9FD46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD46C; }
p { color: rgb(159,212,108); }
H1.HeaderClassName
{
color: #9FD46C;
}
.AnyTagClassName
{
color: #9FD46C;
}
</style>
background-color css
<style>
a { background-color: #9FD46C; }
a { background-color: rgb(159,212,108); }
div.DivClassName
{
background-color: #9FD46C;
}
.BgClassName
{
background-color: #9FD46C;
}
</style>
border-color css
<style>
span { border-color: #9FD46C; }
span { border-color: rgb(159,212,108); }
td.TdClassName
{
border-color: #9FD46C;
}
.TagClassName
{
border-color: #9FD46C;
}
</style>