Shades of Feijoa #9BF665
Tints of Feijoa #9BF665
RGB
CMYK
RGB Variations
Color information
#9BF665 (or 0x9BF665) is known color: Feijoa. HEX triplet: 9B, F6 and 65. RGB value is (155,246,101). Sum of RGB (Red+Green+Blue) = 155+246+101=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF665 is #64099A. Grayscale: #CACACA. Windows color (decimal): -6556059 or 6682267. OLE color: 6682267.
HSL color Cylindrical-coordinate representation of color #9BF665: hue angle of 97.66º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BF665 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 101 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.04 |
| HSL | 97.66º | 0.89% | 0.68% | - |
| HSV(B) | 97.66º | 0.59% | 0.96% | - |
| XYZ | 48.82 | 73.82 | 23.99 | - |
| YUV | 202.26 | 70.85 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 101 | 0.37 | 0 | 0.59 | 0.04 | 97.66 | 0.89 | 0.68 |
| Hex | 9B | F6 | 65 | 25 | 0 | 3B | 4 | 62 | 59 | 44 |
| Octal | 233 | 366 | 145 | 45 | 0 | 73 | 4 | 142 | 131 | 104 |
| Binary | 10011011 | 11110110 | 1100101 | 100101 | 0 | 111011 | 100 | 1100010 | 1011001 | 1000100 |
Color Harmonies of #9BF665
Complementary color
Monochromatic Colors of #9BF665
Black with #9BF665
Text Example
Text Example
White with #9BF665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF665; }
p { color: rgb(155,246,101); }
H1.HeaderClassName
{
color: #9BF665;
}
.AnyTagClassName
{
color: #9BF665;
}
</style>
background-color css
<style>
a { background-color: #9BF665; }
a { background-color: rgb(155,246,101); }
div.DivClassName
{
background-color: #9BF665;
}
.BgClassName
{
background-color: #9BF665;
}
</style>
border-color css
<style>
span { border-color: #9BF665; }
span { border-color: rgb(155,246,101); }
td.TdClassName
{
border-color: #9BF665;
}
.TagClassName
{
border-color: #9BF665;
}
</style>