Shades of Feijoa #9CF266
Tints of Feijoa #9CF266
RGB
CMYK
RGB Variations
Color information
#9CF266 (or 0x9CF266) is known color: Feijoa. HEX triplet: 9C, F2 and 66. RGB value is (156,242,102). Sum of RGB (Red+Green+Blue) = 156+242+102=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF266 is #630D99. Grayscale: #C8C8C8. Windows color (decimal): -6491546 or 6746780. OLE color: 6746780.
HSL color Cylindrical-coordinate representation of color #9CF266: hue angle of 96.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CF266 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 242 | 102 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.05 |
| HSL | 96.86º | 0.84% | 0.67% | - |
| HSV(B) | 96.86º | 0.58% | 0.95% | - |
| XYZ | 47.86 | 71.53 | 23.85 | - |
| YUV | 200.33 | 72.51 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 102 | 0.36 | 0 | 0.58 | 0.05 | 96.86 | 0.84 | 0.67 |
| Hex | 9C | F2 | 66 | 24 | 0 | 3A | 5 | 61 | 54 | 43 |
| Octal | 234 | 362 | 146 | 44 | 0 | 72 | 5 | 141 | 124 | 103 |
| Binary | 10011100 | 11110010 | 1100110 | 100100 | 0 | 111010 | 101 | 1100001 | 1010100 | 1000011 |
Color Harmonies of #9CF266
Complementary color
Monochromatic Colors of #9CF266
Black with #9CF266
Text Example
Text Example
White with #9CF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF266; }
p { color: rgb(156,242,102); }
H1.HeaderClassName
{
color: #9CF266;
}
.AnyTagClassName
{
color: #9CF266;
}
</style>
background-color css
<style>
a { background-color: #9CF266; }
a { background-color: rgb(156,242,102); }
div.DivClassName
{
background-color: #9CF266;
}
.BgClassName
{
background-color: #9CF266;
}
</style>
border-color css
<style>
span { border-color: #9CF266; }
span { border-color: rgb(156,242,102); }
td.TdClassName
{
border-color: #9CF266;
}
.TagClassName
{
border-color: #9CF266;
}
</style>