Shades of Feijoa #9FE873
Tints of Feijoa #9FE873
RGB
CMYK
RGB Variations
Color information
#9FE873 (or 0x9FE873) is known color: Feijoa. HEX triplet: 9F, E8 and 73. RGB value is (159,232,115). Sum of RGB (Red+Green+Blue) = 159+232+115=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE873 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE873 is #60178C. Grayscale: #C5C5C5. Windows color (decimal): -6297485 or 7596191. OLE color: 7596191.
HSL color Cylindrical-coordinate representation of color #9FE873: hue angle of 97.44º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FE873 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 232 | 115 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.09 |
| HSL | 97.44º | 0.72% | 0.68% | - |
| HSV(B) | 97.44º | 0.5% | 0.91% | - |
| XYZ | 46.25 | 66.32 | 26.58 | - |
| YUV | 196.84 | 81.82 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 232 | 115 | 0.31 | 0 | 0.50 | 0.09 | 97.44 | 0.72 | 0.68 |
| Hex | 9F | E8 | 73 | 1F | 0 | 32 | 9 | 61 | 48 | 44 |
| Octal | 237 | 350 | 163 | 37 | 0 | 62 | 11 | 141 | 110 | 104 |
| Binary | 10011111 | 11101000 | 1110011 | 11111 | 0 | 110010 | 1001 | 1100001 | 1001000 | 1000100 |
Color Harmonies of #9FE873
Complementary color
Monochromatic Colors of #9FE873
Black with #9FE873
Text Example
Text Example
White with #9FE873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE873; }
p { color: rgb(159,232,115); }
H1.HeaderClassName
{
color: #9FE873;
}
.AnyTagClassName
{
color: #9FE873;
}
</style>
background-color css
<style>
a { background-color: #9FE873; }
a { background-color: rgb(159,232,115); }
div.DivClassName
{
background-color: #9FE873;
}
.BgClassName
{
background-color: #9FE873;
}
</style>
border-color css
<style>
span { border-color: #9FE873; }
span { border-color: rgb(159,232,115); }
td.TdClassName
{
border-color: #9FE873;
}
.TagClassName
{
border-color: #9FE873;
}
</style>