Shades of Feijoa #9FE776
Tints of Feijoa #9FE776
RGB
CMYK
RGB Variations
Color information
#9FE776 (or 0x9FE776) is known color: Feijoa. HEX triplet: 9F, E7 and 76. RGB value is (159,231,118). Sum of RGB (Red+Green+Blue) = 159+231+118=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE776 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE776 is #601889. Grayscale: #C4C4C4. Windows color (decimal): -6297738 or 7792543. OLE color: 7792543.
HSL color Cylindrical-coordinate representation of color #9FE776: hue angle of 98.23º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FE776 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 231 | 118 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.09 |
| HSL | 98.23º | 0.7% | 0.68% | - |
| HSV(B) | 98.23º | 0.49% | 0.91% | - |
| XYZ | 46.14 | 65.83 | 27.41 | - |
| YUV | 196.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 231 | 118 | 0.31 | 0 | 0.49 | 0.09 | 98.23 | 0.7 | 0.68 |
| Hex | 9F | E7 | 76 | 1F | 0 | 31 | 9 | 62 | 46 | 44 |
| Octal | 237 | 347 | 166 | 37 | 0 | 61 | 11 | 142 | 106 | 104 |
| Binary | 10011111 | 11100111 | 1110110 | 11111 | 0 | 110001 | 1001 | 1100010 | 1000110 | 1000100 |
Color Harmonies of #9FE776
Complementary color
Monochromatic Colors of #9FE776
Black with #9FE776
Text Example
Text Example
White with #9FE776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE776; }
p { color: rgb(159,231,118); }
H1.HeaderClassName
{
color: #9FE776;
}
.AnyTagClassName
{
color: #9FE776;
}
</style>
background-color css
<style>
a { background-color: #9FE776; }
a { background-color: rgb(159,231,118); }
div.DivClassName
{
background-color: #9FE776;
}
.BgClassName
{
background-color: #9FE776;
}
</style>
border-color css
<style>
span { border-color: #9FE776; }
span { border-color: rgb(159,231,118); }
td.TdClassName
{
border-color: #9FE776;
}
.TagClassName
{
border-color: #9FE776;
}
</style>