Shades of Feijoa #9FD478
Tints of Feijoa #9FD478
RGB
CMYK
RGB Variations
Color information
#9FD478 (or 0x9FD478) is known color: Feijoa. HEX triplet: 9F, D4 and 78. RGB value is (159,212,120). Sum of RGB (Red+Green+Blue) = 159+212+120=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD478 is #602B87. Grayscale: #B9B9B9. Windows color (decimal): -6302600 or 7918751. OLE color: 7918751.
HSL color Cylindrical-coordinate representation of color #9FD478: hue angle of 94.57º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FD478 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 120 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.17 |
| HSL | 94.57º | 0.52% | 0.65% | - |
| HSV(B) | 94.57º | 0.43% | 0.83% | - |
| XYZ | 41.23 | 55.81 | 26.37 | - |
| YUV | 185.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 120 | 0.25 | 0 | 0.43 | 0.17 | 94.57 | 0.52 | 0.65 |
| Hex | 9F | D4 | 78 | 19 | 0 | 2B | 11 | 5F | 34 | 41 |
| Octal | 237 | 324 | 170 | 31 | 0 | 53 | 21 | 137 | 64 | 101 |
| Binary | 10011111 | 11010100 | 1111000 | 11001 | 0 | 101011 | 10001 | 1011111 | 110100 | 1000001 |
Color Harmonies of #9FD478
Complementary color
Monochromatic Colors of #9FD478
Black with #9FD478
Text Example
Text Example
White with #9FD478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD478; }
p { color: rgb(159,212,120); }
H1.HeaderClassName
{
color: #9FD478;
}
.AnyTagClassName
{
color: #9FD478;
}
</style>
background-color css
<style>
a { background-color: #9FD478; }
a { background-color: rgb(159,212,120); }
div.DivClassName
{
background-color: #9FD478;
}
.BgClassName
{
background-color: #9FD478;
}
</style>
border-color css
<style>
span { border-color: #9FD478; }
span { border-color: rgb(159,212,120); }
td.TdClassName
{
border-color: #9FD478;
}
.TagClassName
{
border-color: #9FD478;
}
</style>