Shades of Feijoa #9DD972
Tints of Feijoa #9DD972
RGB
CMYK
RGB Variations
Color information
#9DD972 (or 0x9DD972) is known color: Feijoa. HEX triplet: 9D, D9 and 72. RGB value is (157,217,114). Sum of RGB (Red+Green+Blue) = 157+217+114=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD972 is #62268D. Grayscale: #BBBBBB. Windows color (decimal): -6432398 or 7526813. OLE color: 7526813.
HSL color Cylindrical-coordinate representation of color #9DD972: hue angle of 94.95º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DD972 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 114 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.15 |
| HSL | 94.95º | 0.58% | 0.65% | - |
| HSV(B) | 94.95º | 0.47% | 0.85% | - |
| XYZ | 41.75 | 58.01 | 24.92 | - |
| YUV | 187.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 114 | 0.28 | 0 | 0.47 | 0.15 | 94.95 | 0.58 | 0.65 |
| Hex | 9D | D9 | 72 | 1C | 0 | 2F | F | 5F | 3A | 41 |
| Octal | 235 | 331 | 162 | 34 | 0 | 57 | 17 | 137 | 72 | 101 |
| Binary | 10011101 | 11011001 | 1110010 | 11100 | 0 | 101111 | 1111 | 1011111 | 111010 | 1000001 |
Color Harmonies of #9DD972
Complementary color
Monochromatic Colors of #9DD972
Black with #9DD972
Text Example
Text Example
White with #9DD972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD972; }
p { color: rgb(157,217,114); }
H1.HeaderClassName
{
color: #9DD972;
}
.AnyTagClassName
{
color: #9DD972;
}
</style>
background-color css
<style>
a { background-color: #9DD972; }
a { background-color: rgb(157,217,114); }
div.DivClassName
{
background-color: #9DD972;
}
.BgClassName
{
background-color: #9DD972;
}
</style>
border-color css
<style>
span { border-color: #9DD972; }
span { border-color: rgb(157,217,114); }
td.TdClassName
{
border-color: #9DD972;
}
.TagClassName
{
border-color: #9DD972;
}
</style>