Shades of Gossip #9DC38D
Tints of Gossip #9DC38D
RGB
CMYK
RGB Variations
Color information
#9DC38D (or 0x9DC38D) is known color: Gossip. HEX triplet: 9D, C3 and 8D. RGB value is (157,195,141). Sum of RGB (Red+Green+Blue) = 157+195+141=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC38D is #623C72. Grayscale: #B1B1B1. Windows color (decimal): -6438003 or 9290653. OLE color: 9290653.
HSL color Cylindrical-coordinate representation of color #9DC38D: hue angle of 102.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DC38D is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 195 | 141 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.24 |
| HSL | 102.22º | 0.31% | 0.66% | - |
| HSV(B) | 102.22º | 0.28% | 0.76% | - |
| XYZ | 38.23 | 48.12 | 32.47 | - |
| YUV | 177.48 | 107.41 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 195 | 141 | 0.19 | 0 | 0.28 | 0.24 | 102.22 | 0.31 | 0.66 |
| Hex | 9D | C3 | 8D | 13 | 0 | 1C | 18 | 66 | 1F | 42 |
| Octal | 235 | 303 | 215 | 23 | 0 | 34 | 30 | 146 | 37 | 102 |
| Binary | 10011101 | 11000011 | 10001101 | 10011 | 0 | 11100 | 11000 | 1100110 | 11111 | 1000010 |
Color Harmonies of #9DC38D
Complementary color
Monochromatic Colors of #9DC38D
Black with #9DC38D
Text Example
Text Example
White with #9DC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC38D; }
p { color: rgb(157,195,141); }
H1.HeaderClassName
{
color: #9DC38D;
}
.AnyTagClassName
{
color: #9DC38D;
}
</style>
background-color css
<style>
a { background-color: #9DC38D; }
a { background-color: rgb(157,195,141); }
div.DivClassName
{
background-color: #9DC38D;
}
.BgClassName
{
background-color: #9DC38D;
}
</style>
border-color css
<style>
span { border-color: #9DC38D; }
span { border-color: rgb(157,195,141); }
td.TdClassName
{
border-color: #9DC38D;
}
.TagClassName
{
border-color: #9DC38D;
}
</style>