Shades of Feijoa #9BEC68
Tints of Feijoa #9BEC68
RGB
CMYK
RGB Variations
Color information
#9BEC68 (or 0x9BEC68) is known color: Feijoa. HEX triplet: 9B, EC and 68. RGB value is (155,236,104). Sum of RGB (Red+Green+Blue) = 155+236+104=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEC68 is #641397. Grayscale: #C5C5C5. Windows color (decimal): -6558616 or 6876315. OLE color: 6876315.
HSL color Cylindrical-coordinate representation of color #9BEC68: hue angle of 96.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BEC68 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 104 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.07 |
| HSL | 96.82º | 0.78% | 0.67% | - |
| HSV(B) | 96.82º | 0.56% | 0.93% | - |
| XYZ | 46.01 | 67.96 | 23.79 | - |
| YUV | 196.73 | 75.66 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 104 | 0.34 | 0 | 0.56 | 0.07 | 96.82 | 0.78 | 0.67 |
| Hex | 9B | EC | 68 | 22 | 0 | 38 | 7 | 61 | 4E | 43 |
| Octal | 233 | 354 | 150 | 42 | 0 | 70 | 7 | 141 | 116 | 103 |
| Binary | 10011011 | 11101100 | 1101000 | 100010 | 0 | 111000 | 111 | 1100001 | 1001110 | 1000011 |
Color Harmonies of #9BEC68
Complementary color
Monochromatic Colors of #9BEC68
Black with #9BEC68
Text Example
Text Example
White with #9BEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEC68; }
p { color: rgb(155,236,104); }
H1.HeaderClassName
{
color: #9BEC68;
}
.AnyTagClassName
{
color: #9BEC68;
}
</style>
background-color css
<style>
a { background-color: #9BEC68; }
a { background-color: rgb(155,236,104); }
div.DivClassName
{
background-color: #9BEC68;
}
.BgClassName
{
background-color: #9BEC68;
}
</style>
border-color css
<style>
span { border-color: #9BEC68; }
span { border-color: rgb(155,236,104); }
td.TdClassName
{
border-color: #9BEC68;
}
.TagClassName
{
border-color: #9BEC68;
}
</style>