Shades of Gossip #9DD18C
Tints of Gossip #9DD18C
RGB
CMYK
RGB Variations
Color information
#9DD18C (or 0x9DD18C) is known color: Gossip. HEX triplet: 9D, D1 and 8C. RGB value is (157,209,140). Sum of RGB (Red+Green+Blue) = 157+209+140=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD18C is #622E73. Grayscale: #B9B9B9. Windows color (decimal): -6434420 or 9228701. OLE color: 9228701.
HSL color Cylindrical-coordinate representation of color #9DD18C: hue angle of 105.22º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DD18C is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 140 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.18 |
| HSL | 105.22º | 0.43% | 0.68% | - |
| HSV(B) | 105.22º | 0.33% | 0.82% | - |
| XYZ | 41.44 | 54.66 | 33.18 | - |
| YUV | 185.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 140 | 0.25 | 0 | 0.33 | 0.18 | 105.22 | 0.43 | 0.68 |
| Hex | 9D | D1 | 8C | 19 | 0 | 21 | 12 | 69 | 2B | 44 |
| Octal | 235 | 321 | 214 | 31 | 0 | 41 | 22 | 151 | 53 | 104 |
| Binary | 10011101 | 11010001 | 10001100 | 11001 | 0 | 100001 | 10010 | 1101001 | 101011 | 1000100 |
Color Harmonies of #9DD18C
Complementary color
Monochromatic Colors of #9DD18C
Black with #9DD18C
Text Example
Text Example
White with #9DD18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD18C; }
p { color: rgb(157,209,140); }
H1.HeaderClassName
{
color: #9DD18C;
}
.AnyTagClassName
{
color: #9DD18C;
}
</style>
background-color css
<style>
a { background-color: #9DD18C; }
a { background-color: rgb(157,209,140); }
div.DivClassName
{
background-color: #9DD18C;
}
.BgClassName
{
background-color: #9DD18C;
}
</style>
border-color css
<style>
span { border-color: #9DD18C; }
span { border-color: rgb(157,209,140); }
td.TdClassName
{
border-color: #9DD18C;
}
.TagClassName
{
border-color: #9DD18C;
}
</style>