Shades of Feijoa #9CFC71
Tints of Feijoa #9CFC71
RGB
CMYK
RGB Variations
Color information
#9CFC71 (or 0x9CFC71) is known color: Feijoa. HEX triplet: 9C, FC and 71. RGB value is (156,252,113). Sum of RGB (Red+Green+Blue) = 156+252+113=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFC71 is #63038E. Grayscale: #CFCFCF. Windows color (decimal): -6488975 or 7470236. OLE color: 7470236.
HSL color Cylindrical-coordinate representation of color #9CFC71: hue angle of 101.44º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CFC71 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 113 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.01 |
| HSL | 101.44º | 0.96% | 0.72% | - |
| HSV(B) | 101.44º | 0.55% | 0.99% | - |
| XYZ | 51.5 | 77.88 | 27.94 | - |
| YUV | 207.45 | 74.7 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 113 | 0.38 | 0 | 0.55 | 0.01 | 101.44 | 0.96 | 0.72 |
| Hex | 9C | FC | 71 | 26 | 0 | 37 | 1 | 65 | 60 | 48 |
| Octal | 234 | 374 | 161 | 46 | 0 | 67 | 1 | 145 | 140 | 110 |
| Binary | 10011100 | 11111100 | 1110001 | 100110 | 0 | 110111 | 1 | 1100101 | 1100000 | 1001000 |
Color Harmonies of #9CFC71
Complementary color
Monochromatic Colors of #9CFC71
Black with #9CFC71
Text Example
Text Example
White with #9CFC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFC71; }
p { color: rgb(156,252,113); }
H1.HeaderClassName
{
color: #9CFC71;
}
.AnyTagClassName
{
color: #9CFC71;
}
</style>
background-color css
<style>
a { background-color: #9CFC71; }
a { background-color: rgb(156,252,113); }
div.DivClassName
{
background-color: #9CFC71;
}
.BgClassName
{
background-color: #9CFC71;
}
</style>
border-color css
<style>
span { border-color: #9CFC71; }
span { border-color: rgb(156,252,113); }
td.TdClassName
{
border-color: #9CFC71;
}
.TagClassName
{
border-color: #9CFC71;
}
</style>