Shades of Feijoa #9FF86E
Tints of Feijoa #9FF86E
RGB
CMYK
RGB Variations
Color information
#9FF86E (or 0x9FF86E) is known color: Feijoa. HEX triplet: 9F, F8 and 6E. RGB value is (159,248,110). Sum of RGB (Red+Green+Blue) = 159+248+110=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF86E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF86E is #600791. Grayscale: #CECECE. Windows color (decimal): -6293394 or 7272607. OLE color: 7272607.
HSL color Cylindrical-coordinate representation of color #9FF86E: hue angle of 98.7º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FF86E is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 248 | 110 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.03 |
| HSL | 98.7º | 0.91% | 0.7% | - |
| HSV(B) | 98.7º | 0.56% | 0.97% | - |
| XYZ | 50.68 | 75.63 | 26.68 | - |
| YUV | 205.66 | 74.01 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 248 | 110 | 0.36 | 0 | 0.56 | 0.03 | 98.7 | 0.91 | 0.7 |
| Hex | 9F | F8 | 6E | 24 | 0 | 38 | 3 | 63 | 5B | 46 |
| Octal | 237 | 370 | 156 | 44 | 0 | 70 | 3 | 143 | 133 | 106 |
| Binary | 10011111 | 11111000 | 1101110 | 100100 | 0 | 111000 | 11 | 1100011 | 1011011 | 1000110 |
Color Harmonies of #9FF86E
Complementary color
Monochromatic Colors of #9FF86E
Black with #9FF86E
Text Example
Text Example
White with #9FF86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF86E; }
p { color: rgb(159,248,110); }
H1.HeaderClassName
{
color: #9FF86E;
}
.AnyTagClassName
{
color: #9FF86E;
}
</style>
background-color css
<style>
a { background-color: #9FF86E; }
a { background-color: rgb(159,248,110); }
div.DivClassName
{
background-color: #9FF86E;
}
.BgClassName
{
background-color: #9FF86E;
}
</style>
border-color css
<style>
span { border-color: #9FF86E; }
span { border-color: rgb(159,248,110); }
td.TdClassName
{
border-color: #9FF86E;
}
.TagClassName
{
border-color: #9FF86E;
}
</style>