Shades of Feijoa #9EF177
Tints of Feijoa #9EF177
RGB
CMYK
RGB Variations
Color information
#9EF177 (or 0x9EF177) is known color: Feijoa. HEX triplet: 9E, F1 and 77. RGB value is (158,241,119). Sum of RGB (Red+Green+Blue) = 158+241+119=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF177 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF177 is #610E88. Grayscale: #CACACA. Windows color (decimal): -6360713 or 7860638. OLE color: 7860638.
HSL color Cylindrical-coordinate representation of color #9EF177: hue angle of 100.82º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EF177 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 241 | 119 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.05 |
| HSL | 100.82º | 0.81% | 0.71% | - |
| HSV(B) | 100.82º | 0.51% | 0.95% | - |
| XYZ | 48.89 | 71.51 | 28.68 | - |
| YUV | 202.28 | 81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 241 | 119 | 0.34 | 0 | 0.51 | 0.05 | 100.82 | 0.81 | 0.71 |
| Hex | 9E | F1 | 77 | 22 | 0 | 33 | 5 | 65 | 51 | 47 |
| Octal | 236 | 361 | 167 | 42 | 0 | 63 | 5 | 145 | 121 | 107 |
| Binary | 10011110 | 11110001 | 1110111 | 100010 | 0 | 110011 | 101 | 1100101 | 1010001 | 1000111 |
Color Harmonies of #9EF177
Complementary color
Monochromatic Colors of #9EF177
Black with #9EF177
Text Example
Text Example
White with #9EF177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF177; }
p { color: rgb(158,241,119); }
H1.HeaderClassName
{
color: #9EF177;
}
.AnyTagClassName
{
color: #9EF177;
}
</style>
background-color css
<style>
a { background-color: #9EF177; }
a { background-color: rgb(158,241,119); }
div.DivClassName
{
background-color: #9EF177;
}
.BgClassName
{
background-color: #9EF177;
}
</style>
border-color css
<style>
span { border-color: #9EF177; }
span { border-color: rgb(158,241,119); }
td.TdClassName
{
border-color: #9EF177;
}
.TagClassName
{
border-color: #9EF177;
}
</style>