Shades of Feijoa #9EE47A
Tints of Feijoa #9EE47A
RGB
CMYK
RGB Variations
Color information
#9EE47A (or 0x9EE47A) is known color: Feijoa. HEX triplet: 9E, E4 and 7A. RGB value is (158,228,122). Sum of RGB (Red+Green+Blue) = 158+228+122=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE47A is #611B85. Grayscale: #C3C3C3. Windows color (decimal): -6364038 or 8053918. OLE color: 8053918.
HSL color Cylindrical-coordinate representation of color #9EE47A: hue angle of 99.62º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EE47A is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 122 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.11 |
| HSL | 99.62º | 0.66% | 0.69% | - |
| HSV(B) | 99.62º | 0.46% | 0.89% | - |
| XYZ | 45.36 | 64.16 | 28.41 | - |
| YUV | 194.99 | 86.81 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 122 | 0.31 | 0 | 0.46 | 0.11 | 99.62 | 0.66 | 0.69 |
| Hex | 9E | E4 | 7A | 1F | 0 | 2E | B | 64 | 42 | 45 |
| Octal | 236 | 344 | 172 | 37 | 0 | 56 | 13 | 144 | 102 | 105 |
| Binary | 10011110 | 11100100 | 1111010 | 11111 | 0 | 101110 | 1011 | 1100100 | 1000010 | 1000101 |
Color Harmonies of #9EE47A
Complementary color
Monochromatic Colors of #9EE47A
Black with #9EE47A
Text Example
Text Example
White with #9EE47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE47A; }
p { color: rgb(158,228,122); }
H1.HeaderClassName
{
color: #9EE47A;
}
.AnyTagClassName
{
color: #9EE47A;
}
</style>
background-color css
<style>
a { background-color: #9EE47A; }
a { background-color: rgb(158,228,122); }
div.DivClassName
{
background-color: #9EE47A;
}
.BgClassName
{
background-color: #9EE47A;
}
</style>
border-color css
<style>
span { border-color: #9EE47A; }
span { border-color: rgb(158,228,122); }
td.TdClassName
{
border-color: #9EE47A;
}
.TagClassName
{
border-color: #9EE47A;
}
</style>