Shades of Feijoa #9BE772
Tints of Feijoa #9BE772
RGB
CMYK
RGB Variations
Color information
#9BE772 (or 0x9BE772) is known color: Feijoa. HEX triplet: 9B, E7 and 72. RGB value is (155,231,114). Sum of RGB (Red+Green+Blue) = 155+231+114=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE772 is #64188D. Grayscale: #C3C3C3. Windows color (decimal): -6559886 or 7530395. OLE color: 7530395.
HSL color Cylindrical-coordinate representation of color #9BE772: hue angle of 98.97º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BE772 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 231 | 114 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.09 |
| HSL | 98.97º | 0.71% | 0.68% | - |
| HSV(B) | 98.97º | 0.51% | 0.91% | - |
| XYZ | 45.13 | 65.34 | 26.15 | - |
| YUV | 194.94 | 82.32 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 114 | 0.33 | 0 | 0.51 | 0.09 | 98.97 | 0.71 | 0.68 |
| Hex | 9B | E7 | 72 | 21 | 0 | 33 | 9 | 63 | 47 | 44 |
| Octal | 233 | 347 | 162 | 41 | 0 | 63 | 11 | 143 | 107 | 104 |
| Binary | 10011011 | 11100111 | 1110010 | 100001 | 0 | 110011 | 1001 | 1100011 | 1000111 | 1000100 |
Color Harmonies of #9BE772
Complementary color
Monochromatic Colors of #9BE772
Black with #9BE772
Text Example
Text Example
White with #9BE772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE772; }
p { color: rgb(155,231,114); }
H1.HeaderClassName
{
color: #9BE772;
}
.AnyTagClassName
{
color: #9BE772;
}
</style>
background-color css
<style>
a { background-color: #9BE772; }
a { background-color: rgb(155,231,114); }
div.DivClassName
{
background-color: #9BE772;
}
.BgClassName
{
background-color: #9BE772;
}
</style>
border-color css
<style>
span { border-color: #9BE772; }
span { border-color: rgb(155,231,114); }
td.TdClassName
{
border-color: #9BE772;
}
.TagClassName
{
border-color: #9BE772;
}
</style>