Shades of Feijoa #9FDA7E
Tints of Feijoa #9FDA7E
RGB
CMYK
RGB Variations
Color information
#9FDA7E (or 0x9FDA7E) is known color: Feijoa. HEX triplet: 9F, DA and 7E. RGB value is (159,218,126). Sum of RGB (Red+Green+Blue) = 159+218+126=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA7E is #602581. Grayscale: #BEBEBE. Windows color (decimal): -6301058 or 8313503. OLE color: 8313503.
HSL color Cylindrical-coordinate representation of color #9FDA7E: hue angle of 98.48º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FDA7E is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 126 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.15 |
| HSL | 98.48º | 0.55% | 0.67% | - |
| HSV(B) | 98.48º | 0.42% | 0.85% | - |
| XYZ | 43.14 | 59.02 | 28.86 | - |
| YUV | 189.87 | 91.95 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 126 | 0.27 | 0 | 0.42 | 0.15 | 98.48 | 0.55 | 0.67 |
| Hex | 9F | DA | 7E | 1B | 0 | 2A | F | 62 | 37 | 43 |
| Octal | 237 | 332 | 176 | 33 | 0 | 52 | 17 | 142 | 67 | 103 |
| Binary | 10011111 | 11011010 | 1111110 | 11011 | 0 | 101010 | 1111 | 1100010 | 110111 | 1000011 |
Color Harmonies of #9FDA7E
Complementary color
Monochromatic Colors of #9FDA7E
Black with #9FDA7E
Text Example
Text Example
White with #9FDA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA7E; }
p { color: rgb(159,218,126); }
H1.HeaderClassName
{
color: #9FDA7E;
}
.AnyTagClassName
{
color: #9FDA7E;
}
</style>
background-color css
<style>
a { background-color: #9FDA7E; }
a { background-color: rgb(159,218,126); }
div.DivClassName
{
background-color: #9FDA7E;
}
.BgClassName
{
background-color: #9FDA7E;
}
</style>
border-color css
<style>
span { border-color: #9FDA7E; }
span { border-color: rgb(159,218,126); }
td.TdClassName
{
border-color: #9FDA7E;
}
.TagClassName
{
border-color: #9FDA7E;
}
</style>