Shades of Feijoa #9DD96D
Tints of Feijoa #9DD96D
RGB
CMYK
RGB Variations
Color information
#9DD96D (or 0x9DD96D) is known color: Feijoa. HEX triplet: 9D, D9 and 6D. RGB value is (157,217,109). Sum of RGB (Red+Green+Blue) = 157+217+109=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD96D is #622692. Grayscale: #BBBBBB. Windows color (decimal): -6432403 or 7199133. OLE color: 7199133.
HSL color Cylindrical-coordinate representation of color #9DD96D: hue angle of 93.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DD96D is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 109 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.15 |
| HSL | 93.33º | 0.59% | 0.64% | - |
| HSV(B) | 93.33º | 0.5% | 0.85% | - |
| XYZ | 41.48 | 57.9 | 23.46 | - |
| YUV | 186.75 | 84.12 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 109 | 0.28 | 0 | 0.50 | 0.15 | 93.33 | 0.59 | 0.64 |
| Hex | 9D | D9 | 6D | 1C | 0 | 32 | F | 5D | 3B | 40 |
| Octal | 235 | 331 | 155 | 34 | 0 | 62 | 17 | 135 | 73 | 100 |
| Binary | 10011101 | 11011001 | 1101101 | 11100 | 0 | 110010 | 1111 | 1011101 | 111011 | 1000000 |
Color Harmonies of #9DD96D
Complementary color
Monochromatic Colors of #9DD96D
Black with #9DD96D
Text Example
Text Example
White with #9DD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD96D; }
p { color: rgb(157,217,109); }
H1.HeaderClassName
{
color: #9DD96D;
}
.AnyTagClassName
{
color: #9DD96D;
}
</style>
background-color css
<style>
a { background-color: #9DD96D; }
a { background-color: rgb(157,217,109); }
div.DivClassName
{
background-color: #9DD96D;
}
.BgClassName
{
background-color: #9DD96D;
}
</style>
border-color css
<style>
span { border-color: #9DD96D; }
span { border-color: rgb(157,217,109); }
td.TdClassName
{
border-color: #9DD96D;
}
.TagClassName
{
border-color: #9DD96D;
}
</style>