Shades of Feijoa #9CE765
Tints of Feijoa #9CE765
RGB
CMYK
RGB Variations
Color information
#9CE765 (or 0x9CE765) is known color: Feijoa. HEX triplet: 9C, E7 and 65. RGB value is (156,231,101). Sum of RGB (Red+Green+Blue) = 156+231+101=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #9CE765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE765 is #63189A. Grayscale: #C2C2C2. Windows color (decimal): -6494363 or 6678428. OLE color: 6678428.
HSL color Cylindrical-coordinate representation of color #9CE765: hue angle of 94.62º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CE765 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 231 | 101 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.09 |
| HSL | 94.62º | 0.73% | 0.65% | - |
| HSV(B) | 94.62º | 0.56% | 0.91% | - |
| XYZ | 44.64 | 65.16 | 22.54 | - |
| YUV | 193.76 | 75.65 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 231 | 101 | 0.32 | 0 | 0.56 | 0.09 | 94.62 | 0.73 | 0.65 |
| Hex | 9C | E7 | 65 | 20 | 0 | 38 | 9 | 5F | 49 | 41 |
| Octal | 234 | 347 | 145 | 40 | 0 | 70 | 11 | 137 | 111 | 101 |
| Binary | 10011100 | 11100111 | 1100101 | 100000 | 0 | 111000 | 1001 | 1011111 | 1001001 | 1000001 |
Color Harmonies of #9CE765
Complementary color
Monochromatic Colors of #9CE765
Black with #9CE765
Text Example
Text Example
White with #9CE765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE765; }
p { color: rgb(156,231,101); }
H1.HeaderClassName
{
color: #9CE765;
}
.AnyTagClassName
{
color: #9CE765;
}
</style>
background-color css
<style>
a { background-color: #9CE765; }
a { background-color: rgb(156,231,101); }
div.DivClassName
{
background-color: #9CE765;
}
.BgClassName
{
background-color: #9CE765;
}
</style>
border-color css
<style>
span { border-color: #9CE765; }
span { border-color: rgb(156,231,101); }
td.TdClassName
{
border-color: #9CE765;
}
.TagClassName
{
border-color: #9CE765;
}
</style>