Shades of Feijoa #9FE96A
Tints of Feijoa #9FE96A
RGB
CMYK
RGB Variations
Color information
#9FE96A (or 0x9FE96A) is known color: Feijoa. HEX triplet: 9F, E9 and 6A. RGB value is (159,233,106). Sum of RGB (Red+Green+Blue) = 159+233+106=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE96A is #601695. Grayscale: #C4C4C4. Windows color (decimal): -6297238 or 7006623. OLE color: 7006623.
HSL color Cylindrical-coordinate representation of color #9FE96A: hue angle of 94.96º degrees, saturation: 0.74, 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 #9FE96A is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 106 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.09 |
| HSL | 94.96º | 0.74% | 0.66% | - |
| HSV(B) | 94.96º | 0.55% | 0.91% | - |
| XYZ | 46.04 | 66.69 | 24.08 | - |
| YUV | 196.4 | 76.98 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 106 | 0.32 | 0 | 0.55 | 0.09 | 94.96 | 0.74 | 0.66 |
| Hex | 9F | E9 | 6A | 20 | 0 | 37 | 9 | 5F | 4A | 42 |
| Octal | 237 | 351 | 152 | 40 | 0 | 67 | 11 | 137 | 112 | 102 |
| Binary | 10011111 | 11101001 | 1101010 | 100000 | 0 | 110111 | 1001 | 1011111 | 1001010 | 1000010 |
Color Harmonies of #9FE96A
Complementary color
Monochromatic Colors of #9FE96A
Black with #9FE96A
Text Example
Text Example
White with #9FE96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE96A; }
p { color: rgb(159,233,106); }
H1.HeaderClassName
{
color: #9FE96A;
}
.AnyTagClassName
{
color: #9FE96A;
}
</style>
background-color css
<style>
a { background-color: #9FE96A; }
a { background-color: rgb(159,233,106); }
div.DivClassName
{
background-color: #9FE96A;
}
.BgClassName
{
background-color: #9FE96A;
}
</style>
border-color css
<style>
span { border-color: #9FE96A; }
span { border-color: rgb(159,233,106); }
td.TdClassName
{
border-color: #9FE96A;
}
.TagClassName
{
border-color: #9FE96A;
}
</style>