Shades of Gossip #9CDE7C
Tints of Gossip #9CDE7C
RGB
CMYK
RGB Variations
Color information
#9CDE7C (or 0x9CDE7C) is known color: Gossip. HEX triplet: 9C, DE and 7C. RGB value is (156,222,124). Sum of RGB (Red+Green+Blue) = 156+222+124=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDE7C is #632183. Grayscale: #BFBFBF. Windows color (decimal): -6496644 or 8183452. OLE color: 8183452.
HSL color Cylindrical-coordinate representation of color #9CDE7C: hue angle of 100.41º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CDE7C is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 124 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.13 |
| HSL | 100.41º | 0.6% | 0.68% | - |
| HSV(B) | 100.41º | 0.44% | 0.87% | - |
| XYZ | 43.47 | 60.77 | 28.51 | - |
| YUV | 191.09 | 90.13 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 124 | 0.30 | 0 | 0.44 | 0.13 | 100.41 | 0.6 | 0.68 |
| Hex | 9C | DE | 7C | 1E | 0 | 2C | D | 64 | 3C | 44 |
| Octal | 234 | 336 | 174 | 36 | 0 | 54 | 15 | 144 | 74 | 104 |
| Binary | 10011100 | 11011110 | 1111100 | 11110 | 0 | 101100 | 1101 | 1100100 | 111100 | 1000100 |
Color Harmonies of #9CDE7C
Complementary color
Monochromatic Colors of #9CDE7C
Black with #9CDE7C
Text Example
Text Example
White with #9CDE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDE7C; }
p { color: rgb(156,222,124); }
H1.HeaderClassName
{
color: #9CDE7C;
}
.AnyTagClassName
{
color: #9CDE7C;
}
</style>
background-color css
<style>
a { background-color: #9CDE7C; }
a { background-color: rgb(156,222,124); }
div.DivClassName
{
background-color: #9CDE7C;
}
.BgClassName
{
background-color: #9CDE7C;
}
</style>
border-color css
<style>
span { border-color: #9CDE7C; }
span { border-color: rgb(156,222,124); }
td.TdClassName
{
border-color: #9CDE7C;
}
.TagClassName
{
border-color: #9CDE7C;
}
</style>