Shades of Feijoa #9CE06D
Tints of Feijoa #9CE06D
RGB
CMYK
RGB Variations
Color information
#9CE06D (or 0x9CE06D) is known color: Feijoa. HEX triplet: 9C, E0 and 6D. RGB value is (156,224,109). Sum of RGB (Red+Green+Blue) = 156+224+109=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE06D is #631F92. Grayscale: #BEBEBE. Windows color (decimal): -6496147 or 7200924. OLE color: 7200924.
HSL color Cylindrical-coordinate representation of color #9CE06D: hue angle of 95.48º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CE06D is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 109 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.12 |
| HSL | 95.48º | 0.65% | 0.65% | - |
| HSV(B) | 95.48º | 0.51% | 0.88% | - |
| XYZ | 43.13 | 61.48 | 24.06 | - |
| YUV | 190.56 | 81.97 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 109 | 0.30 | 0 | 0.51 | 0.12 | 95.48 | 0.65 | 0.65 |
| Hex | 9C | E0 | 6D | 1E | 0 | 33 | C | 5F | 41 | 41 |
| Octal | 234 | 340 | 155 | 36 | 0 | 63 | 14 | 137 | 101 | 101 |
| Binary | 10011100 | 11100000 | 1101101 | 11110 | 0 | 110011 | 1100 | 1011111 | 1000001 | 1000001 |
Color Harmonies of #9CE06D
Complementary color
Monochromatic Colors of #9CE06D
Black with #9CE06D
Text Example
Text Example
White with #9CE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE06D; }
p { color: rgb(156,224,109); }
H1.HeaderClassName
{
color: #9CE06D;
}
.AnyTagClassName
{
color: #9CE06D;
}
</style>
background-color css
<style>
a { background-color: #9CE06D; }
a { background-color: rgb(156,224,109); }
div.DivClassName
{
background-color: #9CE06D;
}
.BgClassName
{
background-color: #9CE06D;
}
</style>
border-color css
<style>
span { border-color: #9CE06D; }
span { border-color: rgb(156,224,109); }
td.TdClassName
{
border-color: #9CE06D;
}
.TagClassName
{
border-color: #9CE06D;
}
</style>