Shades of Feijoa #9FDA7C
Tints of Feijoa #9FDA7C
RGB
CMYK
RGB Variations
Color information
#9FDA7C (or 0x9FDA7C) is known color: Feijoa. HEX triplet: 9F, DA and 7C. RGB value is (159,218,124). Sum of RGB (Red+Green+Blue) = 159+218+124=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA7C is #602583. Grayscale: #BDBDBD. Windows color (decimal): -6301060 or 8182431. OLE color: 8182431.
HSL color Cylindrical-coordinate representation of color #9FDA7C: hue angle of 97.66º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FDA7C is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 124 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.15 |
| HSL | 97.66º | 0.56% | 0.67% | - |
| HSV(B) | 97.66º | 0.43% | 0.85% | - |
| XYZ | 43.01 | 58.97 | 28.18 | - |
| YUV | 189.64 | 90.95 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 124 | 0.27 | 0 | 0.43 | 0.15 | 97.66 | 0.56 | 0.67 |
| Hex | 9F | DA | 7C | 1B | 0 | 2B | F | 62 | 38 | 43 |
| Octal | 237 | 332 | 174 | 33 | 0 | 53 | 17 | 142 | 70 | 103 |
| Binary | 10011111 | 11011010 | 1111100 | 11011 | 0 | 101011 | 1111 | 1100010 | 111000 | 1000011 |
Color Harmonies of #9FDA7C
Complementary color
Monochromatic Colors of #9FDA7C
Black with #9FDA7C
Text Example
Text Example
White with #9FDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA7C; }
p { color: rgb(159,218,124); }
H1.HeaderClassName
{
color: #9FDA7C;
}
.AnyTagClassName
{
color: #9FDA7C;
}
</style>
background-color css
<style>
a { background-color: #9FDA7C; }
a { background-color: rgb(159,218,124); }
div.DivClassName
{
background-color: #9FDA7C;
}
.BgClassName
{
background-color: #9FDA7C;
}
</style>
border-color css
<style>
span { border-color: #9FDA7C; }
span { border-color: rgb(159,218,124); }
td.TdClassName
{
border-color: #9FDA7C;
}
.TagClassName
{
border-color: #9FDA7C;
}
</style>