Shades of Gossip #9DD58A
Tints of Gossip #9DD58A
RGB
CMYK
RGB Variations
Color information
#9DD58A (or 0x9DD58A) is known color: Gossip. HEX triplet: 9D, D5 and 8A. RGB value is (157,213,138). Sum of RGB (Red+Green+Blue) = 157+213+138=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD58A is #622A75. Grayscale: #BBBBBB. Windows color (decimal): -6433398 or 9098653. OLE color: 9098653.
HSL color Cylindrical-coordinate representation of color #9DD58A: hue angle of 104.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DD58A is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 138 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.16 |
| HSL | 104.8º | 0.47% | 0.69% | - |
| HSV(B) | 104.8º | 0.35% | 0.84% | - |
| XYZ | 42.29 | 56.59 | 32.74 | - |
| YUV | 187.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 138 | 0.26 | 0 | 0.35 | 0.16 | 104.8 | 0.47 | 0.69 |
| Hex | 9D | D5 | 8A | 1A | 0 | 23 | 10 | 69 | 2F | 45 |
| Octal | 235 | 325 | 212 | 32 | 0 | 43 | 20 | 151 | 57 | 105 |
| Binary | 10011101 | 11010101 | 10001010 | 11010 | 0 | 100011 | 10000 | 1101001 | 101111 | 1000101 |
Color Harmonies of #9DD58A
Complementary color
Monochromatic Colors of #9DD58A
Black with #9DD58A
Text Example
Text Example
White with #9DD58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD58A; }
p { color: rgb(157,213,138); }
H1.HeaderClassName
{
color: #9DD58A;
}
.AnyTagClassName
{
color: #9DD58A;
}
</style>
background-color css
<style>
a { background-color: #9DD58A; }
a { background-color: rgb(157,213,138); }
div.DivClassName
{
background-color: #9DD58A;
}
.BgClassName
{
background-color: #9DD58A;
}
</style>
border-color css
<style>
span { border-color: #9DD58A; }
span { border-color: rgb(157,213,138); }
td.TdClassName
{
border-color: #9DD58A;
}
.TagClassName
{
border-color: #9DD58A;
}
</style>