Shades of Gossip #9DC18A
Tints of Gossip #9DC18A
RGB
CMYK
RGB Variations
Color information
#9DC18A (or 0x9DC18A) is known color: Gossip. HEX triplet: 9D, C1 and 8A. RGB value is (157,193,138). Sum of RGB (Red+Green+Blue) = 157+193+138=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC18A is #623E75. Grayscale: #B0B0B0. Windows color (decimal): -6438518 or 9093533. OLE color: 9093533.
HSL color Cylindrical-coordinate representation of color #9DC18A: hue angle of 99.27º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DC18A is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 138 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.24 |
| HSL | 99.27º | 0.31% | 0.65% | - |
| HSV(B) | 99.27º | 0.28% | 0.76% | - |
| XYZ | 37.56 | 47.14 | 31.16 | - |
| YUV | 175.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 138 | 0.19 | 0 | 0.28 | 0.24 | 99.27 | 0.31 | 0.65 |
| Hex | 9D | C1 | 8A | 13 | 0 | 1C | 18 | 63 | 1F | 41 |
| Octal | 235 | 301 | 212 | 23 | 0 | 34 | 30 | 143 | 37 | 101 |
| Binary | 10011101 | 11000001 | 10001010 | 10011 | 0 | 11100 | 11000 | 1100011 | 11111 | 1000001 |
Color Harmonies of #9DC18A
Complementary color
Monochromatic Colors of #9DC18A
Black with #9DC18A
Text Example
Text Example
White with #9DC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC18A; }
p { color: rgb(157,193,138); }
H1.HeaderClassName
{
color: #9DC18A;
}
.AnyTagClassName
{
color: #9DC18A;
}
</style>
background-color css
<style>
a { background-color: #9DC18A; }
a { background-color: rgb(157,193,138); }
div.DivClassName
{
background-color: #9DC18A;
}
.BgClassName
{
background-color: #9DC18A;
}
</style>
border-color css
<style>
span { border-color: #9DC18A; }
span { border-color: rgb(157,193,138); }
td.TdClassName
{
border-color: #9DC18A;
}
.TagClassName
{
border-color: #9DC18A;
}
</style>