Shades of Feijoa #9BDA69
Tints of Feijoa #9BDA69
RGB
CMYK
RGB Variations
Color information
#9BDA69 (or 0x9BDA69) is known color: Feijoa. HEX triplet: 9B, DA and 69. RGB value is (155,218,105). Sum of RGB (Red+Green+Blue) = 155+218+105=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA69 is #642596. Grayscale: #BABABA. Windows color (decimal): -6563223 or 6937243. OLE color: 6937243.
HSL color Cylindrical-coordinate representation of color #9BDA69: hue angle of 93.45º 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 #9BDA69 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 105 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.15 |
| HSL | 93.45º | 0.6% | 0.63% | - |
| HSV(B) | 93.45º | 0.52% | 0.85% | - |
| XYZ | 41.14 | 58.13 | 22.42 | - |
| YUV | 186.28 | 82.13 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 105 | 0.29 | 0 | 0.52 | 0.15 | 93.45 | 0.6 | 0.63 |
| Hex | 9B | DA | 69 | 1D | 0 | 34 | F | 5D | 3C | 3F |
| Octal | 233 | 332 | 151 | 35 | 0 | 64 | 17 | 135 | 74 | 77 |
| Binary | 10011011 | 11011010 | 1101001 | 11101 | 0 | 110100 | 1111 | 1011101 | 111100 | 111111 |
Color Harmonies of #9BDA69
Complementary color
Monochromatic Colors of #9BDA69
Black with #9BDA69
Text Example
Text Example
White with #9BDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA69; }
p { color: rgb(155,218,105); }
H1.HeaderClassName
{
color: #9BDA69;
}
.AnyTagClassName
{
color: #9BDA69;
}
</style>
background-color css
<style>
a { background-color: #9BDA69; }
a { background-color: rgb(155,218,105); }
div.DivClassName
{
background-color: #9BDA69;
}
.BgClassName
{
background-color: #9BDA69;
}
</style>
border-color css
<style>
span { border-color: #9BDA69; }
span { border-color: rgb(155,218,105); }
td.TdClassName
{
border-color: #9BDA69;
}
.TagClassName
{
border-color: #9BDA69;
}
</style>