Shades of Gossip #9CD38C
Tints of Gossip #9CD38C
RGB
CMYK
RGB Variations
Color information
#9CD38C (or 0x9CD38C) is known color: Gossip. HEX triplet: 9C, D3 and 8C. RGB value is (156,211,140). Sum of RGB (Red+Green+Blue) = 156+211+140=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #9CD38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD38C is #632C73. Grayscale: #BABABA. Windows color (decimal): -6499444 or 9229212. OLE color: 9229212.
HSL color Cylindrical-coordinate representation of color #9CD38C: hue angle of 106.48º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CD38C is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 211 | 140 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.17 |
| HSL | 106.48º | 0.45% | 0.69% | - |
| HSV(B) | 106.48º | 0.34% | 0.83% | - |
| XYZ | 41.74 | 55.55 | 33.33 | - |
| YUV | 186.46 | 101.78 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 211 | 140 | 0.26 | 0 | 0.34 | 0.17 | 106.48 | 0.45 | 0.69 |
| Hex | 9C | D3 | 8C | 1A | 0 | 22 | 11 | 6A | 2D | 45 |
| Octal | 234 | 323 | 214 | 32 | 0 | 42 | 21 | 152 | 55 | 105 |
| Binary | 10011100 | 11010011 | 10001100 | 11010 | 0 | 100010 | 10001 | 1101010 | 101101 | 1000101 |
Color Harmonies of #9CD38C
Complementary color
Monochromatic Colors of #9CD38C
Black with #9CD38C
Text Example
Text Example
White with #9CD38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD38C; }
p { color: rgb(156,211,140); }
H1.HeaderClassName
{
color: #9CD38C;
}
.AnyTagClassName
{
color: #9CD38C;
}
</style>
background-color css
<style>
a { background-color: #9CD38C; }
a { background-color: rgb(156,211,140); }
div.DivClassName
{
background-color: #9CD38C;
}
.BgClassName
{
background-color: #9CD38C;
}
</style>
border-color css
<style>
span { border-color: #9CD38C; }
span { border-color: rgb(156,211,140); }
td.TdClassName
{
border-color: #9CD38C;
}
.TagClassName
{
border-color: #9CD38C;
}
</style>