Shades of Feijoa #9BEC7C
Tints of Feijoa #9BEC7C
RGB
CMYK
RGB Variations
Color information
#9BEC7C (or 0x9BEC7C) is known color: Feijoa. HEX triplet: 9B, EC and 7C. RGB value is (155,236,124). Sum of RGB (Red+Green+Blue) = 155+236+124=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEC7C is #641383. Grayscale: #C7C7C7. Windows color (decimal): -6558596 or 8187035. OLE color: 8187035.
HSL color Cylindrical-coordinate representation of color #9BEC7C: hue angle of 103.39º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BEC7C is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 124 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.07 |
| HSL | 103.39º | 0.75% | 0.71% | - |
| HSV(B) | 103.39º | 0.47% | 0.93% | - |
| XYZ | 47.15 | 68.41 | 29.79 | - |
| YUV | 199.01 | 85.66 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 124 | 0.34 | 0 | 0.47 | 0.07 | 103.39 | 0.75 | 0.71 |
| Hex | 9B | EC | 7C | 22 | 0 | 2F | 7 | 67 | 4B | 47 |
| Octal | 233 | 354 | 174 | 42 | 0 | 57 | 7 | 147 | 113 | 107 |
| Binary | 10011011 | 11101100 | 1111100 | 100010 | 0 | 101111 | 111 | 1100111 | 1001011 | 1000111 |
Color Harmonies of #9BEC7C
Complementary color
Monochromatic Colors of #9BEC7C
Black with #9BEC7C
Text Example
Text Example
White with #9BEC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEC7C; }
p { color: rgb(155,236,124); }
H1.HeaderClassName
{
color: #9BEC7C;
}
.AnyTagClassName
{
color: #9BEC7C;
}
</style>
background-color css
<style>
a { background-color: #9BEC7C; }
a { background-color: rgb(155,236,124); }
div.DivClassName
{
background-color: #9BEC7C;
}
.BgClassName
{
background-color: #9BEC7C;
}
</style>
border-color css
<style>
span { border-color: #9BEC7C; }
span { border-color: rgb(155,236,124); }
td.TdClassName
{
border-color: #9BEC7C;
}
.TagClassName
{
border-color: #9BEC7C;
}
</style>