Shades of Feijoa #9EEC7A
Tints of Feijoa #9EEC7A
RGB
CMYK
RGB Variations
Color information
#9EEC7A (or 0x9EEC7A) is known color: Feijoa. HEX triplet: 9E, EC and 7A. RGB value is (158,236,122). Sum of RGB (Red+Green+Blue) = 158+236+122=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #9EEC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEC7A is #611385. Grayscale: #C8C8C8. Windows color (decimal): -6361990 or 8055966. OLE color: 8055966.
HSL color Cylindrical-coordinate representation of color #9EEC7A: hue angle of 101.05º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EEC7A is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 122 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.07 |
| HSL | 101.05º | 0.75% | 0.7% | - |
| HSV(B) | 101.05º | 0.48% | 0.93% | - |
| XYZ | 47.61 | 68.67 | 29.16 | - |
| YUV | 199.68 | 84.16 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 122 | 0.33 | 0 | 0.48 | 0.07 | 101.05 | 0.75 | 0.7 |
| Hex | 9E | EC | 7A | 21 | 0 | 30 | 7 | 65 | 4B | 46 |
| Octal | 236 | 354 | 172 | 41 | 0 | 60 | 7 | 145 | 113 | 106 |
| Binary | 10011110 | 11101100 | 1111010 | 100001 | 0 | 110000 | 111 | 1100101 | 1001011 | 1000110 |
Color Harmonies of #9EEC7A
Complementary color
Monochromatic Colors of #9EEC7A
Black with #9EEC7A
Text Example
Text Example
White with #9EEC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEC7A; }
p { color: rgb(158,236,122); }
H1.HeaderClassName
{
color: #9EEC7A;
}
.AnyTagClassName
{
color: #9EEC7A;
}
</style>
background-color css
<style>
a { background-color: #9EEC7A; }
a { background-color: rgb(158,236,122); }
div.DivClassName
{
background-color: #9EEC7A;
}
.BgClassName
{
background-color: #9EEC7A;
}
</style>
border-color css
<style>
span { border-color: #9EEC7A; }
span { border-color: rgb(158,236,122); }
td.TdClassName
{
border-color: #9EEC7A;
}
.TagClassName
{
border-color: #9EEC7A;
}
</style>