Shades of Feijoa #9BEB7B
Tints of Feijoa #9BEB7B
RGB
CMYK
RGB Variations
Color information
#9BEB7B (or 0x9BEB7B) is known color: Feijoa. HEX triplet: 9B, EB and 7B. RGB value is (155,235,123). Sum of RGB (Red+Green+Blue) = 155+235+123=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEB7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEB7B is #641484. Grayscale: #C6C6C6. Windows color (decimal): -6558853 or 8121243. OLE color: 8121243.
HSL color Cylindrical-coordinate representation of color #9BEB7B: hue angle of 102.86º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BEB7B is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 123 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.08 |
| HSL | 102.86º | 0.74% | 0.7% | - |
| HSV(B) | 102.86º | 0.48% | 0.92% | - |
| XYZ | 46.8 | 67.82 | 29.36 | - |
| YUV | 198.31 | 85.5 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 123 | 0.34 | 0 | 0.48 | 0.08 | 102.86 | 0.74 | 0.7 |
| Hex | 9B | EB | 7B | 22 | 0 | 30 | 8 | 67 | 4A | 46 |
| Octal | 233 | 353 | 173 | 42 | 0 | 60 | 10 | 147 | 112 | 106 |
| Binary | 10011011 | 11101011 | 1111011 | 100010 | 0 | 110000 | 1000 | 1100111 | 1001010 | 1000110 |
Color Harmonies of #9BEB7B
Complementary color
Monochromatic Colors of #9BEB7B
Black with #9BEB7B
Text Example
Text Example
White with #9BEB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEB7B; }
p { color: rgb(155,235,123); }
H1.HeaderClassName
{
color: #9BEB7B;
}
.AnyTagClassName
{
color: #9BEB7B;
}
</style>
background-color css
<style>
a { background-color: #9BEB7B; }
a { background-color: rgb(155,235,123); }
div.DivClassName
{
background-color: #9BEB7B;
}
.BgClassName
{
background-color: #9BEB7B;
}
</style>
border-color css
<style>
span { border-color: #9BEB7B; }
span { border-color: rgb(155,235,123); }
td.TdClassName
{
border-color: #9BEB7B;
}
.TagClassName
{
border-color: #9BEB7B;
}
</style>