Shades of Feijoa #9BF770
Tints of Feijoa #9BF770
RGB
CMYK
RGB Variations
Color information
#9BF770 (or 0x9BF770) is known color: Feijoa. HEX triplet: 9B, F7 and 70. RGB value is (155,247,112). Sum of RGB (Red+Green+Blue) = 155+247+112=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF770 is #64088F. Grayscale: #CCCCCC. Windows color (decimal): -6555792 or 7403419. OLE color: 7403419.
HSL color Cylindrical-coordinate representation of color #9BF770: hue angle of 100.89º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BF770 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 247 | 112 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.03 |
| HSL | 100.89º | 0.89% | 0.7% | - |
| HSV(B) | 100.89º | 0.55% | 0.97% | - |
| XYZ | 49.7 | 74.66 | 27.12 | - |
| YUV | 204.1 | 76.02 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 247 | 112 | 0.37 | 0 | 0.55 | 0.03 | 100.89 | 0.89 | 0.7 |
| Hex | 9B | F7 | 70 | 25 | 0 | 37 | 3 | 65 | 59 | 46 |
| Octal | 233 | 367 | 160 | 45 | 0 | 67 | 3 | 145 | 131 | 106 |
| Binary | 10011011 | 11110111 | 1110000 | 100101 | 0 | 110111 | 11 | 1100101 | 1011001 | 1000110 |
Color Harmonies of #9BF770
Complementary color
Monochromatic Colors of #9BF770
Black with #9BF770
Text Example
Text Example
White with #9BF770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF770; }
p { color: rgb(155,247,112); }
H1.HeaderClassName
{
color: #9BF770;
}
.AnyTagClassName
{
color: #9BF770;
}
</style>
background-color css
<style>
a { background-color: #9BF770; }
a { background-color: rgb(155,247,112); }
div.DivClassName
{
background-color: #9BF770;
}
.BgClassName
{
background-color: #9BF770;
}
</style>
border-color css
<style>
span { border-color: #9BF770; }
span { border-color: rgb(155,247,112); }
td.TdClassName
{
border-color: #9BF770;
}
.TagClassName
{
border-color: #9BF770;
}
</style>