Shades of Gossip #9ECF78
Tints of Gossip #9ECF78
RGB
CMYK
RGB Variations
Color information
#9ECF78 (or 0x9ECF78) is known color: Gossip. HEX triplet: 9E, CF and 78. RGB value is (158,207,120). Sum of RGB (Red+Green+Blue) = 158+207+120=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECF78 is #613087. Grayscale: #B6B6B6. Windows color (decimal): -6369416 or 7917470. OLE color: 7917470.
HSL color Cylindrical-coordinate representation of color #9ECF78: hue angle of 93.79º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ECF78 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 120 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.19 |
| HSL | 93.79º | 0.48% | 0.64% | - |
| HSV(B) | 93.79º | 0.42% | 0.81% | - |
| XYZ | 39.8 | 53.25 | 25.95 | - |
| YUV | 182.43 | 92.77 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 120 | 0.24 | 0 | 0.42 | 0.19 | 93.79 | 0.48 | 0.64 |
| Hex | 9E | CF | 78 | 18 | 0 | 2A | 13 | 5E | 30 | 40 |
| Octal | 236 | 317 | 170 | 30 | 0 | 52 | 23 | 136 | 60 | 100 |
| Binary | 10011110 | 11001111 | 1111000 | 11000 | 0 | 101010 | 10011 | 1011110 | 110000 | 1000000 |
Color Harmonies of #9ECF78
Complementary color
Monochromatic Colors of #9ECF78
Black with #9ECF78
Text Example
Text Example
White with #9ECF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF78; }
p { color: rgb(158,207,120); }
H1.HeaderClassName
{
color: #9ECF78;
}
.AnyTagClassName
{
color: #9ECF78;
}
</style>
background-color css
<style>
a { background-color: #9ECF78; }
a { background-color: rgb(158,207,120); }
div.DivClassName
{
background-color: #9ECF78;
}
.BgClassName
{
background-color: #9ECF78;
}
</style>
border-color css
<style>
span { border-color: #9ECF78; }
span { border-color: rgb(158,207,120); }
td.TdClassName
{
border-color: #9ECF78;
}
.TagClassName
{
border-color: #9ECF78;
}
</style>