Shades of Feijoa #9CEC68
Tints of Feijoa #9CEC68
RGB
CMYK
RGB Variations
Color information
#9CEC68 (or 0x9CEC68) is known color: Feijoa. HEX triplet: 9C, EC and 68. RGB value is (156,236,104). Sum of RGB (Red+Green+Blue) = 156+236+104=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEC68 is #631397. Grayscale: #C5C5C5. Windows color (decimal): -6493080 or 6876316. OLE color: 6876316.
HSL color Cylindrical-coordinate representation of color #9CEC68: hue angle of 96.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CEC68 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 104 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.07 |
| HSL | 96.36º | 0.78% | 0.67% | - |
| HSV(B) | 96.36º | 0.56% | 0.93% | - |
| XYZ | 46.2 | 68.06 | 23.8 | - |
| YUV | 197.03 | 75.5 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 104 | 0.34 | 0 | 0.56 | 0.07 | 96.36 | 0.78 | 0.67 |
| Hex | 9C | EC | 68 | 22 | 0 | 38 | 7 | 60 | 4E | 43 |
| Octal | 234 | 354 | 150 | 42 | 0 | 70 | 7 | 140 | 116 | 103 |
| Binary | 10011100 | 11101100 | 1101000 | 100010 | 0 | 111000 | 111 | 1100000 | 1001110 | 1000011 |
Color Harmonies of #9CEC68
Complementary color
Monochromatic Colors of #9CEC68
Black with #9CEC68
Text Example
Text Example
White with #9CEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC68; }
p { color: rgb(156,236,104); }
H1.HeaderClassName
{
color: #9CEC68;
}
.AnyTagClassName
{
color: #9CEC68;
}
</style>
background-color css
<style>
a { background-color: #9CEC68; }
a { background-color: rgb(156,236,104); }
div.DivClassName
{
background-color: #9CEC68;
}
.BgClassName
{
background-color: #9CEC68;
}
</style>
border-color css
<style>
span { border-color: #9CEC68; }
span { border-color: rgb(156,236,104); }
td.TdClassName
{
border-color: #9CEC68;
}
.TagClassName
{
border-color: #9CEC68;
}
</style>