Shades of Feijoa #9CDD72
Tints of Feijoa #9CDD72
RGB
CMYK
RGB Variations
Color information
#9CDD72 (or 0x9CDD72) is known color: Feijoa. HEX triplet: 9C, DD and 72. RGB value is (156,221,114). Sum of RGB (Red+Green+Blue) = 156+221+114=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD72 is #63228D. Grayscale: #BDBDBD. Windows color (decimal): -6496910 or 7527836. OLE color: 7527836.
HSL color Cylindrical-coordinate representation of color #9CDD72: hue angle of 96.45º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CDD72 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 114 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.13 |
| HSL | 96.45º | 0.61% | 0.66% | - |
| HSV(B) | 96.45º | 0.48% | 0.87% | - |
| XYZ | 42.6 | 60 | 25.25 | - |
| YUV | 189.37 | 85.47 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 114 | 0.29 | 0 | 0.48 | 0.13 | 96.45 | 0.61 | 0.66 |
| Hex | 9C | DD | 72 | 1D | 0 | 30 | D | 60 | 3D | 42 |
| Octal | 234 | 335 | 162 | 35 | 0 | 60 | 15 | 140 | 75 | 102 |
| Binary | 10011100 | 11011101 | 1110010 | 11101 | 0 | 110000 | 1101 | 1100000 | 111101 | 1000010 |
Color Harmonies of #9CDD72
Complementary color
Monochromatic Colors of #9CDD72
Black with #9CDD72
Text Example
Text Example
White with #9CDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDD72; }
p { color: rgb(156,221,114); }
H1.HeaderClassName
{
color: #9CDD72;
}
.AnyTagClassName
{
color: #9CDD72;
}
</style>
background-color css
<style>
a { background-color: #9CDD72; }
a { background-color: rgb(156,221,114); }
div.DivClassName
{
background-color: #9CDD72;
}
.BgClassName
{
background-color: #9CDD72;
}
</style>
border-color css
<style>
span { border-color: #9CDD72; }
span { border-color: rgb(156,221,114); }
td.TdClassName
{
border-color: #9CDD72;
}
.TagClassName
{
border-color: #9CDD72;
}
</style>