Shades of Feijoa #9CE16C
Tints of Feijoa #9CE16C
RGB
CMYK
RGB Variations
Color information
#9CE16C (or 0x9CE16C) is known color: Feijoa. HEX triplet: 9C, E1 and 6C. RGB value is (156,225,108). Sum of RGB (Red+Green+Blue) = 156+225+108=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE16C is #631E93. Grayscale: #BFBFBF. Windows color (decimal): -6495892 or 7135644. OLE color: 7135644.
HSL color Cylindrical-coordinate representation of color #9CE16C: hue angle of 95.38º 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 #9CE16C is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 108 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.12 |
| HSL | 95.38º | 0.66% | 0.65% | - |
| HSV(B) | 95.38º | 0.52% | 0.88% | - |
| XYZ | 43.34 | 62 | 23.87 | - |
| YUV | 191.03 | 81.14 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 108 | 0.31 | 0 | 0.52 | 0.12 | 95.38 | 0.66 | 0.65 |
| Hex | 9C | E1 | 6C | 1F | 0 | 34 | C | 5F | 42 | 41 |
| Octal | 234 | 341 | 154 | 37 | 0 | 64 | 14 | 137 | 102 | 101 |
| Binary | 10011100 | 11100001 | 1101100 | 11111 | 0 | 110100 | 1100 | 1011111 | 1000010 | 1000001 |
Color Harmonies of #9CE16C
Complementary color
Monochromatic Colors of #9CE16C
Black with #9CE16C
Text Example
Text Example
White with #9CE16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE16C; }
p { color: rgb(156,225,108); }
H1.HeaderClassName
{
color: #9CE16C;
}
.AnyTagClassName
{
color: #9CE16C;
}
</style>
background-color css
<style>
a { background-color: #9CE16C; }
a { background-color: rgb(156,225,108); }
div.DivClassName
{
background-color: #9CE16C;
}
.BgClassName
{
background-color: #9CE16C;
}
</style>
border-color css
<style>
span { border-color: #9CE16C; }
span { border-color: rgb(156,225,108); }
td.TdClassName
{
border-color: #9CE16C;
}
.TagClassName
{
border-color: #9CE16C;
}
</style>