Shades of Gossip #9ECF8C
Tints of Gossip #9ECF8C
RGB
CMYK
RGB Variations
Color information
#9ECF8C (or 0x9ECF8C) is known color: Gossip. HEX triplet: 9E, CF and 8C. RGB value is (158,207,140). Sum of RGB (Red+Green+Blue) = 158+207+140=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECF8C is #613073. Grayscale: #B8B8B8. Windows color (decimal): -6369396 or 9228190. OLE color: 9228190.
HSL color Cylindrical-coordinate representation of color #9ECF8C: hue angle of 103.88º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ECF8C is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 140 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.19 |
| HSL | 103.88º | 0.41% | 0.68% | - |
| HSV(B) | 103.88º | 0.32% | 0.81% | - |
| XYZ | 41.15 | 53.79 | 33.02 | - |
| YUV | 184.71 | 102.77 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 140 | 0.24 | 0 | 0.32 | 0.19 | 103.88 | 0.41 | 0.68 |
| Hex | 9E | CF | 8C | 18 | 0 | 20 | 13 | 68 | 29 | 44 |
| Octal | 236 | 317 | 214 | 30 | 0 | 40 | 23 | 150 | 51 | 104 |
| Binary | 10011110 | 11001111 | 10001100 | 11000 | 0 | 100000 | 10011 | 1101000 | 101001 | 1000100 |
Color Harmonies of #9ECF8C
Complementary color
Monochromatic Colors of #9ECF8C
Black with #9ECF8C
Text Example
Text Example
White with #9ECF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF8C; }
p { color: rgb(158,207,140); }
H1.HeaderClassName
{
color: #9ECF8C;
}
.AnyTagClassName
{
color: #9ECF8C;
}
</style>
background-color css
<style>
a { background-color: #9ECF8C; }
a { background-color: rgb(158,207,140); }
div.DivClassName
{
background-color: #9ECF8C;
}
.BgClassName
{
background-color: #9ECF8C;
}
</style>
border-color css
<style>
span { border-color: #9ECF8C; }
span { border-color: rgb(158,207,140); }
td.TdClassName
{
border-color: #9ECF8C;
}
.TagClassName
{
border-color: #9ECF8C;
}
</style>