Shades of Feijoa #9CF66C
Tints of Feijoa #9CF66C
RGB
CMYK
RGB Variations
Color information
#9CF66C (or 0x9CF66C) is known color: Feijoa. HEX triplet: 9C, F6 and 6C. RGB value is (156,246,108). Sum of RGB (Red+Green+Blue) = 156+246+108=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF66C is #630993. Grayscale: #CBCBCB. Windows color (decimal): -6490516 or 7141020. OLE color: 7141020.
HSL color Cylindrical-coordinate representation of color #9CF66C: hue angle of 99.13º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CF66C is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 108 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.04 |
| HSL | 99.13º | 0.88% | 0.69% | - |
| HSV(B) | 99.13º | 0.56% | 0.96% | - |
| XYZ | 49.37 | 74.06 | 25.88 | - |
| YUV | 203.36 | 74.18 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 108 | 0.37 | 0 | 0.56 | 0.04 | 99.13 | 0.88 | 0.69 |
| Hex | 9C | F6 | 6C | 25 | 0 | 38 | 4 | 63 | 58 | 45 |
| Octal | 234 | 366 | 154 | 45 | 0 | 70 | 4 | 143 | 130 | 105 |
| Binary | 10011100 | 11110110 | 1101100 | 100101 | 0 | 111000 | 100 | 1100011 | 1011000 | 1000101 |
Color Harmonies of #9CF66C
Complementary color
Monochromatic Colors of #9CF66C
Black with #9CF66C
Text Example
Text Example
White with #9CF66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF66C; }
p { color: rgb(156,246,108); }
H1.HeaderClassName
{
color: #9CF66C;
}
.AnyTagClassName
{
color: #9CF66C;
}
</style>
background-color css
<style>
a { background-color: #9CF66C; }
a { background-color: rgb(156,246,108); }
div.DivClassName
{
background-color: #9CF66C;
}
.BgClassName
{
background-color: #9CF66C;
}
</style>
border-color css
<style>
span { border-color: #9CF66C; }
span { border-color: rgb(156,246,108); }
td.TdClassName
{
border-color: #9CF66C;
}
.TagClassName
{
border-color: #9CF66C;
}
</style>