Shades of Feijoa #9CEC7F
Tints of Feijoa #9CEC7F
RGB
CMYK
RGB Variations
Color information
#9CEC7F (or 0x9CEC7F) is known color: Feijoa. HEX triplet: 9C, EC and 7F. RGB value is (156,236,127). Sum of RGB (Red+Green+Blue) = 156+236+127=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEC7F is #631380. Grayscale: #C8C8C8. Windows color (decimal): -6493057 or 8383644. OLE color: 8383644.
HSL color Cylindrical-coordinate representation of color #9CEC7F: hue angle of 104.04º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CEC7F is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 127 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.07 |
| HSL | 104.04º | 0.74% | 0.71% | - |
| HSV(B) | 104.04º | 0.46% | 0.93% | - |
| XYZ | 47.54 | 68.59 | 30.81 | - |
| YUV | 199.65 | 87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 127 | 0.34 | 0 | 0.46 | 0.07 | 104.04 | 0.74 | 0.71 |
| Hex | 9C | EC | 7F | 22 | 0 | 2E | 7 | 68 | 4A | 47 |
| Octal | 234 | 354 | 177 | 42 | 0 | 56 | 7 | 150 | 112 | 107 |
| Binary | 10011100 | 11101100 | 1111111 | 100010 | 0 | 101110 | 111 | 1101000 | 1001010 | 1000111 |
Color Harmonies of #9CEC7F
Complementary color
Monochromatic Colors of #9CEC7F
Black with #9CEC7F
Text Example
Text Example
White with #9CEC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC7F; }
p { color: rgb(156,236,127); }
H1.HeaderClassName
{
color: #9CEC7F;
}
.AnyTagClassName
{
color: #9CEC7F;
}
</style>
background-color css
<style>
a { background-color: #9CEC7F; }
a { background-color: rgb(156,236,127); }
div.DivClassName
{
background-color: #9CEC7F;
}
.BgClassName
{
background-color: #9CEC7F;
}
</style>
border-color css
<style>
span { border-color: #9CEC7F; }
span { border-color: rgb(156,236,127); }
td.TdClassName
{
border-color: #9CEC7F;
}
.TagClassName
{
border-color: #9CEC7F;
}
</style>