Shades of Gossip #9DC68D
Tints of Gossip #9DC68D
RGB
CMYK
RGB Variations
Color information
#9DC68D (or 0x9DC68D) is known color: Gossip. HEX triplet: 9D, C6 and 8D. RGB value is (157,198,141). Sum of RGB (Red+Green+Blue) = 157+198+141=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC68D is #623972. Grayscale: #B3B3B3. Windows color (decimal): -6437235 or 9291421. OLE color: 9291421.
HSL color Cylindrical-coordinate representation of color #9DC68D: hue angle of 103.16º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DC68D is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 141 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.22 |
| HSL | 103.16º | 0.33% | 0.66% | - |
| HSV(B) | 103.16º | 0.29% | 0.78% | - |
| XYZ | 38.91 | 49.48 | 32.7 | - |
| YUV | 179.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 141 | 0.21 | 0 | 0.29 | 0.22 | 103.16 | 0.33 | 0.66 |
| Hex | 9D | C6 | 8D | 15 | 0 | 1D | 16 | 67 | 21 | 42 |
| Octal | 235 | 306 | 215 | 25 | 0 | 35 | 26 | 147 | 41 | 102 |
| Binary | 10011101 | 11000110 | 10001101 | 10101 | 0 | 11101 | 10110 | 1100111 | 100001 | 1000010 |
Color Harmonies of #9DC68D
Complementary color
Monochromatic Colors of #9DC68D
Black with #9DC68D
Text Example
Text Example
White with #9DC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC68D; }
p { color: rgb(157,198,141); }
H1.HeaderClassName
{
color: #9DC68D;
}
.AnyTagClassName
{
color: #9DC68D;
}
</style>
background-color css
<style>
a { background-color: #9DC68D; }
a { background-color: rgb(157,198,141); }
div.DivClassName
{
background-color: #9DC68D;
}
.BgClassName
{
background-color: #9DC68D;
}
</style>
border-color css
<style>
span { border-color: #9DC68D; }
span { border-color: rgb(157,198,141); }
td.TdClassName
{
border-color: #9DC68D;
}
.TagClassName
{
border-color: #9DC68D;
}
</style>