Shades of Feijoa #9BF667
Tints of Feijoa #9BF667
RGB
CMYK
RGB Variations
Color information
#9BF667 (or 0x9BF667) is known color: Feijoa. HEX triplet: 9B, F6 and 67. RGB value is (155,246,103). Sum of RGB (Red+Green+Blue) = 155+246+103=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF667 is #640998. Grayscale: #CACACA. Windows color (decimal): -6556057 or 6813339. OLE color: 6813339.
HSL color Cylindrical-coordinate representation of color #9BF667: hue angle of 98.18º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BF667 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 103 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.04 |
| HSL | 98.18º | 0.89% | 0.68% | - |
| HSV(B) | 98.18º | 0.58% | 0.96% | - |
| XYZ | 48.92 | 73.86 | 24.51 | - |
| YUV | 202.49 | 71.85 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 103 | 0.37 | 0 | 0.58 | 0.04 | 98.18 | 0.89 | 0.68 |
| Hex | 9B | F6 | 67 | 25 | 0 | 3A | 4 | 62 | 59 | 44 |
| Octal | 233 | 366 | 147 | 45 | 0 | 72 | 4 | 142 | 131 | 104 |
| Binary | 10011011 | 11110110 | 1100111 | 100101 | 0 | 111010 | 100 | 1100010 | 1011001 | 1000100 |
Color Harmonies of #9BF667
Complementary color
Monochromatic Colors of #9BF667
Black with #9BF667
Text Example
Text Example
White with #9BF667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF667; }
p { color: rgb(155,246,103); }
H1.HeaderClassName
{
color: #9BF667;
}
.AnyTagClassName
{
color: #9BF667;
}
</style>
background-color css
<style>
a { background-color: #9BF667; }
a { background-color: rgb(155,246,103); }
div.DivClassName
{
background-color: #9BF667;
}
.BgClassName
{
background-color: #9BF667;
}
</style>
border-color css
<style>
span { border-color: #9BF667; }
span { border-color: rgb(155,246,103); }
td.TdClassName
{
border-color: #9BF667;
}
.TagClassName
{
border-color: #9BF667;
}
</style>