Shades of Feijoa #9FD36F
Tints of Feijoa #9FD36F
RGB
CMYK
RGB Variations
Color information
#9FD36F (or 0x9FD36F) is known color: Feijoa. HEX triplet: 9F, D3 and 6F. RGB value is (159,211,111). Sum of RGB (Red+Green+Blue) = 159+211+111=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD36F is #602C90. Grayscale: #B8B8B8. Windows color (decimal): -6302865 or 7328671. OLE color: 7328671.
HSL color Cylindrical-coordinate representation of color #9FD36F: hue angle of 91.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FD36F is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 111 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.17 |
| HSL | 91.2º | 0.53% | 0.63% | - |
| HSV(B) | 91.2º | 0.47% | 0.83% | - |
| XYZ | 40.46 | 55.11 | 23.54 | - |
| YUV | 184.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 111 | 0.25 | 0 | 0.47 | 0.17 | 91.2 | 0.53 | 0.63 |
| Hex | 9F | D3 | 6F | 19 | 0 | 2F | 11 | 5B | 35 | 3F |
| Octal | 237 | 323 | 157 | 31 | 0 | 57 | 21 | 133 | 65 | 77 |
| Binary | 10011111 | 11010011 | 1101111 | 11001 | 0 | 101111 | 10001 | 1011011 | 110101 | 111111 |
Color Harmonies of #9FD36F
Complementary color
Monochromatic Colors of #9FD36F
Black with #9FD36F
Text Example
Text Example
White with #9FD36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD36F; }
p { color: rgb(159,211,111); }
H1.HeaderClassName
{
color: #9FD36F;
}
.AnyTagClassName
{
color: #9FD36F;
}
</style>
background-color css
<style>
a { background-color: #9FD36F; }
a { background-color: rgb(159,211,111); }
div.DivClassName
{
background-color: #9FD36F;
}
.BgClassName
{
background-color: #9FD36F;
}
</style>
border-color css
<style>
span { border-color: #9FD36F; }
span { border-color: rgb(159,211,111); }
td.TdClassName
{
border-color: #9FD36F;
}
.TagClassName
{
border-color: #9FD36F;
}
</style>