Shades of Feijoa #9BF56C
Tints of Feijoa #9BF56C
RGB
CMYK
RGB Variations
Color information
#9BF56C (or 0x9BF56C) is known color: Feijoa. HEX triplet: 9B, F5 and 6C. RGB value is (155,245,108). Sum of RGB (Red+Green+Blue) = 155+245+108=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF56C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF56C is #640A93. Grayscale: #CACACA. Windows color (decimal): -6556308 or 7140763. OLE color: 7140763.
HSL color Cylindrical-coordinate representation of color #9BF56C: hue angle of 99.42º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BF56C is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 245 | 108 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.04 |
| HSL | 99.42º | 0.87% | 0.69% | - |
| HSV(B) | 99.42º | 0.56% | 0.96% | - |
| XYZ | 48.88 | 73.36 | 25.77 | - |
| YUV | 202.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 245 | 108 | 0.37 | 0 | 0.56 | 0.04 | 99.42 | 0.87 | 0.69 |
| Hex | 9B | F5 | 6C | 25 | 0 | 38 | 4 | 63 | 57 | 45 |
| Octal | 233 | 365 | 154 | 45 | 0 | 70 | 4 | 143 | 127 | 105 |
| Binary | 10011011 | 11110101 | 1101100 | 100101 | 0 | 111000 | 100 | 1100011 | 1010111 | 1000101 |
Color Harmonies of #9BF56C
Complementary color
Monochromatic Colors of #9BF56C
Black with #9BF56C
Text Example
Text Example
White with #9BF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF56C; }
p { color: rgb(155,245,108); }
H1.HeaderClassName
{
color: #9BF56C;
}
.AnyTagClassName
{
color: #9BF56C;
}
</style>
background-color css
<style>
a { background-color: #9BF56C; }
a { background-color: rgb(155,245,108); }
div.DivClassName
{
background-color: #9BF56C;
}
.BgClassName
{
background-color: #9BF56C;
}
</style>
border-color css
<style>
span { border-color: #9BF56C; }
span { border-color: rgb(155,245,108); }
td.TdClassName
{
border-color: #9BF56C;
}
.TagClassName
{
border-color: #9BF56C;
}
</style>