Shades of Feijoa #9CF365
Tints of Feijoa #9CF365
RGB
CMYK
RGB Variations
Color information
#9CF365 (or 0x9CF365) is known color: Feijoa. HEX triplet: 9C, F3 and 65. RGB value is (156,243,101). Sum of RGB (Red+Green+Blue) = 156+243+101=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #9CF365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF365 is #630C9A. Grayscale: #C9C9C9. Windows color (decimal): -6491291 or 6681500. OLE color: 6681500.
HSL color Cylindrical-coordinate representation of color #9CF365: hue angle of 96.76º degrees, saturation: 0.86, 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 #9CF365 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 243 | 101 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.05 |
| HSL | 96.76º | 0.86% | 0.67% | - |
| HSV(B) | 96.76º | 0.58% | 0.95% | - |
| XYZ | 48.11 | 72.11 | 23.69 | - |
| YUV | 200.8 | 71.68 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 243 | 101 | 0.36 | 0 | 0.58 | 0.05 | 96.76 | 0.86 | 0.67 |
| Hex | 9C | F3 | 65 | 24 | 0 | 3A | 5 | 61 | 56 | 43 |
| Octal | 234 | 363 | 145 | 44 | 0 | 72 | 5 | 141 | 126 | 103 |
| Binary | 10011100 | 11110011 | 1100101 | 100100 | 0 | 111010 | 101 | 1100001 | 1010110 | 1000011 |
Color Harmonies of #9CF365
Complementary color
Monochromatic Colors of #9CF365
Black with #9CF365
Text Example
Text Example
White with #9CF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF365; }
p { color: rgb(156,243,101); }
H1.HeaderClassName
{
color: #9CF365;
}
.AnyTagClassName
{
color: #9CF365;
}
</style>
background-color css
<style>
a { background-color: #9CF365; }
a { background-color: rgb(156,243,101); }
div.DivClassName
{
background-color: #9CF365;
}
.BgClassName
{
background-color: #9CF365;
}
</style>
border-color css
<style>
span { border-color: #9CF365; }
span { border-color: rgb(156,243,101); }
td.TdClassName
{
border-color: #9CF365;
}
.TagClassName
{
border-color: #9CF365;
}
</style>