Shades of Feijoa #9FE56C
Tints of Feijoa #9FE56C
RGB
CMYK
RGB Variations
Color information
#9FE56C (or 0x9FE56C) is known color: Feijoa. HEX triplet: 9F, E5 and 6C. RGB value is (159,229,108). Sum of RGB (Red+Green+Blue) = 159+229+108=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE56C is #601A93. Grayscale: #C2C2C2. Windows color (decimal): -6298260 or 7136671. OLE color: 7136671.
HSL color Cylindrical-coordinate representation of color #9FE56C: hue angle of 94.71º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FE56C is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 108 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.10 |
| HSL | 94.71º | 0.7% | 0.66% | - |
| HSV(B) | 94.71º | 0.53% | 0.9% | - |
| XYZ | 45.02 | 64.49 | 24.26 | - |
| YUV | 194.28 | 79.31 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 108 | 0.31 | 0 | 0.53 | 0.10 | 94.71 | 0.7 | 0.66 |
| Hex | 9F | E5 | 6C | 1F | 0 | 35 | A | 5F | 46 | 42 |
| Octal | 237 | 345 | 154 | 37 | 0 | 65 | 12 | 137 | 106 | 102 |
| Binary | 10011111 | 11100101 | 1101100 | 11111 | 0 | 110101 | 1010 | 1011111 | 1000110 | 1000010 |
Color Harmonies of #9FE56C
Complementary color
Monochromatic Colors of #9FE56C
Black with #9FE56C
Text Example
Text Example
White with #9FE56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE56C; }
p { color: rgb(159,229,108); }
H1.HeaderClassName
{
color: #9FE56C;
}
.AnyTagClassName
{
color: #9FE56C;
}
</style>
background-color css
<style>
a { background-color: #9FE56C; }
a { background-color: rgb(159,229,108); }
div.DivClassName
{
background-color: #9FE56C;
}
.BgClassName
{
background-color: #9FE56C;
}
</style>
border-color css
<style>
span { border-color: #9FE56C; }
span { border-color: rgb(159,229,108); }
td.TdClassName
{
border-color: #9FE56C;
}
.TagClassName
{
border-color: #9FE56C;
}
</style>