Shades of Feijoa #9CE669
Tints of Feijoa #9CE669
RGB
CMYK
RGB Variations
Color information
#9CE669 (or 0x9CE669) is known color: Feijoa. HEX triplet: 9C, E6 and 69. RGB value is (156,230,105). Sum of RGB (Red+Green+Blue) = 156+230+105=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #9CE669 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE669 is #631996. Grayscale: #C2C2C2. Windows color (decimal): -6494615 or 6940316. OLE color: 6940316.
HSL color Cylindrical-coordinate representation of color #9CE669: hue angle of 95.52º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CE669 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 230 | 105 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.10 |
| HSL | 95.52º | 0.71% | 0.66% | - |
| HSV(B) | 95.52º | 0.54% | 0.9% | - |
| XYZ | 44.56 | 64.68 | 23.5 | - |
| YUV | 193.62 | 77.98 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 230 | 105 | 0.32 | 0 | 0.54 | 0.10 | 95.52 | 0.71 | 0.66 |
| Hex | 9C | E6 | 69 | 20 | 0 | 36 | A | 60 | 47 | 42 |
| Octal | 234 | 346 | 151 | 40 | 0 | 66 | 12 | 140 | 107 | 102 |
| Binary | 10011100 | 11100110 | 1101001 | 100000 | 0 | 110110 | 1010 | 1100000 | 1000111 | 1000010 |
Color Harmonies of #9CE669
Complementary color
Monochromatic Colors of #9CE669
Black with #9CE669
Text Example
Text Example
White with #9CE669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE669; }
p { color: rgb(156,230,105); }
H1.HeaderClassName
{
color: #9CE669;
}
.AnyTagClassName
{
color: #9CE669;
}
</style>
background-color css
<style>
a { background-color: #9CE669; }
a { background-color: rgb(156,230,105); }
div.DivClassName
{
background-color: #9CE669;
}
.BgClassName
{
background-color: #9CE669;
}
</style>
border-color css
<style>
span { border-color: #9CE669; }
span { border-color: rgb(156,230,105); }
td.TdClassName
{
border-color: #9CE669;
}
.TagClassName
{
border-color: #9CE669;
}
</style>