Shades of Feijoa #9BEB7E
Tints of Feijoa #9BEB7E
RGB
CMYK
RGB Variations
Color information
#9BEB7E (or 0x9BEB7E) is known color: Feijoa. HEX triplet: 9B, EB and 7E. RGB value is (155,235,126). Sum of RGB (Red+Green+Blue) = 155+235+126=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEB7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEB7E is #641481. Grayscale: #C7C7C7. Windows color (decimal): -6558850 or 8317851. OLE color: 8317851.
HSL color Cylindrical-coordinate representation of color #9BEB7E: hue angle of 104.04º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BEB7E is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 126 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.08 |
| HSL | 104.04º | 0.73% | 0.71% | - |
| HSV(B) | 104.04º | 0.46% | 0.92% | - |
| XYZ | 46.99 | 67.89 | 30.37 | - |
| YUV | 198.65 | 87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 126 | 0.34 | 0 | 0.46 | 0.08 | 104.04 | 0.73 | 0.71 |
| Hex | 9B | EB | 7E | 22 | 0 | 2E | 8 | 68 | 49 | 47 |
| Octal | 233 | 353 | 176 | 42 | 0 | 56 | 10 | 150 | 111 | 107 |
| Binary | 10011011 | 11101011 | 1111110 | 100010 | 0 | 101110 | 1000 | 1101000 | 1001001 | 1000111 |
Color Harmonies of #9BEB7E
Complementary color
Monochromatic Colors of #9BEB7E
Black with #9BEB7E
Text Example
Text Example
White with #9BEB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEB7E; }
p { color: rgb(155,235,126); }
H1.HeaderClassName
{
color: #9BEB7E;
}
.AnyTagClassName
{
color: #9BEB7E;
}
</style>
background-color css
<style>
a { background-color: #9BEB7E; }
a { background-color: rgb(155,235,126); }
div.DivClassName
{
background-color: #9BEB7E;
}
.BgClassName
{
background-color: #9BEB7E;
}
</style>
border-color css
<style>
span { border-color: #9BEB7E; }
span { border-color: rgb(155,235,126); }
td.TdClassName
{
border-color: #9BEB7E;
}
.TagClassName
{
border-color: #9BEB7E;
}
</style>