Shades of Gossip #9DD28C
Tints of Gossip #9DD28C
RGB
CMYK
RGB Variations
Color information
#9DD28C (or 0x9DD28C) is known color: Gossip. HEX triplet: 9D, D2 and 8C. RGB value is (157,210,140). Sum of RGB (Red+Green+Blue) = 157+210+140=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD28C is #622D73. Grayscale: #BABABA. Windows color (decimal): -6434164 or 9228957. OLE color: 9228957.
HSL color Cylindrical-coordinate representation of color #9DD28C: hue angle of 105.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DD28C is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 140 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.18 |
| HSL | 105.43º | 0.44% | 0.69% | - |
| HSV(B) | 105.43º | 0.33% | 0.82% | - |
| XYZ | 41.68 | 55.15 | 33.26 | - |
| YUV | 186.17 | 101.94 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 140 | 0.25 | 0 | 0.33 | 0.18 | 105.43 | 0.44 | 0.69 |
| Hex | 9D | D2 | 8C | 19 | 0 | 21 | 12 | 69 | 2C | 45 |
| Octal | 235 | 322 | 214 | 31 | 0 | 41 | 22 | 151 | 54 | 105 |
| Binary | 10011101 | 11010010 | 10001100 | 11001 | 0 | 100001 | 10010 | 1101001 | 101100 | 1000101 |
Color Harmonies of #9DD28C
Complementary color
Monochromatic Colors of #9DD28C
Black with #9DD28C
Text Example
Text Example
White with #9DD28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD28C; }
p { color: rgb(157,210,140); }
H1.HeaderClassName
{
color: #9DD28C;
}
.AnyTagClassName
{
color: #9DD28C;
}
</style>
background-color css
<style>
a { background-color: #9DD28C; }
a { background-color: rgb(157,210,140); }
div.DivClassName
{
background-color: #9DD28C;
}
.BgClassName
{
background-color: #9DD28C;
}
</style>
border-color css
<style>
span { border-color: #9DD28C; }
span { border-color: rgb(157,210,140); }
td.TdClassName
{
border-color: #9DD28C;
}
.TagClassName
{
border-color: #9DD28C;
}
</style>