Shades of Feijoa #9BFA71
Tints of Feijoa #9BFA71
RGB
CMYK
RGB Variations
Color information
#9BFA71 (or 0x9BFA71) is known color: Feijoa. HEX triplet: 9B, FA and 71. RGB value is (155,250,113). Sum of RGB (Red+Green+Blue) = 155+250+113=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFA71 is #64058E. Grayscale: #CECECE. Windows color (decimal): -6555023 or 7469723. OLE color: 7469723.
HSL color Cylindrical-coordinate representation of color #9BFA71: hue angle of 101.61º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BFA71 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 113 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.02 |
| HSL | 101.61º | 0.93% | 0.71% | - |
| HSV(B) | 101.61º | 0.55% | 0.98% | - |
| XYZ | 50.68 | 76.53 | 27.72 | - |
| YUV | 205.98 | 75.53 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 113 | 0.38 | 0 | 0.55 | 0.02 | 101.61 | 0.93 | 0.71 |
| Hex | 9B | FA | 71 | 26 | 0 | 37 | 2 | 66 | 5D | 47 |
| Octal | 233 | 372 | 161 | 46 | 0 | 67 | 2 | 146 | 135 | 107 |
| Binary | 10011011 | 11111010 | 1110001 | 100110 | 0 | 110111 | 10 | 1100110 | 1011101 | 1000111 |
Color Harmonies of #9BFA71
Complementary color
Monochromatic Colors of #9BFA71
Black with #9BFA71
Text Example
Text Example
White with #9BFA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFA71; }
p { color: rgb(155,250,113); }
H1.HeaderClassName
{
color: #9BFA71;
}
.AnyTagClassName
{
color: #9BFA71;
}
</style>
background-color css
<style>
a { background-color: #9BFA71; }
a { background-color: rgb(155,250,113); }
div.DivClassName
{
background-color: #9BFA71;
}
.BgClassName
{
background-color: #9BFA71;
}
</style>
border-color css
<style>
span { border-color: #9BFA71; }
span { border-color: rgb(155,250,113); }
td.TdClassName
{
border-color: #9BFA71;
}
.TagClassName
{
border-color: #9BFA71;
}
</style>