Shades of Feijoa #9BFC70
Tints of Feijoa #9BFC70
RGB
CMYK
RGB Variations
Color information
#9BFC70 (or 0x9BFC70) is known color: Feijoa. HEX triplet: 9B, FC and 70. RGB value is (155,252,112). Sum of RGB (Red+Green+Blue) = 155+252+112=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFC70 is #64038F. Grayscale: #CFCFCF. Windows color (decimal): -6554512 or 7404699. OLE color: 7404699.
HSL color Cylindrical-coordinate representation of color #9BFC70: hue angle of 101.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BFC70 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 112 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.01 |
| HSL | 101.57º | 0.96% | 0.71% | - |
| HSV(B) | 101.57º | 0.56% | 0.99% | - |
| XYZ | 51.25 | 77.76 | 27.64 | - |
| YUV | 207.04 | 74.36 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 112 | 0.38 | 0 | 0.56 | 0.01 | 101.57 | 0.96 | 0.71 |
| Hex | 9B | FC | 70 | 26 | 0 | 38 | 1 | 66 | 60 | 47 |
| Octal | 233 | 374 | 160 | 46 | 0 | 70 | 1 | 146 | 140 | 107 |
| Binary | 10011011 | 11111100 | 1110000 | 100110 | 0 | 111000 | 1 | 1100110 | 1100000 | 1000111 |
Color Harmonies of #9BFC70
Complementary color
Monochromatic Colors of #9BFC70
Black with #9BFC70
Text Example
Text Example
White with #9BFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC70; }
p { color: rgb(155,252,112); }
H1.HeaderClassName
{
color: #9BFC70;
}
.AnyTagClassName
{
color: #9BFC70;
}
</style>
background-color css
<style>
a { background-color: #9BFC70; }
a { background-color: rgb(155,252,112); }
div.DivClassName
{
background-color: #9BFC70;
}
.BgClassName
{
background-color: #9BFC70;
}
</style>
border-color css
<style>
span { border-color: #9BFC70; }
span { border-color: rgb(155,252,112); }
td.TdClassName
{
border-color: #9BFC70;
}
.TagClassName
{
border-color: #9BFC70;
}
</style>