Shades of Gossip #9EC67D
Tints of Gossip #9EC67D
RGB
CMYK
RGB Variations
Color information
#9EC67D (or 0x9EC67D) is known color: Gossip. HEX triplet: 9E, C6 and 7D. RGB value is (158,198,125). Sum of RGB (Red+Green+Blue) = 158+198+125=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC67D is #613982. Grayscale: #B1B1B1. Windows color (decimal): -6371715 or 8242846. OLE color: 8242846.
HSL color Cylindrical-coordinate representation of color #9EC67D: hue angle of 92.88º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EC67D is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 125 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.22 |
| HSL | 92.88º | 0.39% | 0.63% | - |
| HSV(B) | 92.88º | 0.37% | 0.78% | - |
| XYZ | 38 | 49.14 | 26.88 | - |
| YUV | 177.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 125 | 0.20 | 0 | 0.37 | 0.22 | 92.88 | 0.39 | 0.63 |
| Hex | 9E | C6 | 7D | 14 | 0 | 25 | 16 | 5D | 27 | 3F |
| Octal | 236 | 306 | 175 | 24 | 0 | 45 | 26 | 135 | 47 | 77 |
| Binary | 10011110 | 11000110 | 1111101 | 10100 | 0 | 100101 | 10110 | 1011101 | 100111 | 111111 |
Color Harmonies of #9EC67D
Complementary color
Monochromatic Colors of #9EC67D
Black with #9EC67D
Text Example
Text Example
White with #9EC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC67D; }
p { color: rgb(158,198,125); }
H1.HeaderClassName
{
color: #9EC67D;
}
.AnyTagClassName
{
color: #9EC67D;
}
</style>
background-color css
<style>
a { background-color: #9EC67D; }
a { background-color: rgb(158,198,125); }
div.DivClassName
{
background-color: #9EC67D;
}
.BgClassName
{
background-color: #9EC67D;
}
</style>
border-color css
<style>
span { border-color: #9EC67D; }
span { border-color: rgb(158,198,125); }
td.TdClassName
{
border-color: #9EC67D;
}
.TagClassName
{
border-color: #9EC67D;
}
</style>