Shades of Gossip #9ECE7A
Tints of Gossip #9ECE7A
RGB
CMYK
RGB Variations
Color information
#9ECE7A (or 0x9ECE7A) is known color: Gossip. HEX triplet: 9E, CE and 7A. RGB value is (158,206,122). Sum of RGB (Red+Green+Blue) = 158+206+122=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECE7A is #613185. Grayscale: #B6B6B6. Windows color (decimal): -6369670 or 8048286. OLE color: 8048286.
HSL color Cylindrical-coordinate representation of color #9ECE7A: hue angle of 94.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ECE7A is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 122 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.19 |
| HSL | 94.29º | 0.46% | 0.64% | - |
| HSV(B) | 94.29º | 0.41% | 0.81% | - |
| XYZ | 39.68 | 52.82 | 26.52 | - |
| YUV | 182.07 | 94.1 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 122 | 0.23 | 0 | 0.41 | 0.19 | 94.29 | 0.46 | 0.64 |
| Hex | 9E | CE | 7A | 17 | 0 | 29 | 13 | 5E | 2E | 40 |
| Octal | 236 | 316 | 172 | 27 | 0 | 51 | 23 | 136 | 56 | 100 |
| Binary | 10011110 | 11001110 | 1111010 | 10111 | 0 | 101001 | 10011 | 1011110 | 101110 | 1000000 |
Color Harmonies of #9ECE7A
Complementary color
Monochromatic Colors of #9ECE7A
Black with #9ECE7A
Text Example
Text Example
White with #9ECE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE7A; }
p { color: rgb(158,206,122); }
H1.HeaderClassName
{
color: #9ECE7A;
}
.AnyTagClassName
{
color: #9ECE7A;
}
</style>
background-color css
<style>
a { background-color: #9ECE7A; }
a { background-color: rgb(158,206,122); }
div.DivClassName
{
background-color: #9ECE7A;
}
.BgClassName
{
background-color: #9ECE7A;
}
</style>
border-color css
<style>
span { border-color: #9ECE7A; }
span { border-color: rgb(158,206,122); }
td.TdClassName
{
border-color: #9ECE7A;
}
.TagClassName
{
border-color: #9ECE7A;
}
</style>