Shades of Feijoa #9EEC70
Tints of Feijoa #9EEC70
RGB
CMYK
RGB Variations
Color information
#9EEC70 (or 0x9EEC70) is known color: Feijoa. HEX triplet: 9E, EC and 70. RGB value is (158,236,112). Sum of RGB (Red+Green+Blue) = 158+236+112=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #9EEC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEC70 is #61138F. Grayscale: #C6C6C6. Windows color (decimal): -6362000 or 7400606. OLE color: 7400606.
HSL color Cylindrical-coordinate representation of color #9EEC70: hue angle of 97.74º 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 #9EEC70 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 112 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.07 |
| HSL | 97.74º | 0.77% | 0.68% | - |
| HSV(B) | 97.74º | 0.53% | 0.93% | - |
| XYZ | 47.02 | 68.43 | 26.06 | - |
| YUV | 198.54 | 79.16 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 112 | 0.33 | 0 | 0.53 | 0.07 | 97.74 | 0.77 | 0.68 |
| Hex | 9E | EC | 70 | 21 | 0 | 35 | 7 | 62 | 4D | 44 |
| Octal | 236 | 354 | 160 | 41 | 0 | 65 | 7 | 142 | 115 | 104 |
| Binary | 10011110 | 11101100 | 1110000 | 100001 | 0 | 110101 | 111 | 1100010 | 1001101 | 1000100 |
Color Harmonies of #9EEC70
Complementary color
Monochromatic Colors of #9EEC70
Black with #9EEC70
Text Example
Text Example
White with #9EEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEC70; }
p { color: rgb(158,236,112); }
H1.HeaderClassName
{
color: #9EEC70;
}
.AnyTagClassName
{
color: #9EEC70;
}
</style>
background-color css
<style>
a { background-color: #9EEC70; }
a { background-color: rgb(158,236,112); }
div.DivClassName
{
background-color: #9EEC70;
}
.BgClassName
{
background-color: #9EEC70;
}
</style>
border-color css
<style>
span { border-color: #9EEC70; }
span { border-color: rgb(158,236,112); }
td.TdClassName
{
border-color: #9EEC70;
}
.TagClassName
{
border-color: #9EEC70;
}
</style>