Shades of Feijoa #9CD669
Tints of Feijoa #9CD669
RGB
CMYK
RGB Variations
Color information
#9CD669 (or 0x9CD669) is known color: Feijoa. HEX triplet: 9C, D6 and 69. RGB value is (156,214,105). Sum of RGB (Red+Green+Blue) = 156+214+105=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD669 is #632996. Grayscale: #B8B8B8. Windows color (decimal): -6498711 or 6936220. OLE color: 6936220.
HSL color Cylindrical-coordinate representation of color #9CD669: hue angle of 91.93º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CD669 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 214 | 105 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.16 |
| HSL | 91.93º | 0.57% | 0.63% | - |
| HSV(B) | 91.93º | 0.51% | 0.84% | - |
| XYZ | 40.31 | 56.18 | 22.08 | - |
| YUV | 184.23 | 83.28 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 214 | 105 | 0.27 | 0 | 0.51 | 0.16 | 91.93 | 0.57 | 0.63 |
| Hex | 9C | D6 | 69 | 1B | 0 | 33 | 10 | 5C | 39 | 3F |
| Octal | 234 | 326 | 151 | 33 | 0 | 63 | 20 | 134 | 71 | 77 |
| Binary | 10011100 | 11010110 | 1101001 | 11011 | 0 | 110011 | 10000 | 1011100 | 111001 | 111111 |
Color Harmonies of #9CD669
Complementary color
Monochromatic Colors of #9CD669
Black with #9CD669
Text Example
Text Example
White with #9CD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD669; }
p { color: rgb(156,214,105); }
H1.HeaderClassName
{
color: #9CD669;
}
.AnyTagClassName
{
color: #9CD669;
}
</style>
background-color css
<style>
a { background-color: #9CD669; }
a { background-color: rgb(156,214,105); }
div.DivClassName
{
background-color: #9CD669;
}
.BgClassName
{
background-color: #9CD669;
}
</style>
border-color css
<style>
span { border-color: #9CD669; }
span { border-color: rgb(156,214,105); }
td.TdClassName
{
border-color: #9CD669;
}
.TagClassName
{
border-color: #9CD669;
}
</style>