Shades of Feijoa #9EE77A
Tints of Feijoa #9EE77A
RGB
CMYK
RGB Variations
Color information
#9EE77A (or 0x9EE77A) is known color: Feijoa. HEX triplet: 9E, E7 and 7A. RGB value is (158,231,122). Sum of RGB (Red+Green+Blue) = 158+231+122=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE77A is #611885. Grayscale: #C5C5C5. Windows color (decimal): -6363270 or 8054686. OLE color: 8054686.
HSL color Cylindrical-coordinate representation of color #9EE77A: hue angle of 100.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EE77A is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 231 | 122 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.09 |
| HSL | 100.18º | 0.69% | 0.69% | - |
| HSV(B) | 100.18º | 0.47% | 0.91% | - |
| XYZ | 46.19 | 65.83 | 28.68 | - |
| YUV | 196.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 231 | 122 | 0.32 | 0 | 0.47 | 0.09 | 100.18 | 0.69 | 0.69 |
| Hex | 9E | E7 | 7A | 20 | 0 | 2F | 9 | 64 | 45 | 45 |
| Octal | 236 | 347 | 172 | 40 | 0 | 57 | 11 | 144 | 105 | 105 |
| Binary | 10011110 | 11100111 | 1111010 | 100000 | 0 | 101111 | 1001 | 1100100 | 1000101 | 1000101 |
Color Harmonies of #9EE77A
Complementary color
Monochromatic Colors of #9EE77A
Black with #9EE77A
Text Example
Text Example
White with #9EE77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE77A; }
p { color: rgb(158,231,122); }
H1.HeaderClassName
{
color: #9EE77A;
}
.AnyTagClassName
{
color: #9EE77A;
}
</style>
background-color css
<style>
a { background-color: #9EE77A; }
a { background-color: rgb(158,231,122); }
div.DivClassName
{
background-color: #9EE77A;
}
.BgClassName
{
background-color: #9EE77A;
}
</style>
border-color css
<style>
span { border-color: #9EE77A; }
span { border-color: rgb(158,231,122); }
td.TdClassName
{
border-color: #9EE77A;
}
.TagClassName
{
border-color: #9EE77A;
}
</style>