Shades of Feijoa #9CEC74
Tints of Feijoa #9CEC74
RGB
CMYK
RGB Variations
Color information
#9CEC74 (or 0x9CEC74) is known color: Feijoa. HEX triplet: 9C, EC and 74. RGB value is (156,236,116). Sum of RGB (Red+Green+Blue) = 156+236+116=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEC74 is #63138B. Grayscale: #C6C6C6. Windows color (decimal): -6493068 or 7662748. OLE color: 7662748.
HSL color Cylindrical-coordinate representation of color #9CEC74: hue angle of 100º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CEC74 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 116 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.07 |
| HSL | 100º | 0.76% | 0.69% | - |
| HSV(B) | 100º | 0.51% | 0.93% | - |
| XYZ | 46.86 | 68.32 | 27.24 | - |
| YUV | 198.4 | 81.5 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 116 | 0.34 | 0 | 0.51 | 0.07 | 100 | 0.76 | 0.69 |
| Hex | 9C | EC | 74 | 22 | 0 | 33 | 7 | 64 | 4C | 45 |
| Octal | 234 | 354 | 164 | 42 | 0 | 63 | 7 | 144 | 114 | 105 |
| Binary | 10011100 | 11101100 | 1110100 | 100010 | 0 | 110011 | 111 | 1100100 | 1001100 | 1000101 |
Color Harmonies of #9CEC74
Complementary color
Monochromatic Colors of #9CEC74
Black with #9CEC74
Text Example
Text Example
White with #9CEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC74; }
p { color: rgb(156,236,116); }
H1.HeaderClassName
{
color: #9CEC74;
}
.AnyTagClassName
{
color: #9CEC74;
}
</style>
background-color css
<style>
a { background-color: #9CEC74; }
a { background-color: rgb(156,236,116); }
div.DivClassName
{
background-color: #9CEC74;
}
.BgClassName
{
background-color: #9CEC74;
}
</style>
border-color css
<style>
span { border-color: #9CEC74; }
span { border-color: rgb(156,236,116); }
td.TdClassName
{
border-color: #9CEC74;
}
.TagClassName
{
border-color: #9CEC74;
}
</style>