Shades of Gossip #9ECD84
Tints of Gossip #9ECD84
RGB
CMYK
RGB Variations
Color information
#9ECD84 (or 0x9ECD84) is known color: Gossip. HEX triplet: 9E, CD and 84. RGB value is (158,205,132). Sum of RGB (Red+Green+Blue) = 158+205+132=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECD84 is #61327B. Grayscale: #B6B6B6. Windows color (decimal): -6369916 or 8703390. OLE color: 8703390.
HSL color Cylindrical-coordinate representation of color #9ECD84: hue angle of 98.63º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ECD84 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 132 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.20 |
| HSL | 98.63º | 0.42% | 0.66% | - |
| HSV(B) | 98.63º | 0.36% | 0.8% | - |
| XYZ | 40.1 | 52.6 | 29.87 | - |
| YUV | 182.63 | 99.43 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 132 | 0.23 | 0 | 0.36 | 0.20 | 98.63 | 0.42 | 0.66 |
| Hex | 9E | CD | 84 | 17 | 0 | 24 | 14 | 63 | 2A | 42 |
| Octal | 236 | 315 | 204 | 27 | 0 | 44 | 24 | 143 | 52 | 102 |
| Binary | 10011110 | 11001101 | 10000100 | 10111 | 0 | 100100 | 10100 | 1100011 | 101010 | 1000010 |
Color Harmonies of #9ECD84
Complementary color
Monochromatic Colors of #9ECD84
Black with #9ECD84
Text Example
Text Example
White with #9ECD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD84; }
p { color: rgb(158,205,132); }
H1.HeaderClassName
{
color: #9ECD84;
}
.AnyTagClassName
{
color: #9ECD84;
}
</style>
background-color css
<style>
a { background-color: #9ECD84; }
a { background-color: rgb(158,205,132); }
div.DivClassName
{
background-color: #9ECD84;
}
.BgClassName
{
background-color: #9ECD84;
}
</style>
border-color css
<style>
span { border-color: #9ECD84; }
span { border-color: rgb(158,205,132); }
td.TdClassName
{
border-color: #9ECD84;
}
.TagClassName
{
border-color: #9ECD84;
}
</style>