Shades of Feijoa #9EEC74
Tints of Feijoa #9EEC74
RGB
CMYK
RGB Variations
Color information
#9EEC74 (or 0x9EEC74) is known color: Feijoa. HEX triplet: 9E, EC and 74. RGB value is (158,236,116). Sum of RGB (Red+Green+Blue) = 158+236+116=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #9EEC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEC74 is #61138B. Grayscale: #C7C7C7. Windows color (decimal): -6361996 or 7662750. OLE color: 7662750.
HSL color Cylindrical-coordinate representation of color #9EEC74: hue angle of 99º 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 #9EEC74 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 116 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.07 |
| HSL | 99º | 0.76% | 0.69% | - |
| HSV(B) | 99º | 0.51% | 0.93% | - |
| XYZ | 47.25 | 68.52 | 27.26 | - |
| YUV | 199 | 81.16 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 116 | 0.33 | 0 | 0.51 | 0.07 | 99 | 0.76 | 0.69 |
| Hex | 9E | EC | 74 | 21 | 0 | 33 | 7 | 63 | 4C | 45 |
| Octal | 236 | 354 | 164 | 41 | 0 | 63 | 7 | 143 | 114 | 105 |
| Binary | 10011110 | 11101100 | 1110100 | 100001 | 0 | 110011 | 111 | 1100011 | 1001100 | 1000101 |
Color Harmonies of #9EEC74
Complementary color
Monochromatic Colors of #9EEC74
Black with #9EEC74
Text Example
Text Example
White with #9EEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEC74; }
p { color: rgb(158,236,116); }
H1.HeaderClassName
{
color: #9EEC74;
}
.AnyTagClassName
{
color: #9EEC74;
}
</style>
background-color css
<style>
a { background-color: #9EEC74; }
a { background-color: rgb(158,236,116); }
div.DivClassName
{
background-color: #9EEC74;
}
.BgClassName
{
background-color: #9EEC74;
}
</style>
border-color css
<style>
span { border-color: #9EEC74; }
span { border-color: rgb(158,236,116); }
td.TdClassName
{
border-color: #9EEC74;
}
.TagClassName
{
border-color: #9EEC74;
}
</style>