Shades of Feijoa #9FE177
Tints of Feijoa #9FE177
RGB
CMYK
RGB Variations
Color information
#9FE177 (or 0x9FE177) is known color: Feijoa. HEX triplet: 9F, E1 and 77. RGB value is (159,225,119). Sum of RGB (Red+Green+Blue) = 159+225+119=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE177 is #601E88. Grayscale: #C1C1C1. Windows color (decimal): -6299273 or 7856543. OLE color: 7856543.
HSL color Cylindrical-coordinate representation of color #9FE177: hue angle of 97.36º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FE177 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 119 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.12 |
| HSL | 97.36º | 0.64% | 0.67% | - |
| HSV(B) | 97.36º | 0.47% | 0.88% | - |
| XYZ | 44.55 | 62.55 | 27.18 | - |
| YUV | 193.18 | 86.13 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 119 | 0.29 | 0 | 0.47 | 0.12 | 97.36 | 0.64 | 0.67 |
| Hex | 9F | E1 | 77 | 1D | 0 | 2F | C | 61 | 40 | 43 |
| Octal | 237 | 341 | 167 | 35 | 0 | 57 | 14 | 141 | 100 | 103 |
| Binary | 10011111 | 11100001 | 1110111 | 11101 | 0 | 101111 | 1100 | 1100001 | 1000000 | 1000011 |
Color Harmonies of #9FE177
Complementary color
Monochromatic Colors of #9FE177
Black with #9FE177
Text Example
Text Example
White with #9FE177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE177; }
p { color: rgb(159,225,119); }
H1.HeaderClassName
{
color: #9FE177;
}
.AnyTagClassName
{
color: #9FE177;
}
</style>
background-color css
<style>
a { background-color: #9FE177; }
a { background-color: rgb(159,225,119); }
div.DivClassName
{
background-color: #9FE177;
}
.BgClassName
{
background-color: #9FE177;
}
</style>
border-color css
<style>
span { border-color: #9FE177; }
span { border-color: rgb(159,225,119); }
td.TdClassName
{
border-color: #9FE177;
}
.TagClassName
{
border-color: #9FE177;
}
</style>