Shades of Gossip #8DC97A
Tints of Gossip #8DC97A
RGB
CMYK
RGB Variations
Color information
#8DC97A (or 0x8DC97A) is known color: Gossip. HEX triplet: 8D, C9 and 7A. RGB value is (141,201,122). Sum of RGB (Red+Green+Blue) = 141+201+122=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC97A is #723685. Grayscale: #AEAEAE. Windows color (decimal): -7485062 or 8046989. OLE color: 8046989.
HSL color Cylindrical-coordinate representation of color #8DC97A: hue angle of 105.57º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DC97A is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 122 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.21 |
| HSL | 105.57º | 0.42% | 0.63% | - |
| HSV(B) | 105.57º | 0.39% | 0.79% | - |
| XYZ | 35.38 | 48.84 | 25.97 | - |
| YUV | 174.05 | 98.62 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 122 | 0.30 | 0 | 0.39 | 0.21 | 105.57 | 0.42 | 0.63 |
| Hex | 8D | C9 | 7A | 1E | 0 | 27 | 15 | 6A | 2A | 3F |
| Octal | 215 | 311 | 172 | 36 | 0 | 47 | 25 | 152 | 52 | 77 |
| Binary | 10001101 | 11001001 | 1111010 | 11110 | 0 | 100111 | 10101 | 1101010 | 101010 | 111111 |
Color Harmonies of #8DC97A
Complementary color
Monochromatic Colors of #8DC97A
Black with #8DC97A
Text Example
Text Example
White with #8DC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC97A; }
p { color: rgb(141,201,122); }
H1.HeaderClassName
{
color: #8DC97A;
}
.AnyTagClassName
{
color: #8DC97A;
}
</style>
background-color css
<style>
a { background-color: #8DC97A; }
a { background-color: rgb(141,201,122); }
div.DivClassName
{
background-color: #8DC97A;
}
.BgClassName
{
background-color: #8DC97A;
}
</style>
border-color css
<style>
span { border-color: #8DC97A; }
span { border-color: rgb(141,201,122); }
td.TdClassName
{
border-color: #8DC97A;
}
.TagClassName
{
border-color: #8DC97A;
}
</style>