Shades of Feijoa #9DDB6C
Tints of Feijoa #9DDB6C
RGB
CMYK
RGB Variations
Color information
#9DDB6C (or 0x9DDB6C) is known color: Feijoa. HEX triplet: 9D, DB and 6C. RGB value is (157,219,108). Sum of RGB (Red+Green+Blue) = 157+219+108=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB6C is #622493. Grayscale: #BCBCBC. Windows color (decimal): -6431892 or 7134109. OLE color: 7134109.
HSL color Cylindrical-coordinate representation of color #9DDB6C: hue angle of 93.51º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DDB6C is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 108 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.14 |
| HSL | 93.51º | 0.61% | 0.64% | - |
| HSV(B) | 93.51º | 0.51% | 0.86% | - |
| XYZ | 41.94 | 58.91 | 23.35 | - |
| YUV | 187.81 | 82.96 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 108 | 0.28 | 0 | 0.51 | 0.14 | 93.51 | 0.61 | 0.64 |
| Hex | 9D | DB | 6C | 1C | 0 | 33 | E | 5E | 3D | 40 |
| Octal | 235 | 333 | 154 | 34 | 0 | 63 | 16 | 136 | 75 | 100 |
| Binary | 10011101 | 11011011 | 1101100 | 11100 | 0 | 110011 | 1110 | 1011110 | 111101 | 1000000 |
Color Harmonies of #9DDB6C
Complementary color
Monochromatic Colors of #9DDB6C
Black with #9DDB6C
Text Example
Text Example
White with #9DDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB6C; }
p { color: rgb(157,219,108); }
H1.HeaderClassName
{
color: #9DDB6C;
}
.AnyTagClassName
{
color: #9DDB6C;
}
</style>
background-color css
<style>
a { background-color: #9DDB6C; }
a { background-color: rgb(157,219,108); }
div.DivClassName
{
background-color: #9DDB6C;
}
.BgClassName
{
background-color: #9DDB6C;
}
</style>
border-color css
<style>
span { border-color: #9DDB6C; }
span { border-color: rgb(157,219,108); }
td.TdClassName
{
border-color: #9DDB6C;
}
.TagClassName
{
border-color: #9DDB6C;
}
</style>