Shades of Gossip #9CD07C
Tints of Gossip #9CD07C
RGB
CMYK
RGB Variations
Color information
#9CD07C (or 0x9CD07C) is known color: Gossip. HEX triplet: 9C, D0 and 7C. RGB value is (156,208,124). Sum of RGB (Red+Green+Blue) = 156+208+124=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD07C is #632F83. Grayscale: #B7B7B7. Windows color (decimal): -6500228 or 8179868. OLE color: 8179868.
HSL color Cylindrical-coordinate representation of color #9CD07C: hue angle of 97.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CD07C is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 208 | 124 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.18 |
| HSL | 97.14º | 0.47% | 0.65% | - |
| HSV(B) | 97.14º | 0.4% | 0.82% | - |
| XYZ | 39.9 | 53.63 | 27.32 | - |
| YUV | 182.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 208 | 124 | 0.25 | 0 | 0.40 | 0.18 | 97.14 | 0.47 | 0.65 |
| Hex | 9C | D0 | 7C | 19 | 0 | 28 | 12 | 61 | 2F | 41 |
| Octal | 234 | 320 | 174 | 31 | 0 | 50 | 22 | 141 | 57 | 101 |
| Binary | 10011100 | 11010000 | 1111100 | 11001 | 0 | 101000 | 10010 | 1100001 | 101111 | 1000001 |
Color Harmonies of #9CD07C
Complementary color
Monochromatic Colors of #9CD07C
Black with #9CD07C
Text Example
Text Example
White with #9CD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD07C; }
p { color: rgb(156,208,124); }
H1.HeaderClassName
{
color: #9CD07C;
}
.AnyTagClassName
{
color: #9CD07C;
}
</style>
background-color css
<style>
a { background-color: #9CD07C; }
a { background-color: rgb(156,208,124); }
div.DivClassName
{
background-color: #9CD07C;
}
.BgClassName
{
background-color: #9CD07C;
}
</style>
border-color css
<style>
span { border-color: #9CD07C; }
span { border-color: rgb(156,208,124); }
td.TdClassName
{
border-color: #9CD07C;
}
.TagClassName
{
border-color: #9CD07C;
}
</style>