Shades of Feijoa #9FDB7C
Tints of Feijoa #9FDB7C
RGB
CMYK
RGB Variations
Color information
#9FDB7C (or 0x9FDB7C) is known color: Feijoa. HEX triplet: 9F, DB and 7C. RGB value is (159,219,124). Sum of RGB (Red+Green+Blue) = 159+219+124=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB7C is #602483. Grayscale: #BEBEBE. Windows color (decimal): -6300804 or 8182687. OLE color: 8182687.
HSL color Cylindrical-coordinate representation of color #9FDB7C: hue angle of 97.89º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FDB7C is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 124 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.14 |
| HSL | 97.89º | 0.57% | 0.67% | - |
| HSV(B) | 97.89º | 0.43% | 0.86% | - |
| XYZ | 43.27 | 59.49 | 28.27 | - |
| YUV | 190.23 | 90.62 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 124 | 0.27 | 0 | 0.43 | 0.14 | 97.89 | 0.57 | 0.67 |
| Hex | 9F | DB | 7C | 1B | 0 | 2B | E | 62 | 39 | 43 |
| Octal | 237 | 333 | 174 | 33 | 0 | 53 | 16 | 142 | 71 | 103 |
| Binary | 10011111 | 11011011 | 1111100 | 11011 | 0 | 101011 | 1110 | 1100010 | 111001 | 1000011 |
Color Harmonies of #9FDB7C
Complementary color
Monochromatic Colors of #9FDB7C
Black with #9FDB7C
Text Example
Text Example
White with #9FDB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB7C; }
p { color: rgb(159,219,124); }
H1.HeaderClassName
{
color: #9FDB7C;
}
.AnyTagClassName
{
color: #9FDB7C;
}
</style>
background-color css
<style>
a { background-color: #9FDB7C; }
a { background-color: rgb(159,219,124); }
div.DivClassName
{
background-color: #9FDB7C;
}
.BgClassName
{
background-color: #9FDB7C;
}
</style>
border-color css
<style>
span { border-color: #9FDB7C; }
span { border-color: rgb(159,219,124); }
td.TdClassName
{
border-color: #9FDB7C;
}
.TagClassName
{
border-color: #9FDB7C;
}
</style>