Shades of Feijoa #9BDA66
Tints of Feijoa #9BDA66
RGB
CMYK
RGB Variations
Color information
#9BDA66 (or 0x9BDA66) is known color: Feijoa. HEX triplet: 9B, DA and 66. RGB value is (155,218,102). Sum of RGB (Red+Green+Blue) = 155+218+102=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA66 is #642599. Grayscale: #BABABA. Windows color (decimal): -6563226 or 6740635. OLE color: 6740635.
HSL color Cylindrical-coordinate representation of color #9BDA66: hue angle of 92.59º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BDA66 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 102 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.15 |
| HSL | 92.59º | 0.61% | 0.63% | - |
| HSV(B) | 92.59º | 0.53% | 0.85% | - |
| XYZ | 40.99 | 58.07 | 21.62 | - |
| YUV | 185.94 | 80.63 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 102 | 0.29 | 0 | 0.53 | 0.15 | 92.59 | 0.61 | 0.63 |
| Hex | 9B | DA | 66 | 1D | 0 | 35 | F | 5D | 3D | 3F |
| Octal | 233 | 332 | 146 | 35 | 0 | 65 | 17 | 135 | 75 | 77 |
| Binary | 10011011 | 11011010 | 1100110 | 11101 | 0 | 110101 | 1111 | 1011101 | 111101 | 111111 |
Color Harmonies of #9BDA66
Complementary color
Monochromatic Colors of #9BDA66
Black with #9BDA66
Text Example
Text Example
White with #9BDA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA66; }
p { color: rgb(155,218,102); }
H1.HeaderClassName
{
color: #9BDA66;
}
.AnyTagClassName
{
color: #9BDA66;
}
</style>
background-color css
<style>
a { background-color: #9BDA66; }
a { background-color: rgb(155,218,102); }
div.DivClassName
{
background-color: #9BDA66;
}
.BgClassName
{
background-color: #9BDA66;
}
</style>
border-color css
<style>
span { border-color: #9BDA66; }
span { border-color: rgb(155,218,102); }
td.TdClassName
{
border-color: #9BDA66;
}
.TagClassName
{
border-color: #9BDA66;
}
</style>