Shades of Gossip #9AD776
Tints of Gossip #9AD776
RGB
CMYK
RGB Variations
Color information
#9AD776 (or 0x9AD776) is known color: Gossip. HEX triplet: 9A, D7 and 76. RGB value is (154,215,118). Sum of RGB (Red+Green+Blue) = 154+215+118=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD776 is #652889. Grayscale: #BABABA. Windows color (decimal): -6629514 or 7788442. OLE color: 7788442.
HSL color Cylindrical-coordinate representation of color #9AD776: hue angle of 97.73º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AD776 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 215 | 118 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.16 |
| HSL | 97.73º | 0.55% | 0.65% | - |
| HSV(B) | 97.73º | 0.45% | 0.84% | - |
| XYZ | 40.9 | 56.78 | 25.94 | - |
| YUV | 185.7 | 89.79 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 215 | 118 | 0.28 | 0 | 0.45 | 0.16 | 97.73 | 0.55 | 0.65 |
| Hex | 9A | D7 | 76 | 1C | 0 | 2D | 10 | 62 | 37 | 41 |
| Octal | 232 | 327 | 166 | 34 | 0 | 55 | 20 | 142 | 67 | 101 |
| Binary | 10011010 | 11010111 | 1110110 | 11100 | 0 | 101101 | 10000 | 1100010 | 110111 | 1000001 |
Color Harmonies of #9AD776
Complementary color
Monochromatic Colors of #9AD776
Black with #9AD776
Text Example
Text Example
White with #9AD776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD776; }
p { color: rgb(154,215,118); }
H1.HeaderClassName
{
color: #9AD776;
}
.AnyTagClassName
{
color: #9AD776;
}
</style>
background-color css
<style>
a { background-color: #9AD776; }
a { background-color: rgb(154,215,118); }
div.DivClassName
{
background-color: #9AD776;
}
.BgClassName
{
background-color: #9AD776;
}
</style>
border-color css
<style>
span { border-color: #9AD776; }
span { border-color: rgb(154,215,118); }
td.TdClassName
{
border-color: #9AD776;
}
.TagClassName
{
border-color: #9AD776;
}
</style>