Shades of Feijoa #9FEC74
Tints of Feijoa #9FEC74
RGB
CMYK
RGB Variations
Color information
#9FEC74 (or 0x9FEC74) is known color: Feijoa. HEX triplet: 9F, EC and 74. RGB value is (159,236,116). Sum of RGB (Red+Green+Blue) = 159+236+116=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEC74 is #60138B. Grayscale: #C7C7C7. Windows color (decimal): -6296460 or 7662751. OLE color: 7662751.
HSL color Cylindrical-coordinate representation of color #9FEC74: hue angle of 98.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FEC74 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 116 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.07 |
| HSL | 98.5º | 0.76% | 0.69% | - |
| HSV(B) | 98.5º | 0.51% | 0.93% | - |
| XYZ | 47.45 | 68.62 | 27.27 | - |
| YUV | 199.3 | 80.99 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 116 | 0.33 | 0 | 0.51 | 0.07 | 98.5 | 0.76 | 0.69 |
| Hex | 9F | EC | 74 | 21 | 0 | 33 | 7 | 62 | 4C | 45 |
| Octal | 237 | 354 | 164 | 41 | 0 | 63 | 7 | 142 | 114 | 105 |
| Binary | 10011111 | 11101100 | 1110100 | 100001 | 0 | 110011 | 111 | 1100010 | 1001100 | 1000101 |
Color Harmonies of #9FEC74
Complementary color
Monochromatic Colors of #9FEC74
Black with #9FEC74
Text Example
Text Example
White with #9FEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC74; }
p { color: rgb(159,236,116); }
H1.HeaderClassName
{
color: #9FEC74;
}
.AnyTagClassName
{
color: #9FEC74;
}
</style>
background-color css
<style>
a { background-color: #9FEC74; }
a { background-color: rgb(159,236,116); }
div.DivClassName
{
background-color: #9FEC74;
}
.BgClassName
{
background-color: #9FEC74;
}
</style>
border-color css
<style>
span { border-color: #9FEC74; }
span { border-color: rgb(159,236,116); }
td.TdClassName
{
border-color: #9FEC74;
}
.TagClassName
{
border-color: #9FEC74;
}
</style>