Shades of Feijoa #9CFC6E
Tints of Feijoa #9CFC6E
RGB
CMYK
RGB Variations
Color information
#9CFC6E (or 0x9CFC6E) is known color: Feijoa. HEX triplet: 9C, FC and 6E. RGB value is (156,252,110). Sum of RGB (Red+Green+Blue) = 156+252+110=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFC6E is #630391. Grayscale: #CFCFCF. Windows color (decimal): -6488978 or 7273628. OLE color: 7273628.
HSL color Cylindrical-coordinate representation of color #9CFC6E: hue angle of 100.56º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CFC6E is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 110 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.01 |
| HSL | 100.56º | 0.96% | 0.71% | - |
| HSV(B) | 100.56º | 0.56% | 0.99% | - |
| XYZ | 51.34 | 77.81 | 27.07 | - |
| YUV | 207.11 | 73.2 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 110 | 0.38 | 0 | 0.56 | 0.01 | 100.56 | 0.96 | 0.71 |
| Hex | 9C | FC | 6E | 26 | 0 | 38 | 1 | 65 | 60 | 47 |
| Octal | 234 | 374 | 156 | 46 | 0 | 70 | 1 | 145 | 140 | 107 |
| Binary | 10011100 | 11111100 | 1101110 | 100110 | 0 | 111000 | 1 | 1100101 | 1100000 | 1000111 |
Color Harmonies of #9CFC6E
Complementary color
Monochromatic Colors of #9CFC6E
Black with #9CFC6E
Text Example
Text Example
White with #9CFC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFC6E; }
p { color: rgb(156,252,110); }
H1.HeaderClassName
{
color: #9CFC6E;
}
.AnyTagClassName
{
color: #9CFC6E;
}
</style>
background-color css
<style>
a { background-color: #9CFC6E; }
a { background-color: rgb(156,252,110); }
div.DivClassName
{
background-color: #9CFC6E;
}
.BgClassName
{
background-color: #9CFC6E;
}
</style>
border-color css
<style>
span { border-color: #9CFC6E; }
span { border-color: rgb(156,252,110); }
td.TdClassName
{
border-color: #9CFC6E;
}
.TagClassName
{
border-color: #9CFC6E;
}
</style>