Shades of Gossip #9ECC81
Tints of Gossip #9ECC81
RGB
CMYK
RGB Variations
Color information
#9ECC81 (or 0x9ECC81) is known color: Gossip. HEX triplet: 9E, CC and 81. RGB value is (158,204,129). Sum of RGB (Red+Green+Blue) = 158+204+129=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECC81 is #61337E. Grayscale: #B5B5B5. Windows color (decimal): -6370175 or 8506526. OLE color: 8506526.
HSL color Cylindrical-coordinate representation of color #9ECC81: hue angle of 96.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ECC81 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 129 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.2 |
| HSL | 96.8º | 0.42% | 0.65% | - |
| HSV(B) | 96.8º | 0.37% | 0.8% | - |
| XYZ | 39.66 | 52.04 | 28.72 | - |
| YUV | 181.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 129 | 0.23 | 0 | 0.37 | 0.2 | 96.8 | 0.42 | 0.65 |
| Hex | 9E | CC | 81 | 17 | 0 | 25 | 14 | 61 | 2A | 41 |
| Octal | 236 | 314 | 201 | 27 | 0 | 45 | 24 | 141 | 52 | 101 |
| Binary | 10011110 | 11001100 | 10000001 | 10111 | 0 | 100101 | 10100 | 1100001 | 101010 | 1000001 |
Color Harmonies of #9ECC81
Complementary color
Monochromatic Colors of #9ECC81
Black with #9ECC81
Text Example
Text Example
White with #9ECC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC81; }
p { color: rgb(158,204,129); }
H1.HeaderClassName
{
color: #9ECC81;
}
.AnyTagClassName
{
color: #9ECC81;
}
</style>
background-color css
<style>
a { background-color: #9ECC81; }
a { background-color: rgb(158,204,129); }
div.DivClassName
{
background-color: #9ECC81;
}
.BgClassName
{
background-color: #9ECC81;
}
</style>
border-color css
<style>
span { border-color: #9ECC81; }
span { border-color: rgb(158,204,129); }
td.TdClassName
{
border-color: #9ECC81;
}
.TagClassName
{
border-color: #9ECC81;
}
</style>