Shades of Feijoa #9FFF73
Tints of Feijoa #9FFF73
RGB
CMYK
RGB Variations
Color information
#9FFF73 (or 0x9FFF73) is known color: Feijoa. HEX triplet: 9F, FF and 73. RGB value is (159,255,115). Sum of RGB (Red+Green+Blue) = 159+255+115=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFF73 is #60008C. Grayscale: #D2D2D2. Windows color (decimal): -6291597 or 7602079. OLE color: 7602079.
HSL color Cylindrical-coordinate representation of color #9FFF73: hue angle of 101.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FFF73 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 115 | - |
| CMYK | 0.38 | 0 | 0.55 | 0 |
| HSL | 101.14º | 1% | 0.73% | - |
| HSV(B) | 101.14º | 0.55% | 1% | - |
| XYZ | 53.15 | 80.13 | 28.88 | - |
| YUV | 210.34 | 74.2 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 115 | 0.38 | 0 | 0.55 | 0 | 101.14 | 1 | 0.73 |
| Hex | 9F | FF | 73 | 26 | 0 | 37 | 0 | 65 | 64 | 49 |
| Octal | 237 | 377 | 163 | 46 | 0 | 67 | 0 | 145 | 144 | 111 |
| Binary | 10011111 | 11111111 | 1110011 | 100110 | 0 | 110111 | 0 | 1100101 | 1100100 | 1001001 |
Color Harmonies of #9FFF73
Complementary color
Monochromatic Colors of #9FFF73
Black with #9FFF73
Text Example
Text Example
White with #9FFF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFF73; }
p { color: rgb(159,255,115); }
H1.HeaderClassName
{
color: #9FFF73;
}
.AnyTagClassName
{
color: #9FFF73;
}
</style>
background-color css
<style>
a { background-color: #9FFF73; }
a { background-color: rgb(159,255,115); }
div.DivClassName
{
background-color: #9FFF73;
}
.BgClassName
{
background-color: #9FFF73;
}
</style>
border-color css
<style>
span { border-color: #9FFF73; }
span { border-color: rgb(159,255,115); }
td.TdClassName
{
border-color: #9FFF73;
}
.TagClassName
{
border-color: #9FFF73;
}
</style>