Shades of Feijoa #9CE76B
Tints of Feijoa #9CE76B
RGB
CMYK
RGB Variations
Color information
#9CE76B (or 0x9CE76B) is known color: Feijoa. HEX triplet: 9C, E7 and 6B. RGB value is (156,231,107). Sum of RGB (Red+Green+Blue) = 156+231+107=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #9CE76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE76B is #631894. Grayscale: #C2C2C2. Windows color (decimal): -6494357 or 7071644. OLE color: 7071644.
HSL color Cylindrical-coordinate representation of color #9CE76B: hue angle of 96.29º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CE76B is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 231 | 107 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.09 |
| HSL | 96.29º | 0.72% | 0.66% | - |
| HSV(B) | 96.29º | 0.54% | 0.91% | - |
| XYZ | 44.94 | 65.28 | 24.14 | - |
| YUV | 194.44 | 78.65 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 231 | 107 | 0.32 | 0 | 0.54 | 0.09 | 96.29 | 0.72 | 0.66 |
| Hex | 9C | E7 | 6B | 20 | 0 | 36 | 9 | 60 | 48 | 42 |
| Octal | 234 | 347 | 153 | 40 | 0 | 66 | 11 | 140 | 110 | 102 |
| Binary | 10011100 | 11100111 | 1101011 | 100000 | 0 | 110110 | 1001 | 1100000 | 1001000 | 1000010 |
Color Harmonies of #9CE76B
Complementary color
Monochromatic Colors of #9CE76B
Black with #9CE76B
Text Example
Text Example
White with #9CE76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE76B; }
p { color: rgb(156,231,107); }
H1.HeaderClassName
{
color: #9CE76B;
}
.AnyTagClassName
{
color: #9CE76B;
}
</style>
background-color css
<style>
a { background-color: #9CE76B; }
a { background-color: rgb(156,231,107); }
div.DivClassName
{
background-color: #9CE76B;
}
.BgClassName
{
background-color: #9CE76B;
}
</style>
border-color css
<style>
span { border-color: #9CE76B; }
span { border-color: rgb(156,231,107); }
td.TdClassName
{
border-color: #9CE76B;
}
.TagClassName
{
border-color: #9CE76B;
}
</style>