Shades of Feijoa #9BD968
Tints of Feijoa #9BD968
RGB
CMYK
RGB Variations
Color information
#9BD968 (or 0x9BD968) is known color: Feijoa. HEX triplet: 9B, D9 and 68. RGB value is (155,217,104). Sum of RGB (Red+Green+Blue) = 155+217+104=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD968 is #642697. Grayscale: #B9B9B9. Windows color (decimal): -6563480 or 6871451. OLE color: 6871451.
HSL color Cylindrical-coordinate representation of color #9BD968: hue angle of 92.92º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BD968 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 217 | 104 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.15 |
| HSL | 92.92º | 0.6% | 0.63% | - |
| HSV(B) | 92.92º | 0.52% | 0.85% | - |
| XYZ | 40.83 | 57.59 | 22.06 | - |
| YUV | 185.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 104 | 0.29 | 0 | 0.52 | 0.15 | 92.92 | 0.6 | 0.63 |
| Hex | 9B | D9 | 68 | 1D | 0 | 34 | F | 5D | 3C | 3F |
| Octal | 233 | 331 | 150 | 35 | 0 | 64 | 17 | 135 | 74 | 77 |
| Binary | 10011011 | 11011001 | 1101000 | 11101 | 0 | 110100 | 1111 | 1011101 | 111100 | 111111 |
Color Harmonies of #9BD968
Complementary color
Monochromatic Colors of #9BD968
Black with #9BD968
Text Example
Text Example
White with #9BD968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD968; }
p { color: rgb(155,217,104); }
H1.HeaderClassName
{
color: #9BD968;
}
.AnyTagClassName
{
color: #9BD968;
}
</style>
background-color css
<style>
a { background-color: #9BD968; }
a { background-color: rgb(155,217,104); }
div.DivClassName
{
background-color: #9BD968;
}
.BgClassName
{
background-color: #9BD968;
}
</style>
border-color css
<style>
span { border-color: #9BD968; }
span { border-color: rgb(155,217,104); }
td.TdClassName
{
border-color: #9BD968;
}
.TagClassName
{
border-color: #9BD968;
}
</style>