Shades of Feijoa #9CFC6D
Tints of Feijoa #9CFC6D
RGB
CMYK
RGB Variations
Color information
#9CFC6D (or 0x9CFC6D) is known color: Feijoa. HEX triplet: 9C, FC and 6D. RGB value is (156,252,109). Sum of RGB (Red+Green+Blue) = 156+252+109=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFC6D is #630392. Grayscale: #CFCFCF. Windows color (decimal): -6488979 or 7208092. OLE color: 7208092.
HSL color Cylindrical-coordinate representation of color #9CFC6D: hue angle of 100.28º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CFC6D is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 109 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.01 |
| HSL | 100.28º | 0.96% | 0.71% | - |
| HSV(B) | 100.28º | 0.57% | 0.99% | - |
| XYZ | 51.28 | 77.79 | 26.78 | - |
| YUV | 206.99 | 72.7 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 109 | 0.38 | 0 | 0.57 | 0.01 | 100.28 | 0.96 | 0.71 |
| Hex | 9C | FC | 6D | 26 | 0 | 39 | 1 | 64 | 60 | 47 |
| Octal | 234 | 374 | 155 | 46 | 0 | 71 | 1 | 144 | 140 | 107 |
| Binary | 10011100 | 11111100 | 1101101 | 100110 | 0 | 111001 | 1 | 1100100 | 1100000 | 1000111 |
Color Harmonies of #9CFC6D
Complementary color
Monochromatic Colors of #9CFC6D
Black with #9CFC6D
Text Example
Text Example
White with #9CFC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFC6D; }
p { color: rgb(156,252,109); }
H1.HeaderClassName
{
color: #9CFC6D;
}
.AnyTagClassName
{
color: #9CFC6D;
}
</style>
background-color css
<style>
a { background-color: #9CFC6D; }
a { background-color: rgb(156,252,109); }
div.DivClassName
{
background-color: #9CFC6D;
}
.BgClassName
{
background-color: #9CFC6D;
}
</style>
border-color css
<style>
span { border-color: #9CFC6D; }
span { border-color: rgb(156,252,109); }
td.TdClassName
{
border-color: #9CFC6D;
}
.TagClassName
{
border-color: #9CFC6D;
}
</style>