Shades of Feijoa #9FE968
Tints of Feijoa #9FE968
RGB
CMYK
RGB Variations
Color information
#9FE968 (or 0x9FE968) is known color: Feijoa. HEX triplet: 9F, E9 and 68. RGB value is (159,233,104). Sum of RGB (Red+Green+Blue) = 159+233+104=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE968 is #601697. Grayscale: #C4C4C4. Windows color (decimal): -6297240 or 6875551. OLE color: 6875551.
HSL color Cylindrical-coordinate representation of color #9FE968: hue angle of 94.42º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FE968 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 104 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.09 |
| HSL | 94.42º | 0.75% | 0.66% | - |
| HSV(B) | 94.42º | 0.55% | 0.91% | - |
| XYZ | 45.94 | 66.65 | 23.54 | - |
| YUV | 196.17 | 75.98 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 104 | 0.32 | 0 | 0.55 | 0.09 | 94.42 | 0.75 | 0.66 |
| Hex | 9F | E9 | 68 | 20 | 0 | 37 | 9 | 5E | 4B | 42 |
| Octal | 237 | 351 | 150 | 40 | 0 | 67 | 11 | 136 | 113 | 102 |
| Binary | 10011111 | 11101001 | 1101000 | 100000 | 0 | 110111 | 1001 | 1011110 | 1001011 | 1000010 |
Color Harmonies of #9FE968
Complementary color
Monochromatic Colors of #9FE968
Black with #9FE968
Text Example
Text Example
White with #9FE968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE968; }
p { color: rgb(159,233,104); }
H1.HeaderClassName
{
color: #9FE968;
}
.AnyTagClassName
{
color: #9FE968;
}
</style>
background-color css
<style>
a { background-color: #9FE968; }
a { background-color: rgb(159,233,104); }
div.DivClassName
{
background-color: #9FE968;
}
.BgClassName
{
background-color: #9FE968;
}
</style>
border-color css
<style>
span { border-color: #9FE968; }
span { border-color: rgb(159,233,104); }
td.TdClassName
{
border-color: #9FE968;
}
.TagClassName
{
border-color: #9FE968;
}
</style>