Shades of Feijoa #9CDB6F
Tints of Feijoa #9CDB6F
RGB
CMYK
RGB Variations
Color information
#9CDB6F (or 0x9CDB6F) is known color: Feijoa. HEX triplet: 9C, DB and 6F. RGB value is (156,219,111). Sum of RGB (Red+Green+Blue) = 156+219+111=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB6F is #632490. Grayscale: #BCBCBC. Windows color (decimal): -6497425 or 7330716. OLE color: 7330716.
HSL color Cylindrical-coordinate representation of color #9CDB6F: hue angle of 95º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CDB6F is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 111 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.14 |
| HSL | 95º | 0.6% | 0.65% | - |
| HSV(B) | 95º | 0.49% | 0.86% | - |
| XYZ | 41.91 | 58.88 | 24.19 | - |
| YUV | 187.85 | 84.63 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 111 | 0.29 | 0 | 0.49 | 0.14 | 95 | 0.6 | 0.65 |
| Hex | 9C | DB | 6F | 1D | 0 | 31 | E | 5F | 3C | 41 |
| Octal | 234 | 333 | 157 | 35 | 0 | 61 | 16 | 137 | 74 | 101 |
| Binary | 10011100 | 11011011 | 1101111 | 11101 | 0 | 110001 | 1110 | 1011111 | 111100 | 1000001 |
Color Harmonies of #9CDB6F
Complementary color
Monochromatic Colors of #9CDB6F
Black with #9CDB6F
Text Example
Text Example
White with #9CDB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB6F; }
p { color: rgb(156,219,111); }
H1.HeaderClassName
{
color: #9CDB6F;
}
.AnyTagClassName
{
color: #9CDB6F;
}
</style>
background-color css
<style>
a { background-color: #9CDB6F; }
a { background-color: rgb(156,219,111); }
div.DivClassName
{
background-color: #9CDB6F;
}
.BgClassName
{
background-color: #9CDB6F;
}
</style>
border-color css
<style>
span { border-color: #9CDB6F; }
span { border-color: rgb(156,219,111); }
td.TdClassName
{
border-color: #9CDB6F;
}
.TagClassName
{
border-color: #9CDB6F;
}
</style>