Shades of Feijoa #9CE46F
Tints of Feijoa #9CE46F
RGB
CMYK
RGB Variations
Color information
#9CE46F (or 0x9CE46F) is known color: Feijoa. HEX triplet: 9C, E4 and 6F. RGB value is (156,228,111). Sum of RGB (Red+Green+Blue) = 156+228+111=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #9CE46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE46F is #631B90. Grayscale: #C1C1C1. Windows color (decimal): -6495121 or 7333020. OLE color: 7333020.
HSL color Cylindrical-coordinate representation of color #9CE46F: hue angle of 96.92º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CE46F is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 228 | 111 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.11 |
| HSL | 96.92º | 0.68% | 0.66% | - |
| HSV(B) | 96.92º | 0.51% | 0.89% | - |
| XYZ | 44.32 | 63.7 | 25 | - |
| YUV | 193.13 | 81.65 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 228 | 111 | 0.32 | 0 | 0.51 | 0.11 | 96.92 | 0.68 | 0.66 |
| Hex | 9C | E4 | 6F | 20 | 0 | 33 | B | 61 | 44 | 42 |
| Octal | 234 | 344 | 157 | 40 | 0 | 63 | 13 | 141 | 104 | 102 |
| Binary | 10011100 | 11100100 | 1101111 | 100000 | 0 | 110011 | 1011 | 1100001 | 1000100 | 1000010 |
Color Harmonies of #9CE46F
Complementary color
Monochromatic Colors of #9CE46F
Black with #9CE46F
Text Example
Text Example
White with #9CE46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE46F; }
p { color: rgb(156,228,111); }
H1.HeaderClassName
{
color: #9CE46F;
}
.AnyTagClassName
{
color: #9CE46F;
}
</style>
background-color css
<style>
a { background-color: #9CE46F; }
a { background-color: rgb(156,228,111); }
div.DivClassName
{
background-color: #9CE46F;
}
.BgClassName
{
background-color: #9CE46F;
}
</style>
border-color css
<style>
span { border-color: #9CE46F; }
span { border-color: rgb(156,228,111); }
td.TdClassName
{
border-color: #9CE46F;
}
.TagClassName
{
border-color: #9CE46F;
}
</style>