Shades of Feijoa #9FF17C
Tints of Feijoa #9FF17C
RGB
CMYK
RGB Variations
Color information
#9FF17C (or 0x9FF17C) is known color: Feijoa. HEX triplet: 9F, F1 and 7C. RGB value is (159,241,124). Sum of RGB (Red+Green+Blue) = 159+241+124=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF17C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF17C is #600E83. Grayscale: #CBCBCB. Windows color (decimal): -6295172 or 8188319. OLE color: 8188319.
HSL color Cylindrical-coordinate representation of color #9FF17C: hue angle of 102.05º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FF17C is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 124 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.05 |
| HSL | 102.05º | 0.81% | 0.72% | - |
| HSV(B) | 102.05º | 0.49% | 0.95% | - |
| XYZ | 49.39 | 71.74 | 30.31 | - |
| YUV | 203.14 | 83.33 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 124 | 0.34 | 0 | 0.49 | 0.05 | 102.05 | 0.81 | 0.72 |
| Hex | 9F | F1 | 7C | 22 | 0 | 31 | 5 | 66 | 51 | 48 |
| Octal | 237 | 361 | 174 | 42 | 0 | 61 | 5 | 146 | 121 | 110 |
| Binary | 10011111 | 11110001 | 1111100 | 100010 | 0 | 110001 | 101 | 1100110 | 1010001 | 1001000 |
Color Harmonies of #9FF17C
Complementary color
Monochromatic Colors of #9FF17C
Black with #9FF17C
Text Example
Text Example
White with #9FF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF17C; }
p { color: rgb(159,241,124); }
H1.HeaderClassName
{
color: #9FF17C;
}
.AnyTagClassName
{
color: #9FF17C;
}
</style>
background-color css
<style>
a { background-color: #9FF17C; }
a { background-color: rgb(159,241,124); }
div.DivClassName
{
background-color: #9FF17C;
}
.BgClassName
{
background-color: #9FF17C;
}
</style>
border-color css
<style>
span { border-color: #9FF17C; }
span { border-color: rgb(159,241,124); }
td.TdClassName
{
border-color: #9FF17C;
}
.TagClassName
{
border-color: #9FF17C;
}
</style>