Shades of Feijoa #9CDA6D
Tints of Feijoa #9CDA6D
RGB
CMYK
RGB Variations
Color information
#9CDA6D (or 0x9CDA6D) is known color: Feijoa. HEX triplet: 9C, DA and 6D. RGB value is (156,218,109). Sum of RGB (Red+Green+Blue) = 156+218+109=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA6D is #632592. Grayscale: #BBBBBB. Windows color (decimal): -6497683 or 7199388. OLE color: 7199388.
HSL color Cylindrical-coordinate representation of color #9CDA6D: hue angle of 94.13º 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 #9CDA6D is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 109 | - |
| CMYK | 0.28 | 0 | 0.5 | 0.15 |
| HSL | 94.13º | 0.6% | 0.64% | - |
| HSV(B) | 94.13º | 0.5% | 0.85% | - |
| XYZ | 41.54 | 58.31 | 23.53 | - |
| YUV | 187.04 | 83.96 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 109 | 0.28 | 0 | 0.5 | 0.15 | 94.13 | 0.6 | 0.64 |
| Hex | 9C | DA | 6D | 1C | 0 | 32 | F | 5E | 3C | 40 |
| Octal | 234 | 332 | 155 | 34 | 0 | 62 | 17 | 136 | 74 | 100 |
| Binary | 10011100 | 11011010 | 1101101 | 11100 | 0 | 110010 | 1111 | 1011110 | 111100 | 1000000 |
Color Harmonies of #9CDA6D
Complementary color
Monochromatic Colors of #9CDA6D
Black with #9CDA6D
Text Example
Text Example
White with #9CDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA6D; }
p { color: rgb(156,218,109); }
H1.HeaderClassName
{
color: #9CDA6D;
}
.AnyTagClassName
{
color: #9CDA6D;
}
</style>
background-color css
<style>
a { background-color: #9CDA6D; }
a { background-color: rgb(156,218,109); }
div.DivClassName
{
background-color: #9CDA6D;
}
.BgClassName
{
background-color: #9CDA6D;
}
</style>
border-color css
<style>
span { border-color: #9CDA6D; }
span { border-color: rgb(156,218,109); }
td.TdClassName
{
border-color: #9CDA6D;
}
.TagClassName
{
border-color: #9CDA6D;
}
</style>