Shades of Feijoa #9BDD6D
Tints of Feijoa #9BDD6D
RGB
CMYK
RGB Variations
Color information
#9BDD6D (or 0x9BDD6D) is known color: Feijoa. HEX triplet: 9B, DD and 6D. RGB value is (155,221,109). Sum of RGB (Red+Green+Blue) = 155+221+109=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD6D is #642292. Grayscale: #BCBCBC. Windows color (decimal): -6562451 or 7200155. OLE color: 7200155.
HSL color Cylindrical-coordinate representation of color #9BDD6D: hue angle of 95.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BDD6D is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 109 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.13 |
| HSL | 95.36º | 0.62% | 0.65% | - |
| HSV(B) | 95.36º | 0.51% | 0.87% | - |
| XYZ | 42.13 | 59.79 | 23.79 | - |
| YUV | 188.5 | 83.13 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 109 | 0.30 | 0 | 0.51 | 0.13 | 95.36 | 0.62 | 0.65 |
| Hex | 9B | DD | 6D | 1E | 0 | 33 | D | 5F | 3E | 41 |
| Octal | 233 | 335 | 155 | 36 | 0 | 63 | 15 | 137 | 76 | 101 |
| Binary | 10011011 | 11011101 | 1101101 | 11110 | 0 | 110011 | 1101 | 1011111 | 111110 | 1000001 |
Color Harmonies of #9BDD6D
Complementary color
Monochromatic Colors of #9BDD6D
Black with #9BDD6D
Text Example
Text Example
White with #9BDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD6D; }
p { color: rgb(155,221,109); }
H1.HeaderClassName
{
color: #9BDD6D;
}
.AnyTagClassName
{
color: #9BDD6D;
}
</style>
background-color css
<style>
a { background-color: #9BDD6D; }
a { background-color: rgb(155,221,109); }
div.DivClassName
{
background-color: #9BDD6D;
}
.BgClassName
{
background-color: #9BDD6D;
}
</style>
border-color css
<style>
span { border-color: #9BDD6D; }
span { border-color: rgb(155,221,109); }
td.TdClassName
{
border-color: #9BDD6D;
}
.TagClassName
{
border-color: #9BDD6D;
}
</style>