Shades of Feijoa #9BE373
Tints of Feijoa #9BE373
RGB
CMYK
RGB Variations
Color information
#9BE373 (or 0x9BE373) is known color: Feijoa. HEX triplet: 9B, E3 and 73. RGB value is (155,227,115). Sum of RGB (Red+Green+Blue) = 155+227+115=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE373 is #641C8C. Grayscale: #C1C1C1. Windows color (decimal): -6560909 or 7594907. OLE color: 7594907.
HSL color Cylindrical-coordinate representation of color #9BE373: hue angle of 98.57º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BE373 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 227 | 115 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.11 |
| HSL | 98.57º | 0.67% | 0.67% | - |
| HSV(B) | 98.57º | 0.49% | 0.89% | - |
| XYZ | 44.08 | 63.14 | 26.08 | - |
| YUV | 192.7 | 84.15 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 227 | 115 | 0.32 | 0 | 0.49 | 0.11 | 98.57 | 0.67 | 0.67 |
| Hex | 9B | E3 | 73 | 20 | 0 | 31 | B | 63 | 43 | 43 |
| Octal | 233 | 343 | 163 | 40 | 0 | 61 | 13 | 143 | 103 | 103 |
| Binary | 10011011 | 11100011 | 1110011 | 100000 | 0 | 110001 | 1011 | 1100011 | 1000011 | 1000011 |
Color Harmonies of #9BE373
Complementary color
Monochromatic Colors of #9BE373
Black with #9BE373
Text Example
Text Example
White with #9BE373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE373; }
p { color: rgb(155,227,115); }
H1.HeaderClassName
{
color: #9BE373;
}
.AnyTagClassName
{
color: #9BE373;
}
</style>
background-color css
<style>
a { background-color: #9BE373; }
a { background-color: rgb(155,227,115); }
div.DivClassName
{
background-color: #9BE373;
}
.BgClassName
{
background-color: #9BE373;
}
</style>
border-color css
<style>
span { border-color: #9BE373; }
span { border-color: rgb(155,227,115); }
td.TdClassName
{
border-color: #9BE373;
}
.TagClassName
{
border-color: #9BE373;
}
</style>