Shades of Feijoa #9FE077
Tints of Feijoa #9FE077
RGB
CMYK
RGB Variations
Color information
#9FE077 (or 0x9FE077) is known color: Feijoa. HEX triplet: 9F, E0 and 77. RGB value is (159,224,119). Sum of RGB (Red+Green+Blue) = 159+224+119=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE077 is #601F88. Grayscale: #C0C0C0. Windows color (decimal): -6299529 or 7856287. OLE color: 7856287.
HSL color Cylindrical-coordinate representation of color #9FE077: hue angle of 97.14º degrees, saturation: 0.63, 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 #9FE077 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 119 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.12 |
| HSL | 97.14º | 0.63% | 0.67% | - |
| HSV(B) | 97.14º | 0.47% | 0.88% | - |
| XYZ | 44.28 | 62.01 | 27.09 | - |
| YUV | 192.6 | 86.47 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 119 | 0.29 | 0 | 0.47 | 0.12 | 97.14 | 0.63 | 0.67 |
| Hex | 9F | E0 | 77 | 1D | 0 | 2F | C | 61 | 3F | 43 |
| Octal | 237 | 340 | 167 | 35 | 0 | 57 | 14 | 141 | 77 | 103 |
| Binary | 10011111 | 11100000 | 1110111 | 11101 | 0 | 101111 | 1100 | 1100001 | 111111 | 1000011 |
Color Harmonies of #9FE077
Complementary color
Monochromatic Colors of #9FE077
Black with #9FE077
Text Example
Text Example
White with #9FE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE077; }
p { color: rgb(159,224,119); }
H1.HeaderClassName
{
color: #9FE077;
}
.AnyTagClassName
{
color: #9FE077;
}
</style>
background-color css
<style>
a { background-color: #9FE077; }
a { background-color: rgb(159,224,119); }
div.DivClassName
{
background-color: #9FE077;
}
.BgClassName
{
background-color: #9FE077;
}
</style>
border-color css
<style>
span { border-color: #9FE077; }
span { border-color: rgb(159,224,119); }
td.TdClassName
{
border-color: #9FE077;
}
.TagClassName
{
border-color: #9FE077;
}
</style>