Shades of Feijoa #9FE173
Tints of Feijoa #9FE173
RGB
CMYK
RGB Variations
Color information
#9FE173 (or 0x9FE173) is known color: Feijoa. HEX triplet: 9F, E1 and 73. RGB value is (159,225,115). Sum of RGB (Red+Green+Blue) = 159+225+115=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE173 is #601E8C. Grayscale: #C1C1C1. Windows color (decimal): -6299277 or 7594399. OLE color: 7594399.
HSL color Cylindrical-coordinate representation of color #9FE173: hue angle of 96º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FE173 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 115 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.12 |
| HSL | 96º | 0.65% | 0.67% | - |
| HSV(B) | 96º | 0.49% | 0.88% | - |
| XYZ | 44.32 | 62.46 | 25.94 | - |
| YUV | 192.73 | 84.13 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 115 | 0.29 | 0 | 0.49 | 0.12 | 96 | 0.65 | 0.67 |
| Hex | 9F | E1 | 73 | 1D | 0 | 31 | C | 60 | 41 | 43 |
| Octal | 237 | 341 | 163 | 35 | 0 | 61 | 14 | 140 | 101 | 103 |
| Binary | 10011111 | 11100001 | 1110011 | 11101 | 0 | 110001 | 1100 | 1100000 | 1000001 | 1000011 |
Color Harmonies of #9FE173
Complementary color
Monochromatic Colors of #9FE173
Black with #9FE173
Text Example
Text Example
White with #9FE173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE173; }
p { color: rgb(159,225,115); }
H1.HeaderClassName
{
color: #9FE173;
}
.AnyTagClassName
{
color: #9FE173;
}
</style>
background-color css
<style>
a { background-color: #9FE173; }
a { background-color: rgb(159,225,115); }
div.DivClassName
{
background-color: #9FE173;
}
.BgClassName
{
background-color: #9FE173;
}
</style>
border-color css
<style>
span { border-color: #9FE173; }
span { border-color: rgb(159,225,115); }
td.TdClassName
{
border-color: #9FE173;
}
.TagClassName
{
border-color: #9FE173;
}
</style>