Shades of Feijoa #9BDA68
Tints of Feijoa #9BDA68
RGB
CMYK
RGB Variations
Color information
#9BDA68 (or 0x9BDA68) is known color: Feijoa. HEX triplet: 9B, DA and 68. RGB value is (155,218,104). Sum of RGB (Red+Green+Blue) = 155+218+104=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA68 is #642597. Grayscale: #BABABA. Windows color (decimal): -6563224 or 6871707. OLE color: 6871707.
HSL color Cylindrical-coordinate representation of color #9BDA68: hue angle of 93.16º degrees, saturation: 0.61, 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 #9BDA68 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 104 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.15 |
| HSL | 93.16º | 0.61% | 0.63% | - |
| HSV(B) | 93.16º | 0.52% | 0.85% | - |
| XYZ | 41.09 | 58.11 | 22.15 | - |
| YUV | 186.17 | 81.63 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 104 | 0.29 | 0 | 0.52 | 0.15 | 93.16 | 0.61 | 0.63 |
| Hex | 9B | DA | 68 | 1D | 0 | 34 | F | 5D | 3D | 3F |
| Octal | 233 | 332 | 150 | 35 | 0 | 64 | 17 | 135 | 75 | 77 |
| Binary | 10011011 | 11011010 | 1101000 | 11101 | 0 | 110100 | 1111 | 1011101 | 111101 | 111111 |
Color Harmonies of #9BDA68
Complementary color
Monochromatic Colors of #9BDA68
Black with #9BDA68
Text Example
Text Example
White with #9BDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA68; }
p { color: rgb(155,218,104); }
H1.HeaderClassName
{
color: #9BDA68;
}
.AnyTagClassName
{
color: #9BDA68;
}
</style>
background-color css
<style>
a { background-color: #9BDA68; }
a { background-color: rgb(155,218,104); }
div.DivClassName
{
background-color: #9BDA68;
}
.BgClassName
{
background-color: #9BDA68;
}
</style>
border-color css
<style>
span { border-color: #9BDA68; }
span { border-color: rgb(155,218,104); }
td.TdClassName
{
border-color: #9BDA68;
}
.TagClassName
{
border-color: #9BDA68;
}
</style>