Shades of Feijoa #9BEC67
Tints of Feijoa #9BEC67
RGB
CMYK
RGB Variations
Color information
#9BEC67 (or 0x9BEC67) is known color: Feijoa. HEX triplet: 9B, EC and 67. RGB value is (155,236,103). Sum of RGB (Red+Green+Blue) = 155+236+103=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEC67 is #641398. Grayscale: #C5C5C5. Windows color (decimal): -6558617 or 6810779. OLE color: 6810779.
HSL color Cylindrical-coordinate representation of color #9BEC67: hue angle of 96.54º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BEC67 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 103 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.07 |
| HSL | 96.54º | 0.78% | 0.66% | - |
| HSV(B) | 96.54º | 0.56% | 0.93% | - |
| XYZ | 45.96 | 67.94 | 23.52 | - |
| YUV | 196.62 | 75.16 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 103 | 0.34 | 0 | 0.56 | 0.07 | 96.54 | 0.78 | 0.66 |
| Hex | 9B | EC | 67 | 22 | 0 | 38 | 7 | 61 | 4E | 42 |
| Octal | 233 | 354 | 147 | 42 | 0 | 70 | 7 | 141 | 116 | 102 |
| Binary | 10011011 | 11101100 | 1100111 | 100010 | 0 | 111000 | 111 | 1100001 | 1001110 | 1000010 |
Color Harmonies of #9BEC67
Complementary color
Monochromatic Colors of #9BEC67
Black with #9BEC67
Text Example
Text Example
White with #9BEC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEC67; }
p { color: rgb(155,236,103); }
H1.HeaderClassName
{
color: #9BEC67;
}
.AnyTagClassName
{
color: #9BEC67;
}
</style>
background-color css
<style>
a { background-color: #9BEC67; }
a { background-color: rgb(155,236,103); }
div.DivClassName
{
background-color: #9BEC67;
}
.BgClassName
{
background-color: #9BEC67;
}
</style>
border-color css
<style>
span { border-color: #9BEC67; }
span { border-color: rgb(155,236,103); }
td.TdClassName
{
border-color: #9BEC67;
}
.TagClassName
{
border-color: #9BEC67;
}
</style>