Shades of Feijoa #9FDD78
Tints of Feijoa #9FDD78
RGB
CMYK
RGB Variations
Color information
#9FDD78 (or 0x9FDD78) is known color: Feijoa. HEX triplet: 9F, DD and 78. RGB value is (159,221,120). Sum of RGB (Red+Green+Blue) = 159+221+120=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD78 is #602287. Grayscale: #BFBFBF. Windows color (decimal): -6300296 or 7921055. OLE color: 7921055.
HSL color Cylindrical-coordinate representation of color #9FDD78: hue angle of 96.83º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FDD78 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 120 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.13 |
| HSL | 96.83º | 0.6% | 0.67% | - |
| HSV(B) | 96.83º | 0.46% | 0.87% | - |
| XYZ | 43.54 | 60.44 | 27.14 | - |
| YUV | 190.95 | 87.96 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 120 | 0.28 | 0 | 0.46 | 0.13 | 96.83 | 0.6 | 0.67 |
| Hex | 9F | DD | 78 | 1C | 0 | 2E | D | 61 | 3C | 43 |
| Octal | 237 | 335 | 170 | 34 | 0 | 56 | 15 | 141 | 74 | 103 |
| Binary | 10011111 | 11011101 | 1111000 | 11100 | 0 | 101110 | 1101 | 1100001 | 111100 | 1000011 |
Color Harmonies of #9FDD78
Complementary color
Monochromatic Colors of #9FDD78
Black with #9FDD78
Text Example
Text Example
White with #9FDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD78; }
p { color: rgb(159,221,120); }
H1.HeaderClassName
{
color: #9FDD78;
}
.AnyTagClassName
{
color: #9FDD78;
}
</style>
background-color css
<style>
a { background-color: #9FDD78; }
a { background-color: rgb(159,221,120); }
div.DivClassName
{
background-color: #9FDD78;
}
.BgClassName
{
background-color: #9FDD78;
}
</style>
border-color css
<style>
span { border-color: #9FDD78; }
span { border-color: rgb(159,221,120); }
td.TdClassName
{
border-color: #9FDD78;
}
.TagClassName
{
border-color: #9FDD78;
}
</style>