Shades of Gossip #9ECF73
Tints of Gossip #9ECF73
RGB
CMYK
RGB Variations
Color information
#9ECF73 (or 0x9ECF73) is known color: Gossip. HEX triplet: 9E, CF and 73. RGB value is (158,207,115). Sum of RGB (Red+Green+Blue) = 158+207+115=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECF73 is #61308C. Grayscale: #B6B6B6. Windows color (decimal): -6369421 or 7589790. OLE color: 7589790.
HSL color Cylindrical-coordinate representation of color #9ECF73: hue angle of 91.96º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ECF73 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 115 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.19 |
| HSL | 91.96º | 0.49% | 0.63% | - |
| HSV(B) | 91.96º | 0.44% | 0.81% | - |
| XYZ | 39.51 | 53.13 | 24.39 | - |
| YUV | 181.86 | 90.27 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 115 | 0.24 | 0 | 0.44 | 0.19 | 91.96 | 0.49 | 0.63 |
| Hex | 9E | CF | 73 | 18 | 0 | 2C | 13 | 5C | 31 | 3F |
| Octal | 236 | 317 | 163 | 30 | 0 | 54 | 23 | 134 | 61 | 77 |
| Binary | 10011110 | 11001111 | 1110011 | 11000 | 0 | 101100 | 10011 | 1011100 | 110001 | 111111 |
Color Harmonies of #9ECF73
Complementary color
Monochromatic Colors of #9ECF73
Black with #9ECF73
Text Example
Text Example
White with #9ECF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF73; }
p { color: rgb(158,207,115); }
H1.HeaderClassName
{
color: #9ECF73;
}
.AnyTagClassName
{
color: #9ECF73;
}
</style>
background-color css
<style>
a { background-color: #9ECF73; }
a { background-color: rgb(158,207,115); }
div.DivClassName
{
background-color: #9ECF73;
}
.BgClassName
{
background-color: #9ECF73;
}
</style>
border-color css
<style>
span { border-color: #9ECF73; }
span { border-color: rgb(158,207,115); }
td.TdClassName
{
border-color: #9ECF73;
}
.TagClassName
{
border-color: #9ECF73;
}
</style>