Shades of Feijoa #9CE86C
Tints of Feijoa #9CE86C
RGB
CMYK
RGB Variations
Color information
#9CE86C (or 0x9CE86C) is known color: Feijoa. HEX triplet: 9C, E8 and 6C. RGB value is (156,232,108). Sum of RGB (Red+Green+Blue) = 156+232+108=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #9CE86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE86C is #631793. Grayscale: #C3C3C3. Windows color (decimal): -6494100 or 7137436. OLE color: 7137436.
HSL color Cylindrical-coordinate representation of color #9CE86C: hue angle of 96.77º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CE86C is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 232 | 108 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.09 |
| HSL | 96.77º | 0.73% | 0.67% | - |
| HSV(B) | 96.77º | 0.53% | 0.91% | - |
| XYZ | 45.27 | 65.86 | 24.51 | - |
| YUV | 195.14 | 78.82 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 232 | 108 | 0.33 | 0 | 0.53 | 0.09 | 96.77 | 0.73 | 0.67 |
| Hex | 9C | E8 | 6C | 21 | 0 | 35 | 9 | 61 | 49 | 43 |
| Octal | 234 | 350 | 154 | 41 | 0 | 65 | 11 | 141 | 111 | 103 |
| Binary | 10011100 | 11101000 | 1101100 | 100001 | 0 | 110101 | 1001 | 1100001 | 1001001 | 1000011 |
Color Harmonies of #9CE86C
Complementary color
Monochromatic Colors of #9CE86C
Black with #9CE86C
Text Example
Text Example
White with #9CE86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE86C; }
p { color: rgb(156,232,108); }
H1.HeaderClassName
{
color: #9CE86C;
}
.AnyTagClassName
{
color: #9CE86C;
}
</style>
background-color css
<style>
a { background-color: #9CE86C; }
a { background-color: rgb(156,232,108); }
div.DivClassName
{
background-color: #9CE86C;
}
.BgClassName
{
background-color: #9CE86C;
}
</style>
border-color css
<style>
span { border-color: #9CE86C; }
span { border-color: rgb(156,232,108); }
td.TdClassName
{
border-color: #9CE86C;
}
.TagClassName
{
border-color: #9CE86C;
}
</style>