Shades of Feijoa #9CDF76
Tints of Feijoa #9CDF76
RGB
CMYK
RGB Variations
Color information
#9CDF76 (or 0x9CDF76) is known color: Feijoa. HEX triplet: 9C, DF and 76. RGB value is (156,223,118). Sum of RGB (Red+Green+Blue) = 156+223+118=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDF76 is #632089. Grayscale: #BFBFBF. Windows color (decimal): -6496394 or 7790492. OLE color: 7790492.
HSL color Cylindrical-coordinate representation of color #9CDF76: hue angle of 98.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CDF76 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 118 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.13 |
| HSL | 98.29º | 0.62% | 0.67% | - |
| HSV(B) | 98.29º | 0.47% | 0.87% | - |
| XYZ | 43.37 | 61.15 | 26.66 | - |
| YUV | 191 | 86.8 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 118 | 0.30 | 0 | 0.47 | 0.13 | 98.29 | 0.62 | 0.67 |
| Hex | 9C | DF | 76 | 1E | 0 | 2F | D | 62 | 3E | 43 |
| Octal | 234 | 337 | 166 | 36 | 0 | 57 | 15 | 142 | 76 | 103 |
| Binary | 10011100 | 11011111 | 1110110 | 11110 | 0 | 101111 | 1101 | 1100010 | 111110 | 1000011 |
Color Harmonies of #9CDF76
Complementary color
Monochromatic Colors of #9CDF76
Black with #9CDF76
Text Example
Text Example
White with #9CDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDF76; }
p { color: rgb(156,223,118); }
H1.HeaderClassName
{
color: #9CDF76;
}
.AnyTagClassName
{
color: #9CDF76;
}
</style>
background-color css
<style>
a { background-color: #9CDF76; }
a { background-color: rgb(156,223,118); }
div.DivClassName
{
background-color: #9CDF76;
}
.BgClassName
{
background-color: #9CDF76;
}
</style>
border-color css
<style>
span { border-color: #9CDF76; }
span { border-color: rgb(156,223,118); }
td.TdClassName
{
border-color: #9CDF76;
}
.TagClassName
{
border-color: #9CDF76;
}
</style>