Shades of Feijoa #9CDC74
Tints of Feijoa #9CDC74
RGB
CMYK
RGB Variations
Color information
#9CDC74 (or 0x9CDC74) is known color: Feijoa. HEX triplet: 9C, DC and 74. RGB value is (156,220,116). Sum of RGB (Red+Green+Blue) = 156+220+116=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDC74 is #63238B. Grayscale: #BDBDBD. Windows color (decimal): -6497164 or 7658652. OLE color: 7658652.
HSL color Cylindrical-coordinate representation of color #9CDC74: hue angle of 96.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CDC74 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 116 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.14 |
| HSL | 96.92º | 0.6% | 0.66% | - |
| HSV(B) | 96.92º | 0.47% | 0.86% | - |
| XYZ | 42.46 | 59.52 | 25.77 | - |
| YUV | 189.01 | 86.8 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 116 | 0.29 | 0 | 0.47 | 0.14 | 96.92 | 0.6 | 0.66 |
| Hex | 9C | DC | 74 | 1D | 0 | 2F | E | 61 | 3C | 42 |
| Octal | 234 | 334 | 164 | 35 | 0 | 57 | 16 | 141 | 74 | 102 |
| Binary | 10011100 | 11011100 | 1110100 | 11101 | 0 | 101111 | 1110 | 1100001 | 111100 | 1000010 |
Color Harmonies of #9CDC74
Complementary color
Monochromatic Colors of #9CDC74
Black with #9CDC74
Text Example
Text Example
White with #9CDC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDC74; }
p { color: rgb(156,220,116); }
H1.HeaderClassName
{
color: #9CDC74;
}
.AnyTagClassName
{
color: #9CDC74;
}
</style>
background-color css
<style>
a { background-color: #9CDC74; }
a { background-color: rgb(156,220,116); }
div.DivClassName
{
background-color: #9CDC74;
}
.BgClassName
{
background-color: #9CDC74;
}
</style>
border-color css
<style>
span { border-color: #9CDC74; }
span { border-color: rgb(156,220,116); }
td.TdClassName
{
border-color: #9CDC74;
}
.TagClassName
{
border-color: #9CDC74;
}
</style>