Shades of Gossip #9DC88E
Tints of Gossip #9DC88E
RGB
CMYK
RGB Variations
Color information
#9DC88E (or 0x9DC88E) is known color: Gossip. HEX triplet: 9D, C8 and 8E. RGB value is (157,200,142). Sum of RGB (Red+Green+Blue) = 157+200+142=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC88E is #623771. Grayscale: #B4B4B4. Windows color (decimal): -6436722 or 9357469. OLE color: 9357469.
HSL color Cylindrical-coordinate representation of color #9DC88E: hue angle of 104.48º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DC88E is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 142 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.22 |
| HSL | 104.48º | 0.35% | 0.67% | - |
| HSV(B) | 104.48º | 0.29% | 0.78% | - |
| XYZ | 39.44 | 50.43 | 33.25 | - |
| YUV | 180.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 142 | 0.22 | 0 | 0.29 | 0.22 | 104.48 | 0.35 | 0.67 |
| Hex | 9D | C8 | 8E | 16 | 0 | 1D | 16 | 68 | 23 | 43 |
| Octal | 235 | 310 | 216 | 26 | 0 | 35 | 26 | 150 | 43 | 103 |
| Binary | 10011101 | 11001000 | 10001110 | 10110 | 0 | 11101 | 10110 | 1101000 | 100011 | 1000011 |
Color Harmonies of #9DC88E
Complementary color
Monochromatic Colors of #9DC88E
Black with #9DC88E
Text Example
Text Example
White with #9DC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC88E; }
p { color: rgb(157,200,142); }
H1.HeaderClassName
{
color: #9DC88E;
}
.AnyTagClassName
{
color: #9DC88E;
}
</style>
background-color css
<style>
a { background-color: #9DC88E; }
a { background-color: rgb(157,200,142); }
div.DivClassName
{
background-color: #9DC88E;
}
.BgClassName
{
background-color: #9DC88E;
}
</style>
border-color css
<style>
span { border-color: #9DC88E; }
span { border-color: rgb(157,200,142); }
td.TdClassName
{
border-color: #9DC88E;
}
.TagClassName
{
border-color: #9DC88E;
}
</style>