Shades of Feijoa #9FEC6D
Tints of Feijoa #9FEC6D
RGB
CMYK
RGB Variations
Color information
#9FEC6D (or 0x9FEC6D) is known color: Feijoa. HEX triplet: 9F, EC and 6D. RGB value is (159,236,109). Sum of RGB (Red+Green+Blue) = 159+236+109=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEC6D is #601392. Grayscale: #C6C6C6. Windows color (decimal): -6296467 or 7203999. OLE color: 7203999.
HSL color Cylindrical-coordinate representation of color #9FEC6D: hue angle of 96.38º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FEC6D is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 109 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.07 |
| HSL | 96.38º | 0.77% | 0.68% | - |
| HSV(B) | 96.38º | 0.54% | 0.93% | - |
| XYZ | 47.05 | 68.47 | 25.2 | - |
| YUV | 198.5 | 77.49 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 109 | 0.33 | 0 | 0.54 | 0.07 | 96.38 | 0.77 | 0.68 |
| Hex | 9F | EC | 6D | 21 | 0 | 36 | 7 | 60 | 4D | 44 |
| Octal | 237 | 354 | 155 | 41 | 0 | 66 | 7 | 140 | 115 | 104 |
| Binary | 10011111 | 11101100 | 1101101 | 100001 | 0 | 110110 | 111 | 1100000 | 1001101 | 1000100 |
Color Harmonies of #9FEC6D
Complementary color
Monochromatic Colors of #9FEC6D
Black with #9FEC6D
Text Example
Text Example
White with #9FEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC6D; }
p { color: rgb(159,236,109); }
H1.HeaderClassName
{
color: #9FEC6D;
}
.AnyTagClassName
{
color: #9FEC6D;
}
</style>
background-color css
<style>
a { background-color: #9FEC6D; }
a { background-color: rgb(159,236,109); }
div.DivClassName
{
background-color: #9FEC6D;
}
.BgClassName
{
background-color: #9FEC6D;
}
</style>
border-color css
<style>
span { border-color: #9FEC6D; }
span { border-color: rgb(159,236,109); }
td.TdClassName
{
border-color: #9FEC6D;
}
.TagClassName
{
border-color: #9FEC6D;
}
</style>