Shades of Feijoa #9FEC7B
Tints of Feijoa #9FEC7B
RGB
CMYK
RGB Variations
Color information
#9FEC7B (or 0x9FEC7B) is known color: Feijoa. HEX triplet: 9F, EC and 7B. RGB value is (159,236,123). Sum of RGB (Red+Green+Blue) = 159+236+123=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEC7B is #601384. Grayscale: #C8C8C8. Windows color (decimal): -6296453 or 8121503. OLE color: 8121503.
HSL color Cylindrical-coordinate representation of color #9FEC7B: hue angle of 100.88º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FEC7B is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 123 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.07 |
| HSL | 100.89º | 0.75% | 0.7% | - |
| HSV(B) | 100.89º | 0.48% | 0.93% | - |
| XYZ | 47.87 | 68.79 | 29.49 | - |
| YUV | 200.1 | 84.49 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 123 | 0.33 | 0 | 0.48 | 0.07 | 100.89 | 0.75 | 0.7 |
| Hex | 9F | EC | 7B | 21 | 0 | 30 | 7 | 65 | 4B | 46 |
| Octal | 237 | 354 | 173 | 41 | 0 | 60 | 7 | 145 | 113 | 106 |
| Binary | 10011111 | 11101100 | 1111011 | 100001 | 0 | 110000 | 111 | 1100101 | 1001011 | 1000110 |
Color Harmonies of #9FEC7B
Complementary color
Monochromatic Colors of #9FEC7B
Black with #9FEC7B
Text Example
Text Example
White with #9FEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC7B; }
p { color: rgb(159,236,123); }
H1.HeaderClassName
{
color: #9FEC7B;
}
.AnyTagClassName
{
color: #9FEC7B;
}
</style>
background-color css
<style>
a { background-color: #9FEC7B; }
a { background-color: rgb(159,236,123); }
div.DivClassName
{
background-color: #9FEC7B;
}
.BgClassName
{
background-color: #9FEC7B;
}
</style>
border-color css
<style>
span { border-color: #9FEC7B; }
span { border-color: rgb(159,236,123); }
td.TdClassName
{
border-color: #9FEC7B;
}
.TagClassName
{
border-color: #9FEC7B;
}
</style>