Shades of Feijoa #9CDE67
Tints of Feijoa #9CDE67
RGB
CMYK
RGB Variations
Color information
#9CDE67 (or 0x9CDE67) is known color: Feijoa. HEX triplet: 9C, DE and 67. RGB value is (156,222,103). Sum of RGB (Red+Green+Blue) = 156+222+103=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDE67 is #632198. Grayscale: #BDBDBD. Windows color (decimal): -6496665 or 6807196. OLE color: 6807196.
HSL color Cylindrical-coordinate representation of color #9CDE67: hue angle of 93.28º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CDE67 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 103 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.13 |
| HSL | 93.28º | 0.64% | 0.64% | - |
| HSV(B) | 93.28º | 0.54% | 0.87% | - |
| XYZ | 42.28 | 60.29 | 22.24 | - |
| YUV | 188.7 | 79.63 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 103 | 0.30 | 0 | 0.54 | 0.13 | 93.28 | 0.64 | 0.64 |
| Hex | 9C | DE | 67 | 1E | 0 | 36 | D | 5D | 40 | 40 |
| Octal | 234 | 336 | 147 | 36 | 0 | 66 | 15 | 135 | 100 | 100 |
| Binary | 10011100 | 11011110 | 1100111 | 11110 | 0 | 110110 | 1101 | 1011101 | 1000000 | 1000000 |
Color Harmonies of #9CDE67
Complementary color
Monochromatic Colors of #9CDE67
Black with #9CDE67
Text Example
Text Example
White with #9CDE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDE67; }
p { color: rgb(156,222,103); }
H1.HeaderClassName
{
color: #9CDE67;
}
.AnyTagClassName
{
color: #9CDE67;
}
</style>
background-color css
<style>
a { background-color: #9CDE67; }
a { background-color: rgb(156,222,103); }
div.DivClassName
{
background-color: #9CDE67;
}
.BgClassName
{
background-color: #9CDE67;
}
</style>
border-color css
<style>
span { border-color: #9CDE67; }
span { border-color: rgb(156,222,103); }
td.TdClassName
{
border-color: #9CDE67;
}
.TagClassName
{
border-color: #9CDE67;
}
</style>