Shades of Feijoa #9CDF72
Tints of Feijoa #9CDF72
RGB
CMYK
RGB Variations
Color information
#9CDF72 (or 0x9CDF72) is known color: Feijoa. HEX triplet: 9C, DF and 72. RGB value is (156,223,114). Sum of RGB (Red+Green+Blue) = 156+223+114=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDF72 is #63208D. Grayscale: #BEBEBE. Windows color (decimal): -6496398 or 7528348. OLE color: 7528348.
HSL color Cylindrical-coordinate representation of color #9CDF72: hue angle of 96.88º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CDF72 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 114 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.13 |
| HSL | 96.88º | 0.63% | 0.66% | - |
| HSV(B) | 96.88º | 0.49% | 0.87% | - |
| XYZ | 43.14 | 61.06 | 25.43 | - |
| YUV | 190.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 114 | 0.30 | 0 | 0.49 | 0.13 | 96.88 | 0.63 | 0.66 |
| Hex | 9C | DF | 72 | 1E | 0 | 31 | D | 61 | 3F | 42 |
| Octal | 234 | 337 | 162 | 36 | 0 | 61 | 15 | 141 | 77 | 102 |
| Binary | 10011100 | 11011111 | 1110010 | 11110 | 0 | 110001 | 1101 | 1100001 | 111111 | 1000010 |
Color Harmonies of #9CDF72
Complementary color
Monochromatic Colors of #9CDF72
Black with #9CDF72
Text Example
Text Example
White with #9CDF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDF72; }
p { color: rgb(156,223,114); }
H1.HeaderClassName
{
color: #9CDF72;
}
.AnyTagClassName
{
color: #9CDF72;
}
</style>
background-color css
<style>
a { background-color: #9CDF72; }
a { background-color: rgb(156,223,114); }
div.DivClassName
{
background-color: #9CDF72;
}
.BgClassName
{
background-color: #9CDF72;
}
</style>
border-color css
<style>
span { border-color: #9CDF72; }
span { border-color: rgb(156,223,114); }
td.TdClassName
{
border-color: #9CDF72;
}
.TagClassName
{
border-color: #9CDF72;
}
</style>