Shades of Feijoa #9FEC70
Tints of Feijoa #9FEC70
RGB
CMYK
RGB Variations
Color information
#9FEC70 (or 0x9FEC70) is known color: Feijoa. HEX triplet: 9F, EC and 70. RGB value is (159,236,112). Sum of RGB (Red+Green+Blue) = 159+236+112=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEC70 is #60138F. Grayscale: #C7C7C7. Windows color (decimal): -6296464 or 7400607. OLE color: 7400607.
HSL color Cylindrical-coordinate representation of color #9FEC70: hue angle of 97.26º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FEC70 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 112 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.07 |
| HSL | 97.26º | 0.77% | 0.68% | - |
| HSV(B) | 97.26º | 0.53% | 0.93% | - |
| XYZ | 47.22 | 68.53 | 26.07 | - |
| YUV | 198.84 | 78.99 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 112 | 0.33 | 0 | 0.53 | 0.07 | 97.26 | 0.77 | 0.68 |
| Hex | 9F | EC | 70 | 21 | 0 | 35 | 7 | 61 | 4D | 44 |
| Octal | 237 | 354 | 160 | 41 | 0 | 65 | 7 | 141 | 115 | 104 |
| Binary | 10011111 | 11101100 | 1110000 | 100001 | 0 | 110101 | 111 | 1100001 | 1001101 | 1000100 |
Color Harmonies of #9FEC70
Complementary color
Monochromatic Colors of #9FEC70
Black with #9FEC70
Text Example
Text Example
White with #9FEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC70; }
p { color: rgb(159,236,112); }
H1.HeaderClassName
{
color: #9FEC70;
}
.AnyTagClassName
{
color: #9FEC70;
}
</style>
background-color css
<style>
a { background-color: #9FEC70; }
a { background-color: rgb(159,236,112); }
div.DivClassName
{
background-color: #9FEC70;
}
.BgClassName
{
background-color: #9FEC70;
}
</style>
border-color css
<style>
span { border-color: #9FEC70; }
span { border-color: rgb(159,236,112); }
td.TdClassName
{
border-color: #9FEC70;
}
.TagClassName
{
border-color: #9FEC70;
}
</style>