Shades of Feijoa #9FD768
Tints of Feijoa #9FD768
RGB
CMYK
RGB Variations
Color information
#9FD768 (or 0x9FD768) is known color: Feijoa. HEX triplet: 9F, D7 and 68. RGB value is (159,215,104). Sum of RGB (Red+Green+Blue) = 159+215+104=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD768 is #602897. Grayscale: #B9B9B9. Windows color (decimal): -6301848 or 6870943. OLE color: 6870943.
HSL color Cylindrical-coordinate representation of color #9FD768: hue angle of 90.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FD768 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 215 | 104 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.16 |
| HSL | 90.27º | 0.58% | 0.63% | - |
| HSV(B) | 90.27º | 0.52% | 0.84% | - |
| XYZ | 41.1 | 56.97 | 21.93 | - |
| YUV | 185.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 215 | 104 | 0.26 | 0 | 0.52 | 0.16 | 90.27 | 0.58 | 0.63 |
| Hex | 9F | D7 | 68 | 1A | 0 | 34 | 10 | 5A | 3A | 3F |
| Octal | 237 | 327 | 150 | 32 | 0 | 64 | 20 | 132 | 72 | 77 |
| Binary | 10011111 | 11010111 | 1101000 | 11010 | 0 | 110100 | 10000 | 1011010 | 111010 | 111111 |
Color Harmonies of #9FD768
Complementary color
Monochromatic Colors of #9FD768
Black with #9FD768
Text Example
Text Example
White with #9FD768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD768; }
p { color: rgb(159,215,104); }
H1.HeaderClassName
{
color: #9FD768;
}
.AnyTagClassName
{
color: #9FD768;
}
</style>
background-color css
<style>
a { background-color: #9FD768; }
a { background-color: rgb(159,215,104); }
div.DivClassName
{
background-color: #9FD768;
}
.BgClassName
{
background-color: #9FD768;
}
</style>
border-color css
<style>
span { border-color: #9FD768; }
span { border-color: rgb(159,215,104); }
td.TdClassName
{
border-color: #9FD768;
}
.TagClassName
{
border-color: #9FD768;
}
</style>