Shades of Feijoa #9CEC6A
Tints of Feijoa #9CEC6A
RGB
CMYK
RGB Variations
Color information
#9CEC6A (or 0x9CEC6A) is known color: Feijoa. HEX triplet: 9C, EC and 6A. RGB value is (156,236,106). Sum of RGB (Red+Green+Blue) = 156+236+106=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEC6A is #631395. Grayscale: #C5C5C5. Windows color (decimal): -6493078 or 7007388. OLE color: 7007388.
HSL color Cylindrical-coordinate representation of color #9CEC6A: hue angle of 96.92º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CEC6A is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 106 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.07 |
| HSL | 96.92º | 0.77% | 0.67% | - |
| HSV(B) | 96.92º | 0.55% | 0.93% | - |
| XYZ | 46.31 | 68.1 | 24.34 | - |
| YUV | 197.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 106 | 0.34 | 0 | 0.55 | 0.07 | 96.92 | 0.77 | 0.67 |
| Hex | 9C | EC | 6A | 22 | 0 | 37 | 7 | 61 | 4D | 43 |
| Octal | 234 | 354 | 152 | 42 | 0 | 67 | 7 | 141 | 115 | 103 |
| Binary | 10011100 | 11101100 | 1101010 | 100010 | 0 | 110111 | 111 | 1100001 | 1001101 | 1000011 |
Color Harmonies of #9CEC6A
Complementary color
Monochromatic Colors of #9CEC6A
Black with #9CEC6A
Text Example
Text Example
White with #9CEC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC6A; }
p { color: rgb(156,236,106); }
H1.HeaderClassName
{
color: #9CEC6A;
}
.AnyTagClassName
{
color: #9CEC6A;
}
</style>
background-color css
<style>
a { background-color: #9CEC6A; }
a { background-color: rgb(156,236,106); }
div.DivClassName
{
background-color: #9CEC6A;
}
.BgClassName
{
background-color: #9CEC6A;
}
</style>
border-color css
<style>
span { border-color: #9CEC6A; }
span { border-color: rgb(156,236,106); }
td.TdClassName
{
border-color: #9CEC6A;
}
.TagClassName
{
border-color: #9CEC6A;
}
</style>