Shades of Gossip #9AD786
Tints of Gossip #9AD786
RGB
CMYK
RGB Variations
Color information
#9AD786 (or 0x9AD786) is known color: Gossip. HEX triplet: 9A, D7 and 86. RGB value is (154,215,134). Sum of RGB (Red+Green+Blue) = 154+215+134=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD786 is #652879. Grayscale: #BBBBBB. Windows color (decimal): -6629498 or 8837018. OLE color: 8837018.
HSL color Cylindrical-coordinate representation of color #9AD786: hue angle of 105.19º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AD786 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 215 | 134 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.16 |
| HSL | 105.19º | 0.5% | 0.68% | - |
| HSV(B) | 105.19º | 0.38% | 0.84% | - |
| XYZ | 41.93 | 57.19 | 31.38 | - |
| YUV | 187.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 215 | 134 | 0.28 | 0 | 0.38 | 0.16 | 105.19 | 0.5 | 0.68 |
| Hex | 9A | D7 | 86 | 1C | 0 | 26 | 10 | 69 | 32 | 44 |
| Octal | 232 | 327 | 206 | 34 | 0 | 46 | 20 | 151 | 62 | 104 |
| Binary | 10011010 | 11010111 | 10000110 | 11100 | 0 | 100110 | 10000 | 1101001 | 110010 | 1000100 |
Color Harmonies of #9AD786
Complementary color
Monochromatic Colors of #9AD786
Black with #9AD786
Text Example
Text Example
White with #9AD786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD786; }
p { color: rgb(154,215,134); }
H1.HeaderClassName
{
color: #9AD786;
}
.AnyTagClassName
{
color: #9AD786;
}
</style>
background-color css
<style>
a { background-color: #9AD786; }
a { background-color: rgb(154,215,134); }
div.DivClassName
{
background-color: #9AD786;
}
.BgClassName
{
background-color: #9AD786;
}
</style>
border-color css
<style>
span { border-color: #9AD786; }
span { border-color: rgb(154,215,134); }
td.TdClassName
{
border-color: #9AD786;
}
.TagClassName
{
border-color: #9AD786;
}
</style>