Shades of Feijoa #9EE46D
Tints of Feijoa #9EE46D
RGB
CMYK
RGB Variations
Color information
#9EE46D (or 0x9EE46D) is known color: Feijoa. HEX triplet: 9E, E4 and 6D. RGB value is (158,228,109). Sum of RGB (Red+Green+Blue) = 158+228+109=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE46D is #611B92. Grayscale: #C1C1C1. Windows color (decimal): -6364051 or 7201950. OLE color: 7201950.
HSL color Cylindrical-coordinate representation of color #9EE46D: hue angle of 95.29º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EE46D is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 109 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.11 |
| HSL | 95.29º | 0.69% | 0.66% | - |
| HSV(B) | 95.29º | 0.52% | 0.89% | - |
| XYZ | 44.6 | 63.86 | 24.44 | - |
| YUV | 193.5 | 80.31 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 109 | 0.31 | 0 | 0.52 | 0.11 | 95.29 | 0.69 | 0.66 |
| Hex | 9E | E4 | 6D | 1F | 0 | 34 | B | 5F | 45 | 42 |
| Octal | 236 | 344 | 155 | 37 | 0 | 64 | 13 | 137 | 105 | 102 |
| Binary | 10011110 | 11100100 | 1101101 | 11111 | 0 | 110100 | 1011 | 1011111 | 1000101 | 1000010 |
Color Harmonies of #9EE46D
Complementary color
Monochromatic Colors of #9EE46D
Black with #9EE46D
Text Example
Text Example
White with #9EE46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE46D; }
p { color: rgb(158,228,109); }
H1.HeaderClassName
{
color: #9EE46D;
}
.AnyTagClassName
{
color: #9EE46D;
}
</style>
background-color css
<style>
a { background-color: #9EE46D; }
a { background-color: rgb(158,228,109); }
div.DivClassName
{
background-color: #9EE46D;
}
.BgClassName
{
background-color: #9EE46D;
}
</style>
border-color css
<style>
span { border-color: #9EE46D; }
span { border-color: rgb(158,228,109); }
td.TdClassName
{
border-color: #9EE46D;
}
.TagClassName
{
border-color: #9EE46D;
}
</style>