Shades of Gossip #9DDA89
Tints of Gossip #9DDA89
RGB
CMYK
RGB Variations
Color information
#9DDA89 (or 0x9DDA89) is known color: Gossip. HEX triplet: 9D, DA and 89. RGB value is (157,218,137). Sum of RGB (Red+Green+Blue) = 157+218+137=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDA89 is #622576. Grayscale: #BEBEBE. Windows color (decimal): -6432119 or 9034397. OLE color: 9034397.
HSL color Cylindrical-coordinate representation of color #9DDA89: hue angle of 105.19º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DDA89 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 137 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.15 |
| HSL | 105.19º | 0.52% | 0.7% | - |
| HSV(B) | 105.19º | 0.37% | 0.85% | - |
| XYZ | 43.49 | 59.12 | 32.79 | - |
| YUV | 190.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 137 | 0.28 | 0 | 0.37 | 0.15 | 105.19 | 0.52 | 0.7 |
| Hex | 9D | DA | 89 | 1C | 0 | 25 | F | 69 | 34 | 46 |
| Octal | 235 | 332 | 211 | 34 | 0 | 45 | 17 | 151 | 64 | 106 |
| Binary | 10011101 | 11011010 | 10001001 | 11100 | 0 | 100101 | 1111 | 1101001 | 110100 | 1000110 |
Color Harmonies of #9DDA89
Complementary color
Monochromatic Colors of #9DDA89
Black with #9DDA89
Text Example
Text Example
White with #9DDA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA89; }
p { color: rgb(157,218,137); }
H1.HeaderClassName
{
color: #9DDA89;
}
.AnyTagClassName
{
color: #9DDA89;
}
</style>
background-color css
<style>
a { background-color: #9DDA89; }
a { background-color: rgb(157,218,137); }
div.DivClassName
{
background-color: #9DDA89;
}
.BgClassName
{
background-color: #9DDA89;
}
</style>
border-color css
<style>
span { border-color: #9DDA89; }
span { border-color: rgb(157,218,137); }
td.TdClassName
{
border-color: #9DDA89;
}
.TagClassName
{
border-color: #9DDA89;
}
</style>