Shades of Feijoa #9CF066
Tints of Feijoa #9CF066
RGB
CMYK
RGB Variations
Color information
#9CF066 (or 0x9CF066) is known color: Feijoa. HEX triplet: 9C, F0 and 66. RGB value is (156,240,102). Sum of RGB (Red+Green+Blue) = 156+240+102=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF066 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF066 is #630F99. Grayscale: #C7C7C7. Windows color (decimal): -6492058 or 6746268. OLE color: 6746268.
HSL color Cylindrical-coordinate representation of color #9CF066: hue angle of 96.52º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CF066 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 102 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.06 |
| HSL | 96.52º | 0.82% | 0.67% | - |
| HSV(B) | 96.52º | 0.58% | 0.94% | - |
| XYZ | 47.27 | 70.35 | 23.66 | - |
| YUV | 199.15 | 73.17 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 102 | 0.35 | 0 | 0.58 | 0.06 | 96.52 | 0.82 | 0.67 |
| Hex | 9C | F0 | 66 | 23 | 0 | 3A | 6 | 61 | 52 | 43 |
| Octal | 234 | 360 | 146 | 43 | 0 | 72 | 6 | 141 | 122 | 103 |
| Binary | 10011100 | 11110000 | 1100110 | 100011 | 0 | 111010 | 110 | 1100001 | 1010010 | 1000011 |
Color Harmonies of #9CF066
Complementary color
Monochromatic Colors of #9CF066
Black with #9CF066
Text Example
Text Example
White with #9CF066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF066; }
p { color: rgb(156,240,102); }
H1.HeaderClassName
{
color: #9CF066;
}
.AnyTagClassName
{
color: #9CF066;
}
</style>
background-color css
<style>
a { background-color: #9CF066; }
a { background-color: rgb(156,240,102); }
div.DivClassName
{
background-color: #9CF066;
}
.BgClassName
{
background-color: #9CF066;
}
</style>
border-color css
<style>
span { border-color: #9CF066; }
span { border-color: rgb(156,240,102); }
td.TdClassName
{
border-color: #9CF066;
}
.TagClassName
{
border-color: #9CF066;
}
</style>