Shades of Feijoa #9CF065
Tints of Feijoa #9CF065
RGB
CMYK
RGB Variations
Color information
#9CF065 (or 0x9CF065) is known color: Feijoa. HEX triplet: 9C, F0 and 65. RGB value is (156,240,101). Sum of RGB (Red+Green+Blue) = 156+240+101=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF065 is #630F9A. Grayscale: #C7C7C7. Windows color (decimal): -6492059 or 6680732. OLE color: 6680732.
HSL color Cylindrical-coordinate representation of color #9CF065: hue angle of 96.26º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CF065 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 101 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.06 |
| HSL | 96.26º | 0.82% | 0.67% | - |
| HSV(B) | 96.26º | 0.58% | 0.94% | - |
| XYZ | 47.22 | 70.33 | 23.4 | - |
| YUV | 199.04 | 72.67 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 101 | 0.35 | 0 | 0.58 | 0.06 | 96.26 | 0.82 | 0.67 |
| Hex | 9C | F0 | 65 | 23 | 0 | 3A | 6 | 60 | 52 | 43 |
| Octal | 234 | 360 | 145 | 43 | 0 | 72 | 6 | 140 | 122 | 103 |
| Binary | 10011100 | 11110000 | 1100101 | 100011 | 0 | 111010 | 110 | 1100000 | 1010010 | 1000011 |
Color Harmonies of #9CF065
Complementary color
Monochromatic Colors of #9CF065
Black with #9CF065
Text Example
Text Example
White with #9CF065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF065; }
p { color: rgb(156,240,101); }
H1.HeaderClassName
{
color: #9CF065;
}
.AnyTagClassName
{
color: #9CF065;
}
</style>
background-color css
<style>
a { background-color: #9CF065; }
a { background-color: rgb(156,240,101); }
div.DivClassName
{
background-color: #9CF065;
}
.BgClassName
{
background-color: #9CF065;
}
</style>
border-color css
<style>
span { border-color: #9CF065; }
span { border-color: rgb(156,240,101); }
td.TdClassName
{
border-color: #9CF065;
}
.TagClassName
{
border-color: #9CF065;
}
</style>