Shades of Gossip #9CD38E
Tints of Gossip #9CD38E
RGB
CMYK
RGB Variations
Color information
#9CD38E (or 0x9CD38E) is known color: Gossip. HEX triplet: 9C, D3 and 8E. RGB value is (156,211,142). Sum of RGB (Red+Green+Blue) = 156+211+142=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #9CD38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD38E is #632C71. Grayscale: #BABABA. Windows color (decimal): -6499442 or 9360284. OLE color: 9360284.
HSL color Cylindrical-coordinate representation of color #9CD38E: hue angle of 107.83º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CD38E is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 211 | 142 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.17 |
| HSL | 107.83º | 0.44% | 0.69% | - |
| HSV(B) | 107.83º | 0.33% | 0.83% | - |
| XYZ | 41.89 | 55.61 | 34.12 | - |
| YUV | 186.69 | 102.78 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 211 | 142 | 0.26 | 0 | 0.33 | 0.17 | 107.83 | 0.44 | 0.69 |
| Hex | 9C | D3 | 8E | 1A | 0 | 21 | 11 | 6C | 2C | 45 |
| Octal | 234 | 323 | 216 | 32 | 0 | 41 | 21 | 154 | 54 | 105 |
| Binary | 10011100 | 11010011 | 10001110 | 11010 | 0 | 100001 | 10001 | 1101100 | 101100 | 1000101 |
Color Harmonies of #9CD38E
Complementary color
Monochromatic Colors of #9CD38E
Black with #9CD38E
Text Example
Text Example
White with #9CD38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD38E; }
p { color: rgb(156,211,142); }
H1.HeaderClassName
{
color: #9CD38E;
}
.AnyTagClassName
{
color: #9CD38E;
}
</style>
background-color css
<style>
a { background-color: #9CD38E; }
a { background-color: rgb(156,211,142); }
div.DivClassName
{
background-color: #9CD38E;
}
.BgClassName
{
background-color: #9CD38E;
}
</style>
border-color css
<style>
span { border-color: #9CD38E; }
span { border-color: rgb(156,211,142); }
td.TdClassName
{
border-color: #9CD38E;
}
.TagClassName
{
border-color: #9CD38E;
}
</style>