Shades of Feijoa #9FE77C
Tints of Feijoa #9FE77C
RGB
CMYK
RGB Variations
Color information
#9FE77C (or 0x9FE77C) is known color: Feijoa. HEX triplet: 9F, E7 and 7C. RGB value is (159,231,124). Sum of RGB (Red+Green+Blue) = 159+231+124=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE77C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE77C is #601883. Grayscale: #C5C5C5. Windows color (decimal): -6297732 or 8185759. OLE color: 8185759.
HSL color Cylindrical-coordinate representation of color #9FE77C: hue angle of 100.37º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FE77C is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 231 | 124 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.09 |
| HSL | 100.37º | 0.69% | 0.7% | - |
| HSV(B) | 100.37º | 0.46% | 0.91% | - |
| XYZ | 46.51 | 65.98 | 29.35 | - |
| YUV | 197.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 231 | 124 | 0.31 | 0 | 0.46 | 0.09 | 100.37 | 0.69 | 0.7 |
| Hex | 9F | E7 | 7C | 1F | 0 | 2E | 9 | 64 | 45 | 46 |
| Octal | 237 | 347 | 174 | 37 | 0 | 56 | 11 | 144 | 105 | 106 |
| Binary | 10011111 | 11100111 | 1111100 | 11111 | 0 | 101110 | 1001 | 1100100 | 1000101 | 1000110 |
Color Harmonies of #9FE77C
Complementary color
Monochromatic Colors of #9FE77C
Black with #9FE77C
Text Example
Text Example
White with #9FE77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE77C; }
p { color: rgb(159,231,124); }
H1.HeaderClassName
{
color: #9FE77C;
}
.AnyTagClassName
{
color: #9FE77C;
}
</style>
background-color css
<style>
a { background-color: #9FE77C; }
a { background-color: rgb(159,231,124); }
div.DivClassName
{
background-color: #9FE77C;
}
.BgClassName
{
background-color: #9FE77C;
}
</style>
border-color css
<style>
span { border-color: #9FE77C; }
span { border-color: rgb(159,231,124); }
td.TdClassName
{
border-color: #9FE77C;
}
.TagClassName
{
border-color: #9FE77C;
}
</style>