Shades of Feijoa #9FEA73
Tints of Feijoa #9FEA73
RGB
CMYK
RGB Variations
Color information
#9FEA73 (or 0x9FEA73) is known color: Feijoa. HEX triplet: 9F, EA and 73. RGB value is (159,234,115). Sum of RGB (Red+Green+Blue) = 159+234+115=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEA73 is #60158C. Grayscale: #C6C6C6. Windows color (decimal): -6296973 or 7596703. OLE color: 7596703.
HSL color Cylindrical-coordinate representation of color #9FEA73: hue angle of 97.82º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FEA73 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 115 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.08 |
| HSL | 97.82º | 0.74% | 0.68% | - |
| HSV(B) | 97.82º | 0.51% | 0.92% | - |
| XYZ | 46.82 | 67.45 | 26.77 | - |
| YUV | 198.01 | 81.15 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 115 | 0.32 | 0 | 0.51 | 0.08 | 97.82 | 0.74 | 0.68 |
| Hex | 9F | EA | 73 | 20 | 0 | 33 | 8 | 62 | 4A | 44 |
| Octal | 237 | 352 | 163 | 40 | 0 | 63 | 10 | 142 | 112 | 104 |
| Binary | 10011111 | 11101010 | 1110011 | 100000 | 0 | 110011 | 1000 | 1100010 | 1001010 | 1000100 |
Color Harmonies of #9FEA73
Complementary color
Monochromatic Colors of #9FEA73
Black with #9FEA73
Text Example
Text Example
White with #9FEA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEA73; }
p { color: rgb(159,234,115); }
H1.HeaderClassName
{
color: #9FEA73;
}
.AnyTagClassName
{
color: #9FEA73;
}
</style>
background-color css
<style>
a { background-color: #9FEA73; }
a { background-color: rgb(159,234,115); }
div.DivClassName
{
background-color: #9FEA73;
}
.BgClassName
{
background-color: #9FEA73;
}
</style>
border-color css
<style>
span { border-color: #9FEA73; }
span { border-color: rgb(159,234,115); }
td.TdClassName
{
border-color: #9FEA73;
}
.TagClassName
{
border-color: #9FEA73;
}
</style>