Shades of Gossip #9CD18C
Tints of Gossip #9CD18C
RGB
CMYK
RGB Variations
Color information
#9CD18C (or 0x9CD18C) is known color: Gossip. HEX triplet: 9C, D1 and 8C. RGB value is (156,209,140). Sum of RGB (Red+Green+Blue) = 156+209+140=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD18C is #632E73. Grayscale: #B9B9B9. Windows color (decimal): -6499956 or 9228700. OLE color: 9228700.
HSL color Cylindrical-coordinate representation of color #9CD18C: hue angle of 106.09º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CD18C is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 209 | 140 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.18 |
| HSL | 106.09º | 0.43% | 0.68% | - |
| HSV(B) | 106.09º | 0.33% | 0.82% | - |
| XYZ | 41.24 | 54.56 | 33.17 | - |
| YUV | 185.29 | 102.44 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 209 | 140 | 0.25 | 0 | 0.33 | 0.18 | 106.09 | 0.43 | 0.68 |
| Hex | 9C | D1 | 8C | 19 | 0 | 21 | 12 | 6A | 2B | 44 |
| Octal | 234 | 321 | 214 | 31 | 0 | 41 | 22 | 152 | 53 | 104 |
| Binary | 10011100 | 11010001 | 10001100 | 11001 | 0 | 100001 | 10010 | 1101010 | 101011 | 1000100 |
Color Harmonies of #9CD18C
Complementary color
Monochromatic Colors of #9CD18C
Black with #9CD18C
Text Example
Text Example
White with #9CD18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD18C; }
p { color: rgb(156,209,140); }
H1.HeaderClassName
{
color: #9CD18C;
}
.AnyTagClassName
{
color: #9CD18C;
}
</style>
background-color css
<style>
a { background-color: #9CD18C; }
a { background-color: rgb(156,209,140); }
div.DivClassName
{
background-color: #9CD18C;
}
.BgClassName
{
background-color: #9CD18C;
}
</style>
border-color css
<style>
span { border-color: #9CD18C; }
span { border-color: rgb(156,209,140); }
td.TdClassName
{
border-color: #9CD18C;
}
.TagClassName
{
border-color: #9CD18C;
}
</style>