Shades of Feijoa #9DDA6D
Tints of Feijoa #9DDA6D
RGB
CMYK
RGB Variations
Color information
#9DDA6D (or 0x9DDA6D) is known color: Feijoa. HEX triplet: 9D, DA and 6D. RGB value is (157,218,109). Sum of RGB (Red+Green+Blue) = 157+218+109=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA6D is #622592. Grayscale: #BBBBBB. Windows color (decimal): -6432147 or 7199389. OLE color: 7199389.
HSL color Cylindrical-coordinate representation of color #9DDA6D: hue angle of 93.58º degrees, saturation: 0.6, 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 #9DDA6D is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 109 | - |
| CMYK | 0.28 | 0 | 0.5 | 0.15 |
| HSL | 93.58º | 0.6% | 0.64% | - |
| HSV(B) | 93.58º | 0.5% | 0.85% | - |
| XYZ | 41.74 | 58.42 | 23.54 | - |
| YUV | 187.34 | 83.79 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 109 | 0.28 | 0 | 0.5 | 0.15 | 93.58 | 0.6 | 0.64 |
| Hex | 9D | DA | 6D | 1C | 0 | 32 | F | 5E | 3C | 40 |
| Octal | 235 | 332 | 155 | 34 | 0 | 62 | 17 | 136 | 74 | 100 |
| Binary | 10011101 | 11011010 | 1101101 | 11100 | 0 | 110010 | 1111 | 1011110 | 111100 | 1000000 |
Color Harmonies of #9DDA6D
Complementary color
Monochromatic Colors of #9DDA6D
Black with #9DDA6D
Text Example
Text Example
White with #9DDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA6D; }
p { color: rgb(157,218,109); }
H1.HeaderClassName
{
color: #9DDA6D;
}
.AnyTagClassName
{
color: #9DDA6D;
}
</style>
background-color css
<style>
a { background-color: #9DDA6D; }
a { background-color: rgb(157,218,109); }
div.DivClassName
{
background-color: #9DDA6D;
}
.BgClassName
{
background-color: #9DDA6D;
}
</style>
border-color css
<style>
span { border-color: #9DDA6D; }
span { border-color: rgb(157,218,109); }
td.TdClassName
{
border-color: #9DDA6D;
}
.TagClassName
{
border-color: #9DDA6D;
}
</style>