Shades of Feijoa #9CDB6C
Tints of Feijoa #9CDB6C
RGB
CMYK
RGB Variations
Color information
#9CDB6C (or 0x9CDB6C) is known color: Feijoa. HEX triplet: 9C, DB and 6C. RGB value is (156,219,108). Sum of RGB (Red+Green+Blue) = 156+219+108=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB6C is #632493. Grayscale: #BBBBBB. Windows color (decimal): -6497428 or 7134108. OLE color: 7134108.
HSL color Cylindrical-coordinate representation of color #9CDB6C: hue angle of 94.05º 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 #9CDB6C is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 108 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.14 |
| HSL | 94.05º | 0.61% | 0.64% | - |
| HSV(B) | 94.05º | 0.51% | 0.86% | - |
| XYZ | 41.75 | 58.81 | 23.34 | - |
| YUV | 187.51 | 83.13 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 108 | 0.29 | 0 | 0.51 | 0.14 | 94.05 | 0.61 | 0.64 |
| Hex | 9C | DB | 6C | 1D | 0 | 33 | E | 5E | 3D | 40 |
| Octal | 234 | 333 | 154 | 35 | 0 | 63 | 16 | 136 | 75 | 100 |
| Binary | 10011100 | 11011011 | 1101100 | 11101 | 0 | 110011 | 1110 | 1011110 | 111101 | 1000000 |
Color Harmonies of #9CDB6C
Complementary color
Monochromatic Colors of #9CDB6C
Black with #9CDB6C
Text Example
Text Example
White with #9CDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB6C; }
p { color: rgb(156,219,108); }
H1.HeaderClassName
{
color: #9CDB6C;
}
.AnyTagClassName
{
color: #9CDB6C;
}
</style>
background-color css
<style>
a { background-color: #9CDB6C; }
a { background-color: rgb(156,219,108); }
div.DivClassName
{
background-color: #9CDB6C;
}
.BgClassName
{
background-color: #9CDB6C;
}
</style>
border-color css
<style>
span { border-color: #9CDB6C; }
span { border-color: rgb(156,219,108); }
td.TdClassName
{
border-color: #9CDB6C;
}
.TagClassName
{
border-color: #9CDB6C;
}
</style>