Shades of Feijoa #9BDC69
Tints of Feijoa #9BDC69
RGB
CMYK
RGB Variations
Color information
#9BDC69 (or 0x9BDC69) is known color: Feijoa. HEX triplet: 9B, DC and 69. RGB value is (155,220,105). Sum of RGB (Red+Green+Blue) = 155+220+105=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC69 is #642396. Grayscale: #BBBBBB. Windows color (decimal): -6562711 or 6937755. OLE color: 6937755.
HSL color Cylindrical-coordinate representation of color #9BDC69: hue angle of 93.91º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BDC69 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 105 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.14 |
| HSL | 93.91º | 0.62% | 0.64% | - |
| HSV(B) | 93.91º | 0.52% | 0.86% | - |
| XYZ | 41.66 | 59.17 | 22.59 | - |
| YUV | 187.46 | 81.47 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 105 | 0.30 | 0 | 0.52 | 0.14 | 93.91 | 0.62 | 0.64 |
| Hex | 9B | DC | 69 | 1E | 0 | 34 | E | 5E | 3E | 40 |
| Octal | 233 | 334 | 151 | 36 | 0 | 64 | 16 | 136 | 76 | 100 |
| Binary | 10011011 | 11011100 | 1101001 | 11110 | 0 | 110100 | 1110 | 1011110 | 111110 | 1000000 |
Color Harmonies of #9BDC69
Complementary color
Monochromatic Colors of #9BDC69
Black with #9BDC69
Text Example
Text Example
White with #9BDC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC69; }
p { color: rgb(155,220,105); }
H1.HeaderClassName
{
color: #9BDC69;
}
.AnyTagClassName
{
color: #9BDC69;
}
</style>
background-color css
<style>
a { background-color: #9BDC69; }
a { background-color: rgb(155,220,105); }
div.DivClassName
{
background-color: #9BDC69;
}
.BgClassName
{
background-color: #9BDC69;
}
</style>
border-color css
<style>
span { border-color: #9BDC69; }
span { border-color: rgb(155,220,105); }
td.TdClassName
{
border-color: #9BDC69;
}
.TagClassName
{
border-color: #9BDC69;
}
</style>