Shades of Feijoa #9FF168
Tints of Feijoa #9FF168
RGB
CMYK
RGB Variations
Color information
#9FF168 (or 0x9FF168) is known color: Feijoa. HEX triplet: 9F, F1 and 68. RGB value is (159,241,104). Sum of RGB (Red+Green+Blue) = 159+241+104=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF168 is #600E97. Grayscale: #C9C9C9. Windows color (decimal): -6295192 or 6877599. OLE color: 6877599.
HSL color Cylindrical-coordinate representation of color #9FF168: hue angle of 95.91º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FF168 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 104 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.05 |
| HSL | 95.91º | 0.83% | 0.68% | - |
| HSV(B) | 95.91º | 0.57% | 0.95% | - |
| XYZ | 48.25 | 71.28 | 24.31 | - |
| YUV | 200.86 | 73.33 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 104 | 0.34 | 0 | 0.57 | 0.05 | 95.91 | 0.83 | 0.68 |
| Hex | 9F | F1 | 68 | 22 | 0 | 39 | 5 | 60 | 53 | 44 |
| Octal | 237 | 361 | 150 | 42 | 0 | 71 | 5 | 140 | 123 | 104 |
| Binary | 10011111 | 11110001 | 1101000 | 100010 | 0 | 111001 | 101 | 1100000 | 1010011 | 1000100 |
Color Harmonies of #9FF168
Complementary color
Monochromatic Colors of #9FF168
Black with #9FF168
Text Example
Text Example
White with #9FF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF168; }
p { color: rgb(159,241,104); }
H1.HeaderClassName
{
color: #9FF168;
}
.AnyTagClassName
{
color: #9FF168;
}
</style>
background-color css
<style>
a { background-color: #9FF168; }
a { background-color: rgb(159,241,104); }
div.DivClassName
{
background-color: #9FF168;
}
.BgClassName
{
background-color: #9FF168;
}
</style>
border-color css
<style>
span { border-color: #9FF168; }
span { border-color: rgb(159,241,104); }
td.TdClassName
{
border-color: #9FF168;
}
.TagClassName
{
border-color: #9FF168;
}
</style>