Shades of Feijoa #9FE96F
Tints of Feijoa #9FE96F
RGB
CMYK
RGB Variations
Color information
#9FE96F (or 0x9FE96F) is known color: Feijoa. HEX triplet: 9F, E9 and 6F. RGB value is (159,233,111). Sum of RGB (Red+Green+Blue) = 159+233+111=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE96F is #601690. Grayscale: #C5C5C5. Windows color (decimal): -6297233 or 7334303. OLE color: 7334303.
HSL color Cylindrical-coordinate representation of color #9FE96F: hue angle of 96.39º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FE96F is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 111 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.09 |
| HSL | 96.39º | 0.73% | 0.67% | - |
| HSV(B) | 96.39º | 0.52% | 0.91% | - |
| XYZ | 46.31 | 66.8 | 25.49 | - |
| YUV | 196.97 | 79.48 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 111 | 0.32 | 0 | 0.52 | 0.09 | 96.39 | 0.73 | 0.67 |
| Hex | 9F | E9 | 6F | 20 | 0 | 34 | 9 | 60 | 49 | 43 |
| Octal | 237 | 351 | 157 | 40 | 0 | 64 | 11 | 140 | 111 | 103 |
| Binary | 10011111 | 11101001 | 1101111 | 100000 | 0 | 110100 | 1001 | 1100000 | 1001001 | 1000011 |
Color Harmonies of #9FE96F
Complementary color
Monochromatic Colors of #9FE96F
Black with #9FE96F
Text Example
Text Example
White with #9FE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE96F; }
p { color: rgb(159,233,111); }
H1.HeaderClassName
{
color: #9FE96F;
}
.AnyTagClassName
{
color: #9FE96F;
}
</style>
background-color css
<style>
a { background-color: #9FE96F; }
a { background-color: rgb(159,233,111); }
div.DivClassName
{
background-color: #9FE96F;
}
.BgClassName
{
background-color: #9FE96F;
}
</style>
border-color css
<style>
span { border-color: #9FE96F; }
span { border-color: rgb(159,233,111); }
td.TdClassName
{
border-color: #9FE96F;
}
.TagClassName
{
border-color: #9FE96F;
}
</style>