Shades of Gossip #9ECF81
Tints of Gossip #9ECF81
RGB
CMYK
RGB Variations
Color information
#9ECF81 (or 0x9ECF81) is known color: Gossip. HEX triplet: 9E, CF and 81. RGB value is (158,207,129). Sum of RGB (Red+Green+Blue) = 158+207+129=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECF81 is #61307E. Grayscale: #B7B7B7. Windows color (decimal): -6369407 or 8507294. OLE color: 8507294.
HSL color Cylindrical-coordinate representation of color #9ECF81: hue angle of 97.69º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ECF81 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 129 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.19 |
| HSL | 97.69º | 0.45% | 0.66% | - |
| HSV(B) | 97.69º | 0.38% | 0.81% | - |
| XYZ | 40.38 | 53.48 | 28.96 | - |
| YUV | 183.46 | 97.27 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 129 | 0.24 | 0 | 0.38 | 0.19 | 97.69 | 0.45 | 0.66 |
| Hex | 9E | CF | 81 | 18 | 0 | 26 | 13 | 62 | 2D | 42 |
| Octal | 236 | 317 | 201 | 30 | 0 | 46 | 23 | 142 | 55 | 102 |
| Binary | 10011110 | 11001111 | 10000001 | 11000 | 0 | 100110 | 10011 | 1100010 | 101101 | 1000010 |
Color Harmonies of #9ECF81
Complementary color
Monochromatic Colors of #9ECF81
Black with #9ECF81
Text Example
Text Example
White with #9ECF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF81; }
p { color: rgb(158,207,129); }
H1.HeaderClassName
{
color: #9ECF81;
}
.AnyTagClassName
{
color: #9ECF81;
}
</style>
background-color css
<style>
a { background-color: #9ECF81; }
a { background-color: rgb(158,207,129); }
div.DivClassName
{
background-color: #9ECF81;
}
.BgClassName
{
background-color: #9ECF81;
}
</style>
border-color css
<style>
span { border-color: #9ECF81; }
span { border-color: rgb(158,207,129); }
td.TdClassName
{
border-color: #9ECF81;
}
.TagClassName
{
border-color: #9ECF81;
}
</style>