Shades of Feijoa #9CE065
Tints of Feijoa #9CE065
RGB
CMYK
RGB Variations
Color information
#9CE065 (or 0x9CE065) is known color: Feijoa. HEX triplet: 9C, E0 and 65. RGB value is (156,224,101). Sum of RGB (Red+Green+Blue) = 156+224+101=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE065 is #631F9A. Grayscale: #BEBEBE. Windows color (decimal): -6496155 or 6676636. OLE color: 6676636.
HSL color Cylindrical-coordinate representation of color #9CE065: hue angle of 93.17º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CE065 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 101 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.12 |
| HSL | 93.17º | 0.66% | 0.64% | - |
| HSV(B) | 93.17º | 0.55% | 0.88% | - |
| XYZ | 42.71 | 61.32 | 21.9 | - |
| YUV | 189.65 | 77.97 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 101 | 0.30 | 0 | 0.55 | 0.12 | 93.17 | 0.66 | 0.64 |
| Hex | 9C | E0 | 65 | 1E | 0 | 37 | C | 5D | 42 | 40 |
| Octal | 234 | 340 | 145 | 36 | 0 | 67 | 14 | 135 | 102 | 100 |
| Binary | 10011100 | 11100000 | 1100101 | 11110 | 0 | 110111 | 1100 | 1011101 | 1000010 | 1000000 |
Color Harmonies of #9CE065
Complementary color
Monochromatic Colors of #9CE065
Black with #9CE065
Text Example
Text Example
White with #9CE065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE065; }
p { color: rgb(156,224,101); }
H1.HeaderClassName
{
color: #9CE065;
}
.AnyTagClassName
{
color: #9CE065;
}
</style>
background-color css
<style>
a { background-color: #9CE065; }
a { background-color: rgb(156,224,101); }
div.DivClassName
{
background-color: #9CE065;
}
.BgClassName
{
background-color: #9CE065;
}
</style>
border-color css
<style>
span { border-color: #9CE065; }
span { border-color: rgb(156,224,101); }
td.TdClassName
{
border-color: #9CE065;
}
.TagClassName
{
border-color: #9CE065;
}
</style>