Shades of Gossip #9DD28B
Tints of Gossip #9DD28B
RGB
CMYK
RGB Variations
Color information
#9DD28B (or 0x9DD28B) is known color: Gossip. HEX triplet: 9D, D2 and 8B. RGB value is (157,210,139). Sum of RGB (Red+Green+Blue) = 157+210+139=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD28B is #622D74. Grayscale: #BABABA. Windows color (decimal): -6434165 or 9163421. OLE color: 9163421.
HSL color Cylindrical-coordinate representation of color #9DD28B: hue angle of 104.79º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD28B is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 139 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.18 |
| HSL | 104.79º | 0.44% | 0.68% | - |
| HSV(B) | 104.79º | 0.34% | 0.82% | - |
| XYZ | 41.61 | 55.13 | 32.87 | - |
| YUV | 186.06 | 101.44 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 139 | 0.25 | 0 | 0.34 | 0.18 | 104.79 | 0.44 | 0.68 |
| Hex | 9D | D2 | 8B | 19 | 0 | 22 | 12 | 69 | 2C | 44 |
| Octal | 235 | 322 | 213 | 31 | 0 | 42 | 22 | 151 | 54 | 104 |
| Binary | 10011101 | 11010010 | 10001011 | 11001 | 0 | 100010 | 10010 | 1101001 | 101100 | 1000100 |
Color Harmonies of #9DD28B
Complementary color
Monochromatic Colors of #9DD28B
Black with #9DD28B
Text Example
Text Example
White with #9DD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD28B; }
p { color: rgb(157,210,139); }
H1.HeaderClassName
{
color: #9DD28B;
}
.AnyTagClassName
{
color: #9DD28B;
}
</style>
background-color css
<style>
a { background-color: #9DD28B; }
a { background-color: rgb(157,210,139); }
div.DivClassName
{
background-color: #9DD28B;
}
.BgClassName
{
background-color: #9DD28B;
}
</style>
border-color css
<style>
span { border-color: #9DD28B; }
span { border-color: rgb(157,210,139); }
td.TdClassName
{
border-color: #9DD28B;
}
.TagClassName
{
border-color: #9DD28B;
}
</style>