Shades of Feijoa #9CFE68
Tints of Feijoa #9CFE68
RGB
CMYK
RGB Variations
Color information
#9CFE68 (or 0x9CFE68) is known color: Feijoa. HEX triplet: 9C, FE and 68. RGB value is (156,254,104). Sum of RGB (Red+Green+Blue) = 156+254+104=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFE68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFE68 is #630197. Grayscale: #D0D0D0. Windows color (decimal): -6488472 or 6880924. OLE color: 6880924.
HSL color Cylindrical-coordinate representation of color #9CFE68: hue angle of 99.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CFE68 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 104 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.00 |
| HSL | 99.2º | 0.99% | 0.7% | - |
| HSV(B) | 99.2º | 0.59% | 1% | - |
| XYZ | 51.65 | 78.95 | 25.61 | - |
| YUV | 207.6 | 69.53 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 104 | 0.39 | 0 | 0.59 | 0.00 | 99.2 | 0.99 | 0.7 |
| Hex | 9C | FE | 68 | 27 | 0 | 3B | 0 | 63 | 63 | 46 |
| Octal | 234 | 376 | 150 | 47 | 0 | 73 | 0 | 143 | 143 | 106 |
| Binary | 10011100 | 11111110 | 1101000 | 100111 | 0 | 111011 | 0 | 1100011 | 1100011 | 1000110 |
Color Harmonies of #9CFE68
Complementary color
Monochromatic Colors of #9CFE68
Black with #9CFE68
Text Example
Text Example
White with #9CFE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFE68; }
p { color: rgb(156,254,104); }
H1.HeaderClassName
{
color: #9CFE68;
}
.AnyTagClassName
{
color: #9CFE68;
}
</style>
background-color css
<style>
a { background-color: #9CFE68; }
a { background-color: rgb(156,254,104); }
div.DivClassName
{
background-color: #9CFE68;
}
.BgClassName
{
background-color: #9CFE68;
}
</style>
border-color css
<style>
span { border-color: #9CFE68; }
span { border-color: rgb(156,254,104); }
td.TdClassName
{
border-color: #9CFE68;
}
.TagClassName
{
border-color: #9CFE68;
}
</style>