Shades of Gossip #9DDC89
Tints of Gossip #9DDC89
RGB
CMYK
RGB Variations
Color information
#9DDC89 (or 0x9DDC89) is known color: Gossip. HEX triplet: 9D, DC and 89. RGB value is (157,220,137). Sum of RGB (Red+Green+Blue) = 157+220+137=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDC89 is #622376. Grayscale: #BFBFBF. Windows color (decimal): -6431607 or 9034909. OLE color: 9034909.
HSL color Cylindrical-coordinate representation of color #9DDC89: hue angle of 105.54º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DDC89 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 137 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.14 |
| HSL | 105.54º | 0.54% | 0.7% | - |
| HSV(B) | 105.54º | 0.38% | 0.86% | - |
| XYZ | 44.01 | 60.16 | 32.96 | - |
| YUV | 191.7 | 97.13 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 137 | 0.29 | 0 | 0.38 | 0.14 | 105.54 | 0.54 | 0.7 |
| Hex | 9D | DC | 89 | 1D | 0 | 26 | E | 6A | 36 | 46 |
| Octal | 235 | 334 | 211 | 35 | 0 | 46 | 16 | 152 | 66 | 106 |
| Binary | 10011101 | 11011100 | 10001001 | 11101 | 0 | 100110 | 1110 | 1101010 | 110110 | 1000110 |
Color Harmonies of #9DDC89
Complementary color
Monochromatic Colors of #9DDC89
Black with #9DDC89
Text Example
Text Example
White with #9DDC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDC89; }
p { color: rgb(157,220,137); }
H1.HeaderClassName
{
color: #9DDC89;
}
.AnyTagClassName
{
color: #9DDC89;
}
</style>
background-color css
<style>
a { background-color: #9DDC89; }
a { background-color: rgb(157,220,137); }
div.DivClassName
{
background-color: #9DDC89;
}
.BgClassName
{
background-color: #9DDC89;
}
</style>
border-color css
<style>
span { border-color: #9DDC89; }
span { border-color: rgb(157,220,137); }
td.TdClassName
{
border-color: #9DDC89;
}
.TagClassName
{
border-color: #9DDC89;
}
</style>