Shades of Feijoa #9FDE7D
Tints of Feijoa #9FDE7D
RGB
CMYK
RGB Variations
Color information
#9FDE7D (or 0x9FDE7D) is known color: Feijoa. HEX triplet: 9F, DE and 7D. RGB value is (159,222,125). Sum of RGB (Red+Green+Blue) = 159+222+125=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDE7D is #602182. Grayscale: #C0C0C0. Windows color (decimal): -6300035 or 8248991. OLE color: 8248991.
HSL color Cylindrical-coordinate representation of color #9FDE7D: hue angle of 98.97º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FDE7D is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 125 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.13 |
| HSL | 98.97º | 0.6% | 0.68% | - |
| HSV(B) | 98.97º | 0.44% | 0.87% | - |
| XYZ | 44.12 | 61.09 | 28.87 | - |
| YUV | 192.11 | 90.13 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 125 | 0.28 | 0 | 0.44 | 0.13 | 98.97 | 0.6 | 0.68 |
| Hex | 9F | DE | 7D | 1C | 0 | 2C | D | 63 | 3C | 44 |
| Octal | 237 | 336 | 175 | 34 | 0 | 54 | 15 | 143 | 74 | 104 |
| Binary | 10011111 | 11011110 | 1111101 | 11100 | 0 | 101100 | 1101 | 1100011 | 111100 | 1000100 |
Color Harmonies of #9FDE7D
Complementary color
Monochromatic Colors of #9FDE7D
Black with #9FDE7D
Text Example
Text Example
White with #9FDE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE7D; }
p { color: rgb(159,222,125); }
H1.HeaderClassName
{
color: #9FDE7D;
}
.AnyTagClassName
{
color: #9FDE7D;
}
</style>
background-color css
<style>
a { background-color: #9FDE7D; }
a { background-color: rgb(159,222,125); }
div.DivClassName
{
background-color: #9FDE7D;
}
.BgClassName
{
background-color: #9FDE7D;
}
</style>
border-color css
<style>
span { border-color: #9FDE7D; }
span { border-color: rgb(159,222,125); }
td.TdClassName
{
border-color: #9FDE7D;
}
.TagClassName
{
border-color: #9FDE7D;
}
</style>