Shades of Gossip #9DC87A
Tints of Gossip #9DC87A
RGB
CMYK
RGB Variations
Color information
#9DC87A (or 0x9DC87A) is known color: Gossip. HEX triplet: 9D, C8 and 7A. RGB value is (157,200,122). Sum of RGB (Red+Green+Blue) = 157+200+122=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC87A is #623785. Grayscale: #B2B2B2. Windows color (decimal): -6436742 or 8046749. OLE color: 8046749.
HSL color Cylindrical-coordinate representation of color #9DC87A: hue angle of 93.08º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DC87A is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 122 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.22 |
| HSL | 93.08º | 0.41% | 0.63% | - |
| HSV(B) | 93.08º | 0.39% | 0.78% | - |
| XYZ | 38.07 | 49.88 | 26.03 | - |
| YUV | 178.25 | 96.25 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 122 | 0.22 | 0 | 0.39 | 0.22 | 93.08 | 0.41 | 0.63 |
| Hex | 9D | C8 | 7A | 16 | 0 | 27 | 16 | 5D | 29 | 3F |
| Octal | 235 | 310 | 172 | 26 | 0 | 47 | 26 | 135 | 51 | 77 |
| Binary | 10011101 | 11001000 | 1111010 | 10110 | 0 | 100111 | 10110 | 1011101 | 101001 | 111111 |
Color Harmonies of #9DC87A
Complementary color
Monochromatic Colors of #9DC87A
Black with #9DC87A
Text Example
Text Example
White with #9DC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC87A; }
p { color: rgb(157,200,122); }
H1.HeaderClassName
{
color: #9DC87A;
}
.AnyTagClassName
{
color: #9DC87A;
}
</style>
background-color css
<style>
a { background-color: #9DC87A; }
a { background-color: rgb(157,200,122); }
div.DivClassName
{
background-color: #9DC87A;
}
.BgClassName
{
background-color: #9DC87A;
}
</style>
border-color css
<style>
span { border-color: #9DC87A; }
span { border-color: rgb(157,200,122); }
td.TdClassName
{
border-color: #9DC87A;
}
.TagClassName
{
border-color: #9DC87A;
}
</style>