Shades of Feijoa #9FE96B
Tints of Feijoa #9FE96B
RGB
CMYK
RGB Variations
Color information
#9FE96B (or 0x9FE96B) is known color: Feijoa. HEX triplet: 9F, E9 and 6B. RGB value is (159,233,107). Sum of RGB (Red+Green+Blue) = 159+233+107=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE96B is #601694. Grayscale: #C4C4C4. Windows color (decimal): -6297237 or 7072159. OLE color: 7072159.
HSL color Cylindrical-coordinate representation of color #9FE96B: hue angle of 95.24º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FE96B is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 107 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.09 |
| HSL | 95.24º | 0.74% | 0.67% | - |
| HSV(B) | 95.24º | 0.54% | 0.91% | - |
| XYZ | 46.09 | 66.71 | 24.36 | - |
| YUV | 196.51 | 77.48 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 107 | 0.32 | 0 | 0.54 | 0.09 | 95.24 | 0.74 | 0.67 |
| Hex | 9F | E9 | 6B | 20 | 0 | 36 | 9 | 5F | 4A | 43 |
| Octal | 237 | 351 | 153 | 40 | 0 | 66 | 11 | 137 | 112 | 103 |
| Binary | 10011111 | 11101001 | 1101011 | 100000 | 0 | 110110 | 1001 | 1011111 | 1001010 | 1000011 |
Color Harmonies of #9FE96B
Complementary color
Monochromatic Colors of #9FE96B
Black with #9FE96B
Text Example
Text Example
White with #9FE96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE96B; }
p { color: rgb(159,233,107); }
H1.HeaderClassName
{
color: #9FE96B;
}
.AnyTagClassName
{
color: #9FE96B;
}
</style>
background-color css
<style>
a { background-color: #9FE96B; }
a { background-color: rgb(159,233,107); }
div.DivClassName
{
background-color: #9FE96B;
}
.BgClassName
{
background-color: #9FE96B;
}
</style>
border-color css
<style>
span { border-color: #9FE96B; }
span { border-color: rgb(159,233,107); }
td.TdClassName
{
border-color: #9FE96B;
}
.TagClassName
{
border-color: #9FE96B;
}
</style>