Shades of Feijoa #9FFB68
Tints of Feijoa #9FFB68
RGB
CMYK
RGB Variations
Color information
#9FFB68 (or 0x9FFB68) is known color: Feijoa. HEX triplet: 9F, FB and 68. RGB value is (159,251,104). Sum of RGB (Red+Green+Blue) = 159+251+104=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFB68 is #600497. Grayscale: #CFCFCF. Windows color (decimal): -6292632 or 6880159. OLE color: 6880159.
HSL color Cylindrical-coordinate representation of color #9FFB68: hue angle of 97.55º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FFB68 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 104 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.02 |
| HSL | 97.55º | 0.95% | 0.7% | - |
| HSV(B) | 97.55º | 0.59% | 0.98% | - |
| XYZ | 51.29 | 77.36 | 25.33 | - |
| YUV | 206.73 | 70.02 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 104 | 0.37 | 0 | 0.59 | 0.02 | 97.55 | 0.95 | 0.7 |
| Hex | 9F | FB | 68 | 25 | 0 | 3B | 2 | 62 | 5F | 46 |
| Octal | 237 | 373 | 150 | 45 | 0 | 73 | 2 | 142 | 137 | 106 |
| Binary | 10011111 | 11111011 | 1101000 | 100101 | 0 | 111011 | 10 | 1100010 | 1011111 | 1000110 |
Color Harmonies of #9FFB68
Complementary color
Monochromatic Colors of #9FFB68
Black with #9FFB68
Text Example
Text Example
White with #9FFB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFB68; }
p { color: rgb(159,251,104); }
H1.HeaderClassName
{
color: #9FFB68;
}
.AnyTagClassName
{
color: #9FFB68;
}
</style>
background-color css
<style>
a { background-color: #9FFB68; }
a { background-color: rgb(159,251,104); }
div.DivClassName
{
background-color: #9FFB68;
}
.BgClassName
{
background-color: #9FFB68;
}
</style>
border-color css
<style>
span { border-color: #9FFB68; }
span { border-color: rgb(159,251,104); }
td.TdClassName
{
border-color: #9FFB68;
}
.TagClassName
{
border-color: #9FFB68;
}
</style>