Shades of Feijoa #9CEC7B
Tints of Feijoa #9CEC7B
RGB
CMYK
RGB Variations
Color information
#9CEC7B (or 0x9CEC7B) is known color: Feijoa. HEX triplet: 9C, EC and 7B. RGB value is (156,236,123). Sum of RGB (Red+Green+Blue) = 156+236+123=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEC7B is #631384. Grayscale: #C7C7C7. Windows color (decimal): -6493061 or 8121500. OLE color: 8121500.
HSL color Cylindrical-coordinate representation of color #9CEC7B: hue angle of 102.48º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CEC7B is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 123 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.07 |
| HSL | 102.48º | 0.75% | 0.7% | - |
| HSV(B) | 102.48º | 0.48% | 0.93% | - |
| XYZ | 47.28 | 68.49 | 29.47 | - |
| YUV | 199.2 | 85 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 123 | 0.34 | 0 | 0.48 | 0.07 | 102.48 | 0.75 | 0.7 |
| Hex | 9C | EC | 7B | 22 | 0 | 30 | 7 | 66 | 4B | 46 |
| Octal | 234 | 354 | 173 | 42 | 0 | 60 | 7 | 146 | 113 | 106 |
| Binary | 10011100 | 11101100 | 1111011 | 100010 | 0 | 110000 | 111 | 1100110 | 1001011 | 1000110 |
Color Harmonies of #9CEC7B
Complementary color
Monochromatic Colors of #9CEC7B
Black with #9CEC7B
Text Example
Text Example
White with #9CEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC7B; }
p { color: rgb(156,236,123); }
H1.HeaderClassName
{
color: #9CEC7B;
}
.AnyTagClassName
{
color: #9CEC7B;
}
</style>
background-color css
<style>
a { background-color: #9CEC7B; }
a { background-color: rgb(156,236,123); }
div.DivClassName
{
background-color: #9CEC7B;
}
.BgClassName
{
background-color: #9CEC7B;
}
</style>
border-color css
<style>
span { border-color: #9CEC7B; }
span { border-color: rgb(156,236,123); }
td.TdClassName
{
border-color: #9CEC7B;
}
.TagClassName
{
border-color: #9CEC7B;
}
</style>