Shades of Feijoa #9FFB6D
Tints of Feijoa #9FFB6D
RGB
CMYK
RGB Variations
Color information
#9FFB6D (or 0x9FFB6D) is known color: Feijoa. HEX triplet: 9F, FB and 6D. RGB value is (159,251,109). Sum of RGB (Red+Green+Blue) = 159+251+109=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFB6D is #600492. Grayscale: #CFCFCF. Windows color (decimal): -6292627 or 7207839. OLE color: 7207839.
HSL color Cylindrical-coordinate representation of color #9FFB6D: hue angle of 98.87º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FFB6D is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 109 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.02 |
| HSL | 98.87º | 0.95% | 0.71% | - |
| HSV(B) | 98.87º | 0.57% | 0.98% | - |
| XYZ | 51.56 | 77.47 | 26.7 | - |
| YUV | 207.3 | 72.52 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 109 | 0.37 | 0 | 0.57 | 0.02 | 98.87 | 0.95 | 0.71 |
| Hex | 9F | FB | 6D | 25 | 0 | 39 | 2 | 63 | 5F | 47 |
| Octal | 237 | 373 | 155 | 45 | 0 | 71 | 2 | 143 | 137 | 107 |
| Binary | 10011111 | 11111011 | 1101101 | 100101 | 0 | 111001 | 10 | 1100011 | 1011111 | 1000111 |
Color Harmonies of #9FFB6D
Complementary color
Monochromatic Colors of #9FFB6D
Black with #9FFB6D
Text Example
Text Example
White with #9FFB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFB6D; }
p { color: rgb(159,251,109); }
H1.HeaderClassName
{
color: #9FFB6D;
}
.AnyTagClassName
{
color: #9FFB6D;
}
</style>
background-color css
<style>
a { background-color: #9FFB6D; }
a { background-color: rgb(159,251,109); }
div.DivClassName
{
background-color: #9FFB6D;
}
.BgClassName
{
background-color: #9FFB6D;
}
</style>
border-color css
<style>
span { border-color: #9FFB6D; }
span { border-color: rgb(159,251,109); }
td.TdClassName
{
border-color: #9FFB6D;
}
.TagClassName
{
border-color: #9FFB6D;
}
</style>