Shades of Feijoa #9FEA76
Tints of Feijoa #9FEA76
RGB
CMYK
RGB Variations
Color information
#9FEA76 (or 0x9FEA76) is known color: Feijoa. HEX triplet: 9F, EA and 76. RGB value is (159,234,118). Sum of RGB (Red+Green+Blue) = 159+234+118=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEA76 is #601589. Grayscale: #C6C6C6. Windows color (decimal): -6296970 or 7793311. OLE color: 7793311.
HSL color Cylindrical-coordinate representation of color #9FEA76: hue angle of 98.79º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FEA76 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 118 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.08 |
| HSL | 98.79º | 0.73% | 0.69% | - |
| HSV(B) | 98.79º | 0.5% | 0.92% | - |
| XYZ | 46.99 | 67.52 | 27.7 | - |
| YUV | 198.35 | 82.65 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 118 | 0.32 | 0 | 0.50 | 0.08 | 98.79 | 0.73 | 0.69 |
| Hex | 9F | EA | 76 | 20 | 0 | 32 | 8 | 63 | 49 | 45 |
| Octal | 237 | 352 | 166 | 40 | 0 | 62 | 10 | 143 | 111 | 105 |
| Binary | 10011111 | 11101010 | 1110110 | 100000 | 0 | 110010 | 1000 | 1100011 | 1001001 | 1000101 |
Color Harmonies of #9FEA76
Complementary color
Monochromatic Colors of #9FEA76
Black with #9FEA76
Text Example
Text Example
White with #9FEA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEA76; }
p { color: rgb(159,234,118); }
H1.HeaderClassName
{
color: #9FEA76;
}
.AnyTagClassName
{
color: #9FEA76;
}
</style>
background-color css
<style>
a { background-color: #9FEA76; }
a { background-color: rgb(159,234,118); }
div.DivClassName
{
background-color: #9FEA76;
}
.BgClassName
{
background-color: #9FEA76;
}
</style>
border-color css
<style>
span { border-color: #9FEA76; }
span { border-color: rgb(159,234,118); }
td.TdClassName
{
border-color: #9FEA76;
}
.TagClassName
{
border-color: #9FEA76;
}
</style>