Shades of Feijoa #9CFC66
Tints of Feijoa #9CFC66
RGB
CMYK
RGB Variations
Color information
#9CFC66 (or 0x9CFC66) is known color: Feijoa. HEX triplet: 9C, FC and 66. RGB value is (156,252,102). Sum of RGB (Red+Green+Blue) = 156+252+102=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFC66 is #630399. Grayscale: #CECECE. Windows color (decimal): -6488986 or 6749340. OLE color: 6749340.
HSL color Cylindrical-coordinate representation of color #9CFC66: hue angle of 98.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CFC66 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 102 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.01 |
| HSL | 98.4º | 0.96% | 0.69% | - |
| HSV(B) | 98.4º | 0.6% | 0.99% | - |
| XYZ | 50.92 | 77.65 | 24.87 | - |
| YUV | 206.2 | 69.2 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 102 | 0.38 | 0 | 0.60 | 0.01 | 98.4 | 0.96 | 0.69 |
| Hex | 9C | FC | 66 | 26 | 0 | 3C | 1 | 62 | 60 | 45 |
| Octal | 234 | 374 | 146 | 46 | 0 | 74 | 1 | 142 | 140 | 105 |
| Binary | 10011100 | 11111100 | 1100110 | 100110 | 0 | 111100 | 1 | 1100010 | 1100000 | 1000101 |
Color Harmonies of #9CFC66
Complementary color
Monochromatic Colors of #9CFC66
Black with #9CFC66
Text Example
Text Example
White with #9CFC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFC66; }
p { color: rgb(156,252,102); }
H1.HeaderClassName
{
color: #9CFC66;
}
.AnyTagClassName
{
color: #9CFC66;
}
</style>
background-color css
<style>
a { background-color: #9CFC66; }
a { background-color: rgb(156,252,102); }
div.DivClassName
{
background-color: #9CFC66;
}
.BgClassName
{
background-color: #9CFC66;
}
</style>
border-color css
<style>
span { border-color: #9CFC66; }
span { border-color: rgb(156,252,102); }
td.TdClassName
{
border-color: #9CFC66;
}
.TagClassName
{
border-color: #9CFC66;
}
</style>