Shades of Feijoa #9DEC72
Tints of Feijoa #9DEC72
RGB
CMYK
RGB Variations
Color information
#9DEC72 (or 0x9DEC72) is known color: Feijoa. HEX triplet: 9D, EC and 72. RGB value is (157,236,114). Sum of RGB (Red+Green+Blue) = 157+236+114=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #9DEC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEC72 is #62138D. Grayscale: #C6C6C6. Windows color (decimal): -6427534 or 7531677. OLE color: 7531677.
HSL color Cylindrical-coordinate representation of color #9DEC72: hue angle of 98.85º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DEC72 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 114 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.07 |
| HSL | 98.85º | 0.76% | 0.69% | - |
| HSV(B) | 98.85º | 0.52% | 0.93% | - |
| XYZ | 46.94 | 68.37 | 26.64 | - |
| YUV | 198.47 | 80.33 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 114 | 0.33 | 0 | 0.52 | 0.07 | 98.85 | 0.76 | 0.69 |
| Hex | 9D | EC | 72 | 21 | 0 | 34 | 7 | 63 | 4C | 45 |
| Octal | 235 | 354 | 162 | 41 | 0 | 64 | 7 | 143 | 114 | 105 |
| Binary | 10011101 | 11101100 | 1110010 | 100001 | 0 | 110100 | 111 | 1100011 | 1001100 | 1000101 |
Color Harmonies of #9DEC72
Complementary color
Monochromatic Colors of #9DEC72
Black with #9DEC72
Text Example
Text Example
White with #9DEC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEC72; }
p { color: rgb(157,236,114); }
H1.HeaderClassName
{
color: #9DEC72;
}
.AnyTagClassName
{
color: #9DEC72;
}
</style>
background-color css
<style>
a { background-color: #9DEC72; }
a { background-color: rgb(157,236,114); }
div.DivClassName
{
background-color: #9DEC72;
}
.BgClassName
{
background-color: #9DEC72;
}
</style>
border-color css
<style>
span { border-color: #9DEC72; }
span { border-color: rgb(157,236,114); }
td.TdClassName
{
border-color: #9DEC72;
}
.TagClassName
{
border-color: #9DEC72;
}
</style>