Shades of Feijoa #9FE168
Tints of Feijoa #9FE168
RGB
CMYK
RGB Variations
Color information
#9FE168 (or 0x9FE168) is known color: Feijoa. HEX triplet: 9F, E1 and 68. RGB value is (159,225,104). Sum of RGB (Red+Green+Blue) = 159+225+104=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE168 is #601E97. Grayscale: #BFBFBF. Windows color (decimal): -6299288 or 6873503. OLE color: 6873503.
HSL color Cylindrical-coordinate representation of color #9FE168: hue angle of 92.73º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FE168 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 104 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.12 |
| HSL | 92.73º | 0.67% | 0.65% | - |
| HSV(B) | 92.73º | 0.54% | 0.88% | - |
| XYZ | 43.72 | 62.22 | 22.8 | - |
| YUV | 191.47 | 78.63 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 104 | 0.29 | 0 | 0.54 | 0.12 | 92.73 | 0.67 | 0.65 |
| Hex | 9F | E1 | 68 | 1D | 0 | 36 | C | 5D | 43 | 41 |
| Octal | 237 | 341 | 150 | 35 | 0 | 66 | 14 | 135 | 103 | 101 |
| Binary | 10011111 | 11100001 | 1101000 | 11101 | 0 | 110110 | 1100 | 1011101 | 1000011 | 1000001 |
Color Harmonies of #9FE168
Complementary color
Monochromatic Colors of #9FE168
Black with #9FE168
Text Example
Text Example
White with #9FE168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE168; }
p { color: rgb(159,225,104); }
H1.HeaderClassName
{
color: #9FE168;
}
.AnyTagClassName
{
color: #9FE168;
}
</style>
background-color css
<style>
a { background-color: #9FE168; }
a { background-color: rgb(159,225,104); }
div.DivClassName
{
background-color: #9FE168;
}
.BgClassName
{
background-color: #9FE168;
}
</style>
border-color css
<style>
span { border-color: #9FE168; }
span { border-color: rgb(159,225,104); }
td.TdClassName
{
border-color: #9FE168;
}
.TagClassName
{
border-color: #9FE168;
}
</style>