Shades of Feijoa #9CE16D
Tints of Feijoa #9CE16D
RGB
CMYK
RGB Variations
Color information
#9CE16D (or 0x9CE16D) is known color: Feijoa. HEX triplet: 9C, E1 and 6D. RGB value is (156,225,109). Sum of RGB (Red+Green+Blue) = 156+225+109=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE16D is #631E92. Grayscale: #BFBFBF. Windows color (decimal): -6495891 or 7201180. OLE color: 7201180.
HSL color Cylindrical-coordinate representation of color #9CE16D: hue angle of 95.69º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CE16D is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 109 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.12 |
| HSL | 95.69º | 0.66% | 0.65% | - |
| HSV(B) | 95.69º | 0.52% | 0.88% | - |
| XYZ | 43.4 | 62.02 | 24.15 | - |
| YUV | 191.15 | 81.64 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 109 | 0.31 | 0 | 0.52 | 0.12 | 95.69 | 0.66 | 0.65 |
| Hex | 9C | E1 | 6D | 1F | 0 | 34 | C | 60 | 42 | 41 |
| Octal | 234 | 341 | 155 | 37 | 0 | 64 | 14 | 140 | 102 | 101 |
| Binary | 10011100 | 11100001 | 1101101 | 11111 | 0 | 110100 | 1100 | 1100000 | 1000010 | 1000001 |
Color Harmonies of #9CE16D
Complementary color
Monochromatic Colors of #9CE16D
Black with #9CE16D
Text Example
Text Example
White with #9CE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE16D; }
p { color: rgb(156,225,109); }
H1.HeaderClassName
{
color: #9CE16D;
}
.AnyTagClassName
{
color: #9CE16D;
}
</style>
background-color css
<style>
a { background-color: #9CE16D; }
a { background-color: rgb(156,225,109); }
div.DivClassName
{
background-color: #9CE16D;
}
.BgClassName
{
background-color: #9CE16D;
}
</style>
border-color css
<style>
span { border-color: #9CE16D; }
span { border-color: rgb(156,225,109); }
td.TdClassName
{
border-color: #9CE16D;
}
.TagClassName
{
border-color: #9CE16D;
}
</style>