Shades of Feijoa #9CE86F
Tints of Feijoa #9CE86F
RGB
CMYK
RGB Variations
Color information
#9CE86F (or 0x9CE86F) is known color: Feijoa. HEX triplet: 9C, E8 and 6F. RGB value is (156,232,111). Sum of RGB (Red+Green+Blue) = 156+232+111=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #9CE86F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE86F is #631790. Grayscale: #C3C3C3. Windows color (decimal): -6494097 or 7334044. OLE color: 7334044.
HSL color Cylindrical-coordinate representation of color #9CE86F: hue angle of 97.69º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CE86F is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 232 | 111 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.09 |
| HSL | 97.69º | 0.72% | 0.67% | - |
| HSV(B) | 97.69º | 0.52% | 0.91% | - |
| XYZ | 45.44 | 65.93 | 25.37 | - |
| YUV | 195.48 | 80.32 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 232 | 111 | 0.33 | 0 | 0.52 | 0.09 | 97.69 | 0.72 | 0.67 |
| Hex | 9C | E8 | 6F | 21 | 0 | 34 | 9 | 62 | 48 | 43 |
| Octal | 234 | 350 | 157 | 41 | 0 | 64 | 11 | 142 | 110 | 103 |
| Binary | 10011100 | 11101000 | 1101111 | 100001 | 0 | 110100 | 1001 | 1100010 | 1001000 | 1000011 |
Color Harmonies of #9CE86F
Complementary color
Monochromatic Colors of #9CE86F
Black with #9CE86F
Text Example
Text Example
White with #9CE86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE86F; }
p { color: rgb(156,232,111); }
H1.HeaderClassName
{
color: #9CE86F;
}
.AnyTagClassName
{
color: #9CE86F;
}
</style>
background-color css
<style>
a { background-color: #9CE86F; }
a { background-color: rgb(156,232,111); }
div.DivClassName
{
background-color: #9CE86F;
}
.BgClassName
{
background-color: #9CE86F;
}
</style>
border-color css
<style>
span { border-color: #9CE86F; }
span { border-color: rgb(156,232,111); }
td.TdClassName
{
border-color: #9CE86F;
}
.TagClassName
{
border-color: #9CE86F;
}
</style>