Shades of Gossip #9DD170
Tints of Gossip #9DD170
RGB
CMYK
RGB Variations
Color information
#9DD170 (or 0x9DD170) is known color: Gossip. HEX triplet: 9D, D1 and 70. RGB value is (157,209,112). Sum of RGB (Red+Green+Blue) = 157+209+112=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD170 is #622E8F. Grayscale: #B6B6B6. Windows color (decimal): -6434448 or 7393693. OLE color: 7393693.
HSL color Cylindrical-coordinate representation of color #9DD170: hue angle of 92.16º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DD170 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 112 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.18 |
| HSL | 92.16º | 0.51% | 0.63% | - |
| HSV(B) | 92.16º | 0.46% | 0.82% | - |
| XYZ | 39.63 | 53.94 | 23.65 | - |
| YUV | 182.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 112 | 0.25 | 0 | 0.46 | 0.18 | 92.16 | 0.51 | 0.63 |
| Hex | 9D | D1 | 70 | 19 | 0 | 2E | 12 | 5C | 33 | 3F |
| Octal | 235 | 321 | 160 | 31 | 0 | 56 | 22 | 134 | 63 | 77 |
| Binary | 10011101 | 11010001 | 1110000 | 11001 | 0 | 101110 | 10010 | 1011100 | 110011 | 111111 |
Color Harmonies of #9DD170
Complementary color
Monochromatic Colors of #9DD170
Black with #9DD170
Text Example
Text Example
White with #9DD170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD170; }
p { color: rgb(157,209,112); }
H1.HeaderClassName
{
color: #9DD170;
}
.AnyTagClassName
{
color: #9DD170;
}
</style>
background-color css
<style>
a { background-color: #9DD170; }
a { background-color: rgb(157,209,112); }
div.DivClassName
{
background-color: #9DD170;
}
.BgClassName
{
background-color: #9DD170;
}
</style>
border-color css
<style>
span { border-color: #9DD170; }
span { border-color: rgb(157,209,112); }
td.TdClassName
{
border-color: #9DD170;
}
.TagClassName
{
border-color: #9DD170;
}
</style>