Shades of Gossip #9DD18D
Tints of Gossip #9DD18D
RGB
CMYK
RGB Variations
Color information
#9DD18D (or 0x9DD18D) is known color: Gossip. HEX triplet: 9D, D1 and 8D. RGB value is (157,209,141). Sum of RGB (Red+Green+Blue) = 157+209+141=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD18D is #622E72. Grayscale: #B9B9B9. Windows color (decimal): -6434419 or 9294237. OLE color: 9294237.
HSL color Cylindrical-coordinate representation of color #9DD18D: hue angle of 105.88º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DD18D is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 141 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.18 |
| HSL | 105.88º | 0.43% | 0.69% | - |
| HSV(B) | 105.88º | 0.33% | 0.82% | - |
| XYZ | 41.51 | 54.69 | 33.57 | - |
| YUV | 185.7 | 102.77 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 141 | 0.25 | 0 | 0.33 | 0.18 | 105.88 | 0.43 | 0.69 |
| Hex | 9D | D1 | 8D | 19 | 0 | 21 | 12 | 6A | 2A | 45 |
| Octal | 235 | 321 | 215 | 31 | 0 | 41 | 22 | 152 | 52 | 105 |
| Binary | 10011101 | 11010001 | 10001101 | 11001 | 0 | 100001 | 10010 | 1101010 | 101010 | 1000101 |
Color Harmonies of #9DD18D
Complementary color
Monochromatic Colors of #9DD18D
Black with #9DD18D
Text Example
Text Example
White with #9DD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD18D; }
p { color: rgb(157,209,141); }
H1.HeaderClassName
{
color: #9DD18D;
}
.AnyTagClassName
{
color: #9DD18D;
}
</style>
background-color css
<style>
a { background-color: #9DD18D; }
a { background-color: rgb(157,209,141); }
div.DivClassName
{
background-color: #9DD18D;
}
.BgClassName
{
background-color: #9DD18D;
}
</style>
border-color css
<style>
span { border-color: #9DD18D; }
span { border-color: rgb(157,209,141); }
td.TdClassName
{
border-color: #9DD18D;
}
.TagClassName
{
border-color: #9DD18D;
}
</style>