Shades of Feijoa #9CE966
Tints of Feijoa #9CE966
RGB
CMYK
RGB Variations
Color information
#9CE966 (or 0x9CE966) is known color: Feijoa. HEX triplet: 9C, E9 and 66. RGB value is (156,233,102). Sum of RGB (Red+Green+Blue) = 156+233+102=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE966 is #631699. Grayscale: #C3C3C3. Windows color (decimal): -6493850 or 6744476. OLE color: 6744476.
HSL color Cylindrical-coordinate representation of color #9CE966: hue angle of 95.27º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CE966 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 233 | 102 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.09 |
| HSL | 95.27º | 0.75% | 0.66% | - |
| HSV(B) | 95.27º | 0.56% | 0.91% | - |
| XYZ | 45.25 | 66.31 | 22.98 | - |
| YUV | 195.04 | 75.49 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 233 | 102 | 0.33 | 0 | 0.56 | 0.09 | 95.27 | 0.75 | 0.66 |
| Hex | 9C | E9 | 66 | 21 | 0 | 38 | 9 | 5F | 4B | 42 |
| Octal | 234 | 351 | 146 | 41 | 0 | 70 | 11 | 137 | 113 | 102 |
| Binary | 10011100 | 11101001 | 1100110 | 100001 | 0 | 111000 | 1001 | 1011111 | 1001011 | 1000010 |
Color Harmonies of #9CE966
Complementary color
Monochromatic Colors of #9CE966
Black with #9CE966
Text Example
Text Example
White with #9CE966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE966; }
p { color: rgb(156,233,102); }
H1.HeaderClassName
{
color: #9CE966;
}
.AnyTagClassName
{
color: #9CE966;
}
</style>
background-color css
<style>
a { background-color: #9CE966; }
a { background-color: rgb(156,233,102); }
div.DivClassName
{
background-color: #9CE966;
}
.BgClassName
{
background-color: #9CE966;
}
</style>
border-color css
<style>
span { border-color: #9CE966; }
span { border-color: rgb(156,233,102); }
td.TdClassName
{
border-color: #9CE966;
}
.TagClassName
{
border-color: #9CE966;
}
</style>