Shades of Feijoa #9BE36B
Tints of Feijoa #9BE36B
RGB
CMYK
RGB Variations
Color information
#9BE36B (or 0x9BE36B) is known color: Feijoa. HEX triplet: 9B, E3 and 6B. RGB value is (155,227,107). Sum of RGB (Red+Green+Blue) = 155+227+107=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE36B is #641C94. Grayscale: #C0C0C0. Windows color (decimal): -6560917 or 7070619. OLE color: 7070619.
HSL color Cylindrical-coordinate representation of color #9BE36B: hue angle of 96º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BE36B is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 227 | 107 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.11 |
| HSL | 96º | 0.68% | 0.65% | - |
| HSV(B) | 96º | 0.53% | 0.89% | - |
| XYZ | 43.64 | 62.97 | 23.76 | - |
| YUV | 191.79 | 80.15 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 227 | 107 | 0.32 | 0 | 0.53 | 0.11 | 96 | 0.68 | 0.65 |
| Hex | 9B | E3 | 6B | 20 | 0 | 35 | B | 60 | 44 | 41 |
| Octal | 233 | 343 | 153 | 40 | 0 | 65 | 13 | 140 | 104 | 101 |
| Binary | 10011011 | 11100011 | 1101011 | 100000 | 0 | 110101 | 1011 | 1100000 | 1000100 | 1000001 |
Color Harmonies of #9BE36B
Complementary color
Monochromatic Colors of #9BE36B
Black with #9BE36B
Text Example
Text Example
White with #9BE36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE36B; }
p { color: rgb(155,227,107); }
H1.HeaderClassName
{
color: #9BE36B;
}
.AnyTagClassName
{
color: #9BE36B;
}
</style>
background-color css
<style>
a { background-color: #9BE36B; }
a { background-color: rgb(155,227,107); }
div.DivClassName
{
background-color: #9BE36B;
}
.BgClassName
{
background-color: #9BE36B;
}
</style>
border-color css
<style>
span { border-color: #9BE36B; }
span { border-color: rgb(155,227,107); }
td.TdClassName
{
border-color: #9BE36B;
}
.TagClassName
{
border-color: #9BE36B;
}
</style>