Shades of Feijoa #9CEC72
Tints of Feijoa #9CEC72
RGB
CMYK
RGB Variations
Color information
#9CEC72 (or 0x9CEC72) is known color: Feijoa. HEX triplet: 9C, EC and 72. RGB value is (156,236,114). Sum of RGB (Red+Green+Blue) = 156+236+114=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEC72 is #63138D. Grayscale: #C6C6C6. Windows color (decimal): -6493070 or 7531676. OLE color: 7531676.
HSL color Cylindrical-coordinate representation of color #9CEC72: hue angle of 99.34º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CEC72 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 114 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.07 |
| HSL | 99.34º | 0.76% | 0.69% | - |
| HSV(B) | 99.34º | 0.52% | 0.93% | - |
| XYZ | 46.74 | 68.27 | 26.63 | - |
| YUV | 198.17 | 80.5 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 114 | 0.34 | 0 | 0.52 | 0.07 | 99.34 | 0.76 | 0.69 |
| Hex | 9C | EC | 72 | 22 | 0 | 34 | 7 | 63 | 4C | 45 |
| Octal | 234 | 354 | 162 | 42 | 0 | 64 | 7 | 143 | 114 | 105 |
| Binary | 10011100 | 11101100 | 1110010 | 100010 | 0 | 110100 | 111 | 1100011 | 1001100 | 1000101 |
Color Harmonies of #9CEC72
Complementary color
Monochromatic Colors of #9CEC72
Black with #9CEC72
Text Example
Text Example
White with #9CEC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC72; }
p { color: rgb(156,236,114); }
H1.HeaderClassName
{
color: #9CEC72;
}
.AnyTagClassName
{
color: #9CEC72;
}
</style>
background-color css
<style>
a { background-color: #9CEC72; }
a { background-color: rgb(156,236,114); }
div.DivClassName
{
background-color: #9CEC72;
}
.BgClassName
{
background-color: #9CEC72;
}
</style>
border-color css
<style>
span { border-color: #9CEC72; }
span { border-color: rgb(156,236,114); }
td.TdClassName
{
border-color: #9CEC72;
}
.TagClassName
{
border-color: #9CEC72;
}
</style>