Shades of Feijoa #9CDC66
Tints of Feijoa #9CDC66
RGB
CMYK
RGB Variations
Color information
#9CDC66 (or 0x9CDC66) is known color: Feijoa. HEX triplet: 9C, DC and 66. RGB value is (156,220,102). Sum of RGB (Red+Green+Blue) = 156+220+102=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDC66 is #632399. Grayscale: #BBBBBB. Windows color (decimal): -6497178 or 6741148. OLE color: 6741148.
HSL color Cylindrical-coordinate representation of color #9CDC66: hue angle of 92.54º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CDC66 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 102 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.14 |
| HSL | 92.54º | 0.63% | 0.63% | - |
| HSV(B) | 92.54º | 0.54% | 0.86% | - |
| XYZ | 41.7 | 59.21 | 21.8 | - |
| YUV | 187.41 | 79.8 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 102 | 0.29 | 0 | 0.54 | 0.14 | 92.54 | 0.63 | 0.63 |
| Hex | 9C | DC | 66 | 1D | 0 | 36 | E | 5D | 3F | 3F |
| Octal | 234 | 334 | 146 | 35 | 0 | 66 | 16 | 135 | 77 | 77 |
| Binary | 10011100 | 11011100 | 1100110 | 11101 | 0 | 110110 | 1110 | 1011101 | 111111 | 111111 |
Color Harmonies of #9CDC66
Complementary color
Monochromatic Colors of #9CDC66
Black with #9CDC66
Text Example
Text Example
White with #9CDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDC66; }
p { color: rgb(156,220,102); }
H1.HeaderClassName
{
color: #9CDC66;
}
.AnyTagClassName
{
color: #9CDC66;
}
</style>
background-color css
<style>
a { background-color: #9CDC66; }
a { background-color: rgb(156,220,102); }
div.DivClassName
{
background-color: #9CDC66;
}
.BgClassName
{
background-color: #9CDC66;
}
</style>
border-color css
<style>
span { border-color: #9CDC66; }
span { border-color: rgb(156,220,102); }
td.TdClassName
{
border-color: #9CDC66;
}
.TagClassName
{
border-color: #9CDC66;
}
</style>