Shades of Feijoa #9CE66C
Tints of Feijoa #9CE66C
RGB
CMYK
RGB Variations
Color information
#9CE66C (or 0x9CE66C) is known color: Feijoa. HEX triplet: 9C, E6 and 6C. RGB value is (156,230,108). Sum of RGB (Red+Green+Blue) = 156+230+108=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 230 - color contains mainly: green. Hex color #9CE66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE66C is #631993. Grayscale: #C2C2C2. Windows color (decimal): -6494612 or 7136924. OLE color: 7136924.
HSL color Cylindrical-coordinate representation of color #9CE66C: hue angle of 96.39º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CE66C is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 230 | 108 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.10 |
| HSL | 96.39º | 0.71% | 0.66% | - |
| HSV(B) | 96.39º | 0.53% | 0.9% | - |
| XYZ | 44.71 | 64.74 | 24.33 | - |
| YUV | 193.97 | 79.48 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 230 | 108 | 0.32 | 0 | 0.53 | 0.10 | 96.39 | 0.71 | 0.66 |
| Hex | 9C | E6 | 6C | 20 | 0 | 35 | A | 60 | 47 | 42 |
| Octal | 234 | 346 | 154 | 40 | 0 | 65 | 12 | 140 | 107 | 102 |
| Binary | 10011100 | 11100110 | 1101100 | 100000 | 0 | 110101 | 1010 | 1100000 | 1000111 | 1000010 |
Color Harmonies of #9CE66C
Complementary color
Monochromatic Colors of #9CE66C
Black with #9CE66C
Text Example
Text Example
White with #9CE66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE66C; }
p { color: rgb(156,230,108); }
H1.HeaderClassName
{
color: #9CE66C;
}
.AnyTagClassName
{
color: #9CE66C;
}
</style>
background-color css
<style>
a { background-color: #9CE66C; }
a { background-color: rgb(156,230,108); }
div.DivClassName
{
background-color: #9CE66C;
}
.BgClassName
{
background-color: #9CE66C;
}
</style>
border-color css
<style>
span { border-color: #9CE66C; }
span { border-color: rgb(156,230,108); }
td.TdClassName
{
border-color: #9CE66C;
}
.TagClassName
{
border-color: #9CE66C;
}
</style>