Shades of Gossip #9ECD91
Tints of Gossip #9ECD91
RGB
CMYK
RGB Variations
Color information
#9ECD91 (or 0x9ECD91) is known color: Gossip. HEX triplet: 9E, CD and 91. RGB value is (158,205,145). Sum of RGB (Red+Green+Blue) = 158+205+145=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECD91 is #61326E. Grayscale: #B8B8B8. Windows color (decimal): -6369903 or 9555358. OLE color: 9555358.
HSL color Cylindrical-coordinate representation of color #9ECD91: hue angle of 107º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ECD91 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 145 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.20 |
| HSL | 107º | 0.38% | 0.69% | - |
| HSV(B) | 107º | 0.29% | 0.8% | - |
| XYZ | 41.04 | 52.98 | 34.85 | - |
| YUV | 184.11 | 105.93 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 145 | 0.23 | 0 | 0.29 | 0.20 | 107 | 0.38 | 0.69 |
| Hex | 9E | CD | 91 | 17 | 0 | 1D | 14 | 6B | 26 | 45 |
| Octal | 236 | 315 | 221 | 27 | 0 | 35 | 24 | 153 | 46 | 105 |
| Binary | 10011110 | 11001101 | 10010001 | 10111 | 0 | 11101 | 10100 | 1101011 | 100110 | 1000101 |
Color Harmonies of #9ECD91
Complementary color
Monochromatic Colors of #9ECD91
Black with #9ECD91
Text Example
Text Example
White with #9ECD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD91; }
p { color: rgb(158,205,145); }
H1.HeaderClassName
{
color: #9ECD91;
}
.AnyTagClassName
{
color: #9ECD91;
}
</style>
background-color css
<style>
a { background-color: #9ECD91; }
a { background-color: rgb(158,205,145); }
div.DivClassName
{
background-color: #9ECD91;
}
.BgClassName
{
background-color: #9ECD91;
}
</style>
border-color css
<style>
span { border-color: #9ECD91; }
span { border-color: rgb(158,205,145); }
td.TdClassName
{
border-color: #9ECD91;
}
.TagClassName
{
border-color: #9ECD91;
}
</style>