Shades of Gossip #9DC58A
Tints of Gossip #9DC58A
RGB
CMYK
RGB Variations
Color information
#9DC58A (or 0x9DC58A) is known color: Gossip. HEX triplet: 9D, C5 and 8A. RGB value is (157,197,138). Sum of RGB (Red+Green+Blue) = 157+197+138=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC58A is #623A75. Grayscale: #B2B2B2. Windows color (decimal): -6437494 or 9094557. OLE color: 9094557.
HSL color Cylindrical-coordinate representation of color #9DC58A: hue angle of 100.68º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DC58A is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 138 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.23 |
| HSL | 100.68º | 0.34% | 0.66% | - |
| HSV(B) | 100.68º | 0.3% | 0.77% | - |
| XYZ | 38.46 | 48.94 | 31.46 | - |
| YUV | 178.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 138 | 0.20 | 0 | 0.30 | 0.23 | 100.68 | 0.34 | 0.66 |
| Hex | 9D | C5 | 8A | 14 | 0 | 1E | 17 | 65 | 22 | 42 |
| Octal | 235 | 305 | 212 | 24 | 0 | 36 | 27 | 145 | 42 | 102 |
| Binary | 10011101 | 11000101 | 10001010 | 10100 | 0 | 11110 | 10111 | 1100101 | 100010 | 1000010 |
Color Harmonies of #9DC58A
Complementary color
Monochromatic Colors of #9DC58A
Black with #9DC58A
Text Example
Text Example
White with #9DC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC58A; }
p { color: rgb(157,197,138); }
H1.HeaderClassName
{
color: #9DC58A;
}
.AnyTagClassName
{
color: #9DC58A;
}
</style>
background-color css
<style>
a { background-color: #9DC58A; }
a { background-color: rgb(157,197,138); }
div.DivClassName
{
background-color: #9DC58A;
}
.BgClassName
{
background-color: #9DC58A;
}
</style>
border-color css
<style>
span { border-color: #9DC58A; }
span { border-color: rgb(157,197,138); }
td.TdClassName
{
border-color: #9DC58A;
}
.TagClassName
{
border-color: #9DC58A;
}
</style>