Shades of Gossip #9DC97E
Tints of Gossip #9DC97E
RGB
CMYK
RGB Variations
Color information
#9DC97E (or 0x9DC97E) is known color: Gossip. HEX triplet: 9D, C9 and 7E. RGB value is (157,201,126). Sum of RGB (Red+Green+Blue) = 157+201+126=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC97E is #623681. Grayscale: #B3B3B3. Windows color (decimal): -6436482 or 8309149. OLE color: 8309149.
HSL color Cylindrical-coordinate representation of color #9DC97E: hue angle of 95.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DC97E is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 126 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.21 |
| HSL | 95.2º | 0.41% | 0.64% | - |
| HSV(B) | 95.2º | 0.37% | 0.79% | - |
| XYZ | 38.56 | 50.45 | 27.44 | - |
| YUV | 179.29 | 97.92 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 126 | 0.22 | 0 | 0.37 | 0.21 | 95.2 | 0.41 | 0.64 |
| Hex | 9D | C9 | 7E | 16 | 0 | 25 | 15 | 5F | 29 | 40 |
| Octal | 235 | 311 | 176 | 26 | 0 | 45 | 25 | 137 | 51 | 100 |
| Binary | 10011101 | 11001001 | 1111110 | 10110 | 0 | 100101 | 10101 | 1011111 | 101001 | 1000000 |
Color Harmonies of #9DC97E
Complementary color
Monochromatic Colors of #9DC97E
Black with #9DC97E
Text Example
Text Example
White with #9DC97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC97E; }
p { color: rgb(157,201,126); }
H1.HeaderClassName
{
color: #9DC97E;
}
.AnyTagClassName
{
color: #9DC97E;
}
</style>
background-color css
<style>
a { background-color: #9DC97E; }
a { background-color: rgb(157,201,126); }
div.DivClassName
{
background-color: #9DC97E;
}
.BgClassName
{
background-color: #9DC97E;
}
</style>
border-color css
<style>
span { border-color: #9DC97E; }
span { border-color: rgb(157,201,126); }
td.TdClassName
{
border-color: #9DC97E;
}
.TagClassName
{
border-color: #9DC97E;
}
</style>