Shades of Gossip #9DC48A
Tints of Gossip #9DC48A
RGB
CMYK
RGB Variations
Color information
#9DC48A (or 0x9DC48A) is known color: Gossip. HEX triplet: 9D, C4 and 8A. RGB value is (157,196,138). Sum of RGB (Red+Green+Blue) = 157+196+138=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC48A is #623B75. Grayscale: #B1B1B1. Windows color (decimal): -6437750 or 9094301. OLE color: 9094301.
HSL color Cylindrical-coordinate representation of color #9DC48A: hue angle of 100.34º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DC48A is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 138 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.23 |
| HSL | 100.34º | 0.33% | 0.65% | - |
| HSV(B) | 100.34º | 0.3% | 0.77% | - |
| XYZ | 38.23 | 48.48 | 31.39 | - |
| YUV | 177.73 | 105.58 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 138 | 0.20 | 0 | 0.30 | 0.23 | 100.34 | 0.33 | 0.65 |
| Hex | 9D | C4 | 8A | 14 | 0 | 1E | 17 | 64 | 21 | 41 |
| Octal | 235 | 304 | 212 | 24 | 0 | 36 | 27 | 144 | 41 | 101 |
| Binary | 10011101 | 11000100 | 10001010 | 10100 | 0 | 11110 | 10111 | 1100100 | 100001 | 1000001 |
Color Harmonies of #9DC48A
Complementary color
Monochromatic Colors of #9DC48A
Black with #9DC48A
Text Example
Text Example
White with #9DC48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC48A; }
p { color: rgb(157,196,138); }
H1.HeaderClassName
{
color: #9DC48A;
}
.AnyTagClassName
{
color: #9DC48A;
}
</style>
background-color css
<style>
a { background-color: #9DC48A; }
a { background-color: rgb(157,196,138); }
div.DivClassName
{
background-color: #9DC48A;
}
.BgClassName
{
background-color: #9DC48A;
}
</style>
border-color css
<style>
span { border-color: #9DC48A; }
span { border-color: rgb(157,196,138); }
td.TdClassName
{
border-color: #9DC48A;
}
.TagClassName
{
border-color: #9DC48A;
}
</style>