Shades of Feijoa #9BF66B
Tints of Feijoa #9BF66B
RGB
CMYK
RGB Variations
Color information
#9BF66B (or 0x9BF66B) is known color: Feijoa. HEX triplet: 9B, F6 and 6B. RGB value is (155,246,107). Sum of RGB (Red+Green+Blue) = 155+246+107=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF66B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF66B is #640994. Grayscale: #CBCBCB. Windows color (decimal): -6556053 or 7075483. OLE color: 7075483.
HSL color Cylindrical-coordinate representation of color #9BF66B: hue angle of 99.28º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BF66B is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 107 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.04 |
| HSL | 99.28º | 0.89% | 0.69% | - |
| HSV(B) | 99.28º | 0.57% | 0.96% | - |
| XYZ | 49.13 | 73.94 | 25.59 | - |
| YUV | 202.95 | 73.85 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 107 | 0.37 | 0 | 0.57 | 0.04 | 99.28 | 0.89 | 0.69 |
| Hex | 9B | F6 | 6B | 25 | 0 | 39 | 4 | 63 | 59 | 45 |
| Octal | 233 | 366 | 153 | 45 | 0 | 71 | 4 | 143 | 131 | 105 |
| Binary | 10011011 | 11110110 | 1101011 | 100101 | 0 | 111001 | 100 | 1100011 | 1011001 | 1000101 |
Color Harmonies of #9BF66B
Complementary color
Monochromatic Colors of #9BF66B
Black with #9BF66B
Text Example
Text Example
White with #9BF66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF66B; }
p { color: rgb(155,246,107); }
H1.HeaderClassName
{
color: #9BF66B;
}
.AnyTagClassName
{
color: #9BF66B;
}
</style>
background-color css
<style>
a { background-color: #9BF66B; }
a { background-color: rgb(155,246,107); }
div.DivClassName
{
background-color: #9BF66B;
}
.BgClassName
{
background-color: #9BF66B;
}
</style>
border-color css
<style>
span { border-color: #9BF66B; }
span { border-color: rgb(155,246,107); }
td.TdClassName
{
border-color: #9BF66B;
}
.TagClassName
{
border-color: #9BF66B;
}
</style>