Shades of Gossip #9ECD8B
Tints of Gossip #9ECD8B
RGB
CMYK
RGB Variations
Color information
#9ECD8B (or 0x9ECD8B) is known color: Gossip. HEX triplet: 9E, CD and 8B. RGB value is (158,205,139). Sum of RGB (Red+Green+Blue) = 158+205+139=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECD8B is #613274. Grayscale: #B7B7B7. Windows color (decimal): -6369909 or 9162142. OLE color: 9162142.
HSL color Cylindrical-coordinate representation of color #9ECD8B: hue angle of 102.73º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ECD8B is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 139 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.20 |
| HSL | 102.73º | 0.4% | 0.67% | - |
| HSV(B) | 102.73º | 0.32% | 0.8% | - |
| XYZ | 40.59 | 52.8 | 32.48 | - |
| YUV | 183.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 139 | 0.23 | 0 | 0.32 | 0.20 | 102.73 | 0.4 | 0.67 |
| Hex | 9E | CD | 8B | 17 | 0 | 20 | 14 | 67 | 28 | 43 |
| Octal | 236 | 315 | 213 | 27 | 0 | 40 | 24 | 147 | 50 | 103 |
| Binary | 10011110 | 11001101 | 10001011 | 10111 | 0 | 100000 | 10100 | 1100111 | 101000 | 1000011 |
Color Harmonies of #9ECD8B
Complementary color
Monochromatic Colors of #9ECD8B
Black with #9ECD8B
Text Example
Text Example
White with #9ECD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD8B; }
p { color: rgb(158,205,139); }
H1.HeaderClassName
{
color: #9ECD8B;
}
.AnyTagClassName
{
color: #9ECD8B;
}
</style>
background-color css
<style>
a { background-color: #9ECD8B; }
a { background-color: rgb(158,205,139); }
div.DivClassName
{
background-color: #9ECD8B;
}
.BgClassName
{
background-color: #9ECD8B;
}
</style>
border-color css
<style>
span { border-color: #9ECD8B; }
span { border-color: rgb(158,205,139); }
td.TdClassName
{
border-color: #9ECD8B;
}
.TagClassName
{
border-color: #9ECD8B;
}
</style>