Shades of Feijoa #9CE86A
Tints of Feijoa #9CE86A
RGB
CMYK
RGB Variations
Color information
#9CE86A (or 0x9CE86A) is known color: Feijoa. HEX triplet: 9C, E8 and 6A. RGB value is (156,232,106). Sum of RGB (Red+Green+Blue) = 156+232+106=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #9CE86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE86A is #631795. Grayscale: #C3C3C3. Windows color (decimal): -6494102 or 7006364. OLE color: 7006364.
HSL color Cylindrical-coordinate representation of color #9CE86A: hue angle of 96.19º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CE86A is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 232 | 106 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.09 |
| HSL | 96.19º | 0.73% | 0.66% | - |
| HSV(B) | 96.19º | 0.54% | 0.91% | - |
| XYZ | 45.17 | 65.82 | 23.96 | - |
| YUV | 194.91 | 77.82 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 232 | 106 | 0.33 | 0 | 0.54 | 0.09 | 96.19 | 0.73 | 0.66 |
| Hex | 9C | E8 | 6A | 21 | 0 | 36 | 9 | 60 | 49 | 42 |
| Octal | 234 | 350 | 152 | 41 | 0 | 66 | 11 | 140 | 111 | 102 |
| Binary | 10011100 | 11101000 | 1101010 | 100001 | 0 | 110110 | 1001 | 1100000 | 1001001 | 1000010 |
Color Harmonies of #9CE86A
Complementary color
Monochromatic Colors of #9CE86A
Black with #9CE86A
Text Example
Text Example
White with #9CE86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE86A; }
p { color: rgb(156,232,106); }
H1.HeaderClassName
{
color: #9CE86A;
}
.AnyTagClassName
{
color: #9CE86A;
}
</style>
background-color css
<style>
a { background-color: #9CE86A; }
a { background-color: rgb(156,232,106); }
div.DivClassName
{
background-color: #9CE86A;
}
.BgClassName
{
background-color: #9CE86A;
}
</style>
border-color css
<style>
span { border-color: #9CE86A; }
span { border-color: rgb(156,232,106); }
td.TdClassName
{
border-color: #9CE86A;
}
.TagClassName
{
border-color: #9CE86A;
}
</style>