Shades of Feijoa #9FDF6F
Tints of Feijoa #9FDF6F
RGB
CMYK
RGB Variations
Color information
#9FDF6F (or 0x9FDF6F) is known color: Feijoa. HEX triplet: 9F, DF and 6F. RGB value is (159,223,111). Sum of RGB (Red+Green+Blue) = 159+223+111=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF6F is #602090. Grayscale: #BFBFBF. Windows color (decimal): -6299793 or 7331743. OLE color: 7331743.
HSL color Cylindrical-coordinate representation of color #9FDF6F: hue angle of 94.29º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FDF6F is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 111 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.13 |
| HSL | 94.29º | 0.64% | 0.65% | - |
| HSV(B) | 94.29º | 0.5% | 0.87% | - |
| XYZ | 43.56 | 61.29 | 24.57 | - |
| YUV | 191.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 111 | 0.29 | 0 | 0.50 | 0.13 | 94.29 | 0.64 | 0.65 |
| Hex | 9F | DF | 6F | 1D | 0 | 32 | D | 5E | 40 | 41 |
| Octal | 237 | 337 | 157 | 35 | 0 | 62 | 15 | 136 | 100 | 101 |
| Binary | 10011111 | 11011111 | 1101111 | 11101 | 0 | 110010 | 1101 | 1011110 | 1000000 | 1000001 |
Color Harmonies of #9FDF6F
Complementary color
Monochromatic Colors of #9FDF6F
Black with #9FDF6F
Text Example
Text Example
White with #9FDF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDF6F; }
p { color: rgb(159,223,111); }
H1.HeaderClassName
{
color: #9FDF6F;
}
.AnyTagClassName
{
color: #9FDF6F;
}
</style>
background-color css
<style>
a { background-color: #9FDF6F; }
a { background-color: rgb(159,223,111); }
div.DivClassName
{
background-color: #9FDF6F;
}
.BgClassName
{
background-color: #9FDF6F;
}
</style>
border-color css
<style>
span { border-color: #9FDF6F; }
span { border-color: rgb(159,223,111); }
td.TdClassName
{
border-color: #9FDF6F;
}
.TagClassName
{
border-color: #9FDF6F;
}
</style>