Shades of Feijoa #9CF66F
Tints of Feijoa #9CF66F
RGB
CMYK
RGB Variations
Color information
#9CF66F (or 0x9CF66F) is known color: Feijoa. HEX triplet: 9C, F6 and 6F. RGB value is (156,246,111). Sum of RGB (Red+Green+Blue) = 156+246+111=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF66F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF66F is #630990. Grayscale: #CCCCCC. Windows color (decimal): -6490513 or 7337628. OLE color: 7337628.
HSL color Cylindrical-coordinate representation of color #9CF66F: hue angle of 100º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CF66F is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 111 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.04 |
| HSL | 100º | 0.88% | 0.7% | - |
| HSV(B) | 100º | 0.55% | 0.96% | - |
| XYZ | 49.54 | 74.13 | 26.74 | - |
| YUV | 203.7 | 75.68 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 111 | 0.37 | 0 | 0.55 | 0.04 | 100 | 0.88 | 0.7 |
| Hex | 9C | F6 | 6F | 25 | 0 | 37 | 4 | 64 | 58 | 46 |
| Octal | 234 | 366 | 157 | 45 | 0 | 67 | 4 | 144 | 130 | 106 |
| Binary | 10011100 | 11110110 | 1101111 | 100101 | 0 | 110111 | 100 | 1100100 | 1011000 | 1000110 |
Color Harmonies of #9CF66F
Complementary color
Monochromatic Colors of #9CF66F
Black with #9CF66F
Text Example
Text Example
White with #9CF66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF66F; }
p { color: rgb(156,246,111); }
H1.HeaderClassName
{
color: #9CF66F;
}
.AnyTagClassName
{
color: #9CF66F;
}
</style>
background-color css
<style>
a { background-color: #9CF66F; }
a { background-color: rgb(156,246,111); }
div.DivClassName
{
background-color: #9CF66F;
}
.BgClassName
{
background-color: #9CF66F;
}
</style>
border-color css
<style>
span { border-color: #9CF66F; }
span { border-color: rgb(156,246,111); }
td.TdClassName
{
border-color: #9CF66F;
}
.TagClassName
{
border-color: #9CF66F;
}
</style>