Shades of Feijoa #9CDA6F
Tints of Feijoa #9CDA6F
RGB
CMYK
RGB Variations
Color information
#9CDA6F (or 0x9CDA6F) is known color: Feijoa. HEX triplet: 9C, DA and 6F. RGB value is (156,218,111). Sum of RGB (Red+Green+Blue) = 156+218+111=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA6F is #632590. Grayscale: #BBBBBB. Windows color (decimal): -6497681 or 7330460. OLE color: 7330460.
HSL color Cylindrical-coordinate representation of color #9CDA6F: hue angle of 94.77º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CDA6F is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 111 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.15 |
| HSL | 94.77º | 0.59% | 0.65% | - |
| HSV(B) | 94.77º | 0.49% | 0.85% | - |
| XYZ | 41.65 | 58.36 | 24.11 | - |
| YUV | 187.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 111 | 0.28 | 0 | 0.49 | 0.15 | 94.77 | 0.59 | 0.65 |
| Hex | 9C | DA | 6F | 1C | 0 | 31 | F | 5F | 3B | 41 |
| Octal | 234 | 332 | 157 | 34 | 0 | 61 | 17 | 137 | 73 | 101 |
| Binary | 10011100 | 11011010 | 1101111 | 11100 | 0 | 110001 | 1111 | 1011111 | 111011 | 1000001 |
Color Harmonies of #9CDA6F
Complementary color
Monochromatic Colors of #9CDA6F
Black with #9CDA6F
Text Example
Text Example
White with #9CDA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA6F; }
p { color: rgb(156,218,111); }
H1.HeaderClassName
{
color: #9CDA6F;
}
.AnyTagClassName
{
color: #9CDA6F;
}
</style>
background-color css
<style>
a { background-color: #9CDA6F; }
a { background-color: rgb(156,218,111); }
div.DivClassName
{
background-color: #9CDA6F;
}
.BgClassName
{
background-color: #9CDA6F;
}
</style>
border-color css
<style>
span { border-color: #9CDA6F; }
span { border-color: rgb(156,218,111); }
td.TdClassName
{
border-color: #9CDA6F;
}
.TagClassName
{
border-color: #9CDA6F;
}
</style>