Shades of Feijoa #9FFE74
Tints of Feijoa #9FFE74
RGB
CMYK
RGB Variations
Color information
#9FFE74 (or 0x9FFE74) is known color: Feijoa. HEX triplet: 9F, FE and 74. RGB value is (159,254,116). Sum of RGB (Red+Green+Blue) = 159+254+116=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFE74 is #60018B. Grayscale: #D2D2D2. Windows color (decimal): -6291852 or 7667359. OLE color: 7667359.
HSL color Cylindrical-coordinate representation of color #9FFE74: hue angle of 101.3º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FFE74 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 116 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.00 |
| HSL | 101.3º | 0.99% | 0.73% | - |
| HSV(B) | 101.3º | 0.54% | 1% | - |
| XYZ | 52.89 | 79.52 | 29.08 | - |
| YUV | 209.86 | 75.03 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 116 | 0.37 | 0 | 0.54 | 0.00 | 101.3 | 0.99 | 0.73 |
| Hex | 9F | FE | 74 | 25 | 0 | 36 | 0 | 65 | 63 | 49 |
| Octal | 237 | 376 | 164 | 45 | 0 | 66 | 0 | 145 | 143 | 111 |
| Binary | 10011111 | 11111110 | 1110100 | 100101 | 0 | 110110 | 0 | 1100101 | 1100011 | 1001001 |
Color Harmonies of #9FFE74
Complementary color
Monochromatic Colors of #9FFE74
Black with #9FFE74
Text Example
Text Example
White with #9FFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFE74; }
p { color: rgb(159,254,116); }
H1.HeaderClassName
{
color: #9FFE74;
}
.AnyTagClassName
{
color: #9FFE74;
}
</style>
background-color css
<style>
a { background-color: #9FFE74; }
a { background-color: rgb(159,254,116); }
div.DivClassName
{
background-color: #9FFE74;
}
.BgClassName
{
background-color: #9FFE74;
}
</style>
border-color css
<style>
span { border-color: #9FFE74; }
span { border-color: rgb(159,254,116); }
td.TdClassName
{
border-color: #9FFE74;
}
.TagClassName
{
border-color: #9FFE74;
}
</style>