Shades of Feijoa #9EED7A
Tints of Feijoa #9EED7A
RGB
CMYK
RGB Variations
Color information
#9EED7A (or 0x9EED7A) is known color: Feijoa. HEX triplet: 9E, ED and 7A. RGB value is (158,237,122). Sum of RGB (Red+Green+Blue) = 158+237+122=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EED7A is #611285. Grayscale: #C8C8C8. Windows color (decimal): -6361734 or 8056222. OLE color: 8056222.
HSL color Cylindrical-coordinate representation of color #9EED7A: hue angle of 101.22º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EED7A is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 122 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.07 |
| HSL | 101.22º | 0.76% | 0.7% | - |
| HSV(B) | 101.22º | 0.49% | 0.93% | - |
| XYZ | 47.9 | 69.24 | 29.25 | - |
| YUV | 200.27 | 83.83 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 122 | 0.33 | 0 | 0.49 | 0.07 | 101.22 | 0.76 | 0.7 |
| Hex | 9E | ED | 7A | 21 | 0 | 31 | 7 | 65 | 4C | 46 |
| Octal | 236 | 355 | 172 | 41 | 0 | 61 | 7 | 145 | 114 | 106 |
| Binary | 10011110 | 11101101 | 1111010 | 100001 | 0 | 110001 | 111 | 1100101 | 1001100 | 1000110 |
Color Harmonies of #9EED7A
Complementary color
Monochromatic Colors of #9EED7A
Black with #9EED7A
Text Example
Text Example
White with #9EED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EED7A; }
p { color: rgb(158,237,122); }
H1.HeaderClassName
{
color: #9EED7A;
}
.AnyTagClassName
{
color: #9EED7A;
}
</style>
background-color css
<style>
a { background-color: #9EED7A; }
a { background-color: rgb(158,237,122); }
div.DivClassName
{
background-color: #9EED7A;
}
.BgClassName
{
background-color: #9EED7A;
}
</style>
border-color css
<style>
span { border-color: #9EED7A; }
span { border-color: rgb(158,237,122); }
td.TdClassName
{
border-color: #9EED7A;
}
.TagClassName
{
border-color: #9EED7A;
}
</style>