Shades of Feijoa #9CE66B
Tints of Feijoa #9CE66B
RGB
CMYK
RGB Variations
Color information
#9CE66B (or 0x9CE66B) is known color: Feijoa. HEX triplet: 9C, E6 and 6B. RGB value is (156,230,107). Sum of RGB (Red+Green+Blue) = 156+230+107=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #9CE66B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE66B is #631994. Grayscale: #C2C2C2. Windows color (decimal): -6494613 or 7071388. OLE color: 7071388.
HSL color Cylindrical-coordinate representation of color #9CE66B: hue angle of 96.1º 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 #9CE66B is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 230 | 107 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.10 |
| HSL | 96.1º | 0.71% | 0.66% | - |
| HSV(B) | 96.1º | 0.53% | 0.9% | - |
| XYZ | 44.66 | 64.72 | 24.05 | - |
| YUV | 193.85 | 78.98 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 230 | 107 | 0.32 | 0 | 0.53 | 0.10 | 96.1 | 0.71 | 0.66 |
| Hex | 9C | E6 | 6B | 20 | 0 | 35 | A | 60 | 47 | 42 |
| Octal | 234 | 346 | 153 | 40 | 0 | 65 | 12 | 140 | 107 | 102 |
| Binary | 10011100 | 11100110 | 1101011 | 100000 | 0 | 110101 | 1010 | 1100000 | 1000111 | 1000010 |
Color Harmonies of #9CE66B
Complementary color
Monochromatic Colors of #9CE66B
Black with #9CE66B
Text Example
Text Example
White with #9CE66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE66B; }
p { color: rgb(156,230,107); }
H1.HeaderClassName
{
color: #9CE66B;
}
.AnyTagClassName
{
color: #9CE66B;
}
</style>
background-color css
<style>
a { background-color: #9CE66B; }
a { background-color: rgb(156,230,107); }
div.DivClassName
{
background-color: #9CE66B;
}
.BgClassName
{
background-color: #9CE66B;
}
</style>
border-color css
<style>
span { border-color: #9CE66B; }
span { border-color: rgb(156,230,107); }
td.TdClassName
{
border-color: #9CE66B;
}
.TagClassName
{
border-color: #9CE66B;
}
</style>