Shades of Feijoa #9FDA7D
Tints of Feijoa #9FDA7D
RGB
CMYK
RGB Variations
Color information
#9FDA7D (or 0x9FDA7D) is known color: Feijoa. HEX triplet: 9F, DA and 7D. RGB value is (159,218,125). Sum of RGB (Red+Green+Blue) = 159+218+125=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA7D is #602582. Grayscale: #BEBEBE. Windows color (decimal): -6301059 or 8247967. OLE color: 8247967.
HSL color Cylindrical-coordinate representation of color #9FDA7D: hue angle of 98.06º 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 #9FDA7D is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 125 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.15 |
| HSL | 98.06º | 0.56% | 0.67% | - |
| HSV(B) | 98.06º | 0.43% | 0.85% | - |
| XYZ | 43.07 | 58.99 | 28.52 | - |
| YUV | 189.76 | 91.45 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 125 | 0.27 | 0 | 0.43 | 0.15 | 98.06 | 0.56 | 0.67 |
| Hex | 9F | DA | 7D | 1B | 0 | 2B | F | 62 | 38 | 43 |
| Octal | 237 | 332 | 175 | 33 | 0 | 53 | 17 | 142 | 70 | 103 |
| Binary | 10011111 | 11011010 | 1111101 | 11011 | 0 | 101011 | 1111 | 1100010 | 111000 | 1000011 |
Color Harmonies of #9FDA7D
Complementary color
Monochromatic Colors of #9FDA7D
Black with #9FDA7D
Text Example
Text Example
White with #9FDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA7D; }
p { color: rgb(159,218,125); }
H1.HeaderClassName
{
color: #9FDA7D;
}
.AnyTagClassName
{
color: #9FDA7D;
}
</style>
background-color css
<style>
a { background-color: #9FDA7D; }
a { background-color: rgb(159,218,125); }
div.DivClassName
{
background-color: #9FDA7D;
}
.BgClassName
{
background-color: #9FDA7D;
}
</style>
border-color css
<style>
span { border-color: #9FDA7D; }
span { border-color: rgb(159,218,125); }
td.TdClassName
{
border-color: #9FDA7D;
}
.TagClassName
{
border-color: #9FDA7D;
}
</style>