Shades of Feijoa #9CE476
Tints of Feijoa #9CE476
RGB
CMYK
RGB Variations
Color information
#9CE476 (or 0x9CE476) is known color: Feijoa. HEX triplet: 9C, E4 and 76. RGB value is (156,228,118). Sum of RGB (Red+Green+Blue) = 156+228+118=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #9CE476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE476 is #631B89. Grayscale: #C2C2C2. Windows color (decimal): -6495114 or 7791772. OLE color: 7791772.
HSL color Cylindrical-coordinate representation of color #9CE476: hue angle of 99.27º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CE476 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 228 | 118 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.11 |
| HSL | 99.27º | 0.67% | 0.68% | - |
| HSV(B) | 99.27º | 0.48% | 0.89% | - |
| XYZ | 44.72 | 63.86 | 27.11 | - |
| YUV | 193.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 228 | 118 | 0.32 | 0 | 0.48 | 0.11 | 99.27 | 0.67 | 0.68 |
| Hex | 9C | E4 | 76 | 20 | 0 | 30 | B | 63 | 43 | 44 |
| Octal | 234 | 344 | 166 | 40 | 0 | 60 | 13 | 143 | 103 | 104 |
| Binary | 10011100 | 11100100 | 1110110 | 100000 | 0 | 110000 | 1011 | 1100011 | 1000011 | 1000100 |
Color Harmonies of #9CE476
Complementary color
Monochromatic Colors of #9CE476
Black with #9CE476
Text Example
Text Example
White with #9CE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE476; }
p { color: rgb(156,228,118); }
H1.HeaderClassName
{
color: #9CE476;
}
.AnyTagClassName
{
color: #9CE476;
}
</style>
background-color css
<style>
a { background-color: #9CE476; }
a { background-color: rgb(156,228,118); }
div.DivClassName
{
background-color: #9CE476;
}
.BgClassName
{
background-color: #9CE476;
}
</style>
border-color css
<style>
span { border-color: #9CE476; }
span { border-color: rgb(156,228,118); }
td.TdClassName
{
border-color: #9CE476;
}
.TagClassName
{
border-color: #9CE476;
}
</style>