Shades of Gossip #9ECF92
Tints of Gossip #9ECF92
RGB
CMYK
RGB Variations
Color information
#9ECF92 (or 0x9ECF92) is known color: Gossip. HEX triplet: 9E, CF and 92. RGB value is (158,207,146). Sum of RGB (Red+Green+Blue) = 158+207+146=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECF92 is #61306D. Grayscale: #B9B9B9. Windows color (decimal): -6369390 or 9621406. OLE color: 9621406.
HSL color Cylindrical-coordinate representation of color #9ECF92: hue angle of 108.2º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ECF92 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 146 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.19 |
| HSL | 108.2º | 0.39% | 0.69% | - |
| HSV(B) | 108.2º | 0.29% | 0.81% | - |
| XYZ | 41.6 | 53.97 | 35.42 | - |
| YUV | 185.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 146 | 0.24 | 0 | 0.29 | 0.19 | 108.2 | 0.39 | 0.69 |
| Hex | 9E | CF | 92 | 18 | 0 | 1D | 13 | 6C | 27 | 45 |
| Octal | 236 | 317 | 222 | 30 | 0 | 35 | 23 | 154 | 47 | 105 |
| Binary | 10011110 | 11001111 | 10010010 | 11000 | 0 | 11101 | 10011 | 1101100 | 100111 | 1000101 |
Color Harmonies of #9ECF92
Complementary color
Monochromatic Colors of #9ECF92
Black with #9ECF92
Text Example
Text Example
White with #9ECF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF92; }
p { color: rgb(158,207,146); }
H1.HeaderClassName
{
color: #9ECF92;
}
.AnyTagClassName
{
color: #9ECF92;
}
</style>
background-color css
<style>
a { background-color: #9ECF92; }
a { background-color: rgb(158,207,146); }
div.DivClassName
{
background-color: #9ECF92;
}
.BgClassName
{
background-color: #9ECF92;
}
</style>
border-color css
<style>
span { border-color: #9ECF92; }
span { border-color: rgb(158,207,146); }
td.TdClassName
{
border-color: #9ECF92;
}
.TagClassName
{
border-color: #9ECF92;
}
</style>