Shades of Feijoa #9BFF6A
Tints of Feijoa #9BFF6A
RGB
CMYK
RGB Variations
Color information
#9BFF6A (or 0x9BFF6A) is known color: Feijoa. HEX triplet: 9B, FF and 6A. RGB value is (155,255,106). Sum of RGB (Red+Green+Blue) = 155+255+106=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFF6A is #640095. Grayscale: #D0D0D0. Windows color (decimal): -6553750 or 7012251. OLE color: 7012251.
HSL color Cylindrical-coordinate representation of color #9BFF6A: hue angle of 100.27º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BFF6A is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 106 | - |
| CMYK | 0.39 | 0 | 0.58 | 0 |
| HSL | 100.27º | 1% | 0.71% | - |
| HSV(B) | 100.27º | 0.58% | 1% | - |
| XYZ | 51.88 | 79.53 | 26.25 | - |
| YUV | 208.11 | 70.37 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 106 | 0.39 | 0 | 0.58 | 0 | 100.27 | 1 | 0.71 |
| Hex | 9B | FF | 6A | 27 | 0 | 3A | 0 | 64 | 64 | 47 |
| Octal | 233 | 377 | 152 | 47 | 0 | 72 | 0 | 144 | 144 | 107 |
| Binary | 10011011 | 11111111 | 1101010 | 100111 | 0 | 111010 | 0 | 1100100 | 1100100 | 1000111 |
Color Harmonies of #9BFF6A
Complementary color
Monochromatic Colors of #9BFF6A
Black with #9BFF6A
Text Example
Text Example
White with #9BFF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF6A; }
p { color: rgb(155,255,106); }
H1.HeaderClassName
{
color: #9BFF6A;
}
.AnyTagClassName
{
color: #9BFF6A;
}
</style>
background-color css
<style>
a { background-color: #9BFF6A; }
a { background-color: rgb(155,255,106); }
div.DivClassName
{
background-color: #9BFF6A;
}
.BgClassName
{
background-color: #9BFF6A;
}
</style>
border-color css
<style>
span { border-color: #9BFF6A; }
span { border-color: rgb(155,255,106); }
td.TdClassName
{
border-color: #9BFF6A;
}
.TagClassName
{
border-color: #9BFF6A;
}
</style>