Shades of Gossip #8AD176
Tints of Gossip #8AD176
RGB
CMYK
RGB Variations
Color information
#8AD176 (or 0x8AD176) is known color: Gossip. HEX triplet: 8A, D1 and 76. RGB value is (138,209,118). Sum of RGB (Red+Green+Blue) = 138+209+118=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD176 is #752E89. Grayscale: #B1B1B1. Windows color (decimal): -7679626 or 7786890. OLE color: 7786890.
HSL color Cylindrical-coordinate representation of color #8AD176: hue angle of 106.81º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AD176 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 118 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.18 |
| HSL | 106.81º | 0.5% | 0.64% | - |
| HSV(B) | 106.81º | 0.44% | 0.82% | - |
| XYZ | 36.55 | 52.31 | 25.31 | - |
| YUV | 177.4 | 94.48 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 118 | 0.34 | 0 | 0.44 | 0.18 | 106.81 | 0.5 | 0.64 |
| Hex | 8A | D1 | 76 | 22 | 0 | 2C | 12 | 6B | 32 | 40 |
| Octal | 212 | 321 | 166 | 42 | 0 | 54 | 22 | 153 | 62 | 100 |
| Binary | 10001010 | 11010001 | 1110110 | 100010 | 0 | 101100 | 10010 | 1101011 | 110010 | 1000000 |
Color Harmonies of #8AD176
Complementary color
Monochromatic Colors of #8AD176
Black with #8AD176
Text Example
Text Example
White with #8AD176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD176; }
p { color: rgb(138,209,118); }
H1.HeaderClassName
{
color: #8AD176;
}
.AnyTagClassName
{
color: #8AD176;
}
</style>
background-color css
<style>
a { background-color: #8AD176; }
a { background-color: rgb(138,209,118); }
div.DivClassName
{
background-color: #8AD176;
}
.BgClassName
{
background-color: #8AD176;
}
</style>
border-color css
<style>
span { border-color: #8AD176; }
span { border-color: rgb(138,209,118); }
td.TdClassName
{
border-color: #8AD176;
}
.TagClassName
{
border-color: #8AD176;
}
</style>