Shades of Gossip #9DD38C
Tints of Gossip #9DD38C
RGB
CMYK
RGB Variations
Color information
#9DD38C (or 0x9DD38C) is known color: Gossip. HEX triplet: 9D, D3 and 8C. RGB value is (157,211,140). Sum of RGB (Red+Green+Blue) = 157+211+140=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD38C is #622C73. Grayscale: #BABABA. Windows color (decimal): -6433908 or 9229213. OLE color: 9229213.
HSL color Cylindrical-coordinate representation of color #9DD38C: hue angle of 105.63º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD38C is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 211 | 140 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.17 |
| HSL | 105.63º | 0.45% | 0.69% | - |
| HSV(B) | 105.63º | 0.34% | 0.83% | - |
| XYZ | 41.93 | 55.65 | 33.34 | - |
| YUV | 186.76 | 101.61 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 140 | 0.26 | 0 | 0.34 | 0.17 | 105.63 | 0.45 | 0.69 |
| Hex | 9D | D3 | 8C | 1A | 0 | 22 | 11 | 6A | 2D | 45 |
| Octal | 235 | 323 | 214 | 32 | 0 | 42 | 21 | 152 | 55 | 105 |
| Binary | 10011101 | 11010011 | 10001100 | 11010 | 0 | 100010 | 10001 | 1101010 | 101101 | 1000101 |
Color Harmonies of #9DD38C
Complementary color
Monochromatic Colors of #9DD38C
Black with #9DD38C
Text Example
Text Example
White with #9DD38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD38C; }
p { color: rgb(157,211,140); }
H1.HeaderClassName
{
color: #9DD38C;
}
.AnyTagClassName
{
color: #9DD38C;
}
</style>
background-color css
<style>
a { background-color: #9DD38C; }
a { background-color: rgb(157,211,140); }
div.DivClassName
{
background-color: #9DD38C;
}
.BgClassName
{
background-color: #9DD38C;
}
</style>
border-color css
<style>
span { border-color: #9DD38C; }
span { border-color: rgb(157,211,140); }
td.TdClassName
{
border-color: #9DD38C;
}
.TagClassName
{
border-color: #9DD38C;
}
</style>