Shades of Feijoa #9BFC66
Tints of Feijoa #9BFC66
RGB
CMYK
RGB Variations
Color information
#9BFC66 (or 0x9BFC66) is known color: Feijoa. HEX triplet: 9B, FC and 66. RGB value is (155,252,102). Sum of RGB (Red+Green+Blue) = 155+252+102=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFC66 is #640399. Grayscale: #CECECE. Windows color (decimal): -6554522 or 6749339. OLE color: 6749339.
HSL color Cylindrical-coordinate representation of color #9BFC66: hue angle of 98.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BFC66 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 102 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.01 |
| HSL | 98.8º | 0.96% | 0.69% | - |
| HSV(B) | 98.8º | 0.6% | 0.99% | - |
| XYZ | 50.73 | 77.55 | 24.87 | - |
| YUV | 205.9 | 69.36 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 102 | 0.38 | 0 | 0.60 | 0.01 | 98.8 | 0.96 | 0.69 |
| Hex | 9B | FC | 66 | 26 | 0 | 3C | 1 | 63 | 60 | 45 |
| Octal | 233 | 374 | 146 | 46 | 0 | 74 | 1 | 143 | 140 | 105 |
| Binary | 10011011 | 11111100 | 1100110 | 100110 | 0 | 111100 | 1 | 1100011 | 1100000 | 1000101 |
Color Harmonies of #9BFC66
Complementary color
Monochromatic Colors of #9BFC66
Black with #9BFC66
Text Example
Text Example
White with #9BFC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC66; }
p { color: rgb(155,252,102); }
H1.HeaderClassName
{
color: #9BFC66;
}
.AnyTagClassName
{
color: #9BFC66;
}
</style>
background-color css
<style>
a { background-color: #9BFC66; }
a { background-color: rgb(155,252,102); }
div.DivClassName
{
background-color: #9BFC66;
}
.BgClassName
{
background-color: #9BFC66;
}
</style>
border-color css
<style>
span { border-color: #9BFC66; }
span { border-color: rgb(155,252,102); }
td.TdClassName
{
border-color: #9BFC66;
}
.TagClassName
{
border-color: #9BFC66;
}
</style>