Shades of Gossip #9AD778
Tints of Gossip #9AD778
RGB
CMYK
RGB Variations
Color information
#9AD778 (or 0x9AD778) is known color: Gossip. HEX triplet: 9A, D7 and 78. RGB value is (154,215,120). Sum of RGB (Red+Green+Blue) = 154+215+120=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD778 is #652887. Grayscale: #BABABA. Windows color (decimal): -6629512 or 7919514. OLE color: 7919514.
HSL color Cylindrical-coordinate representation of color #9AD778: hue angle of 98.53º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AD778 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 215 | 120 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.16 |
| HSL | 98.53º | 0.54% | 0.66% | - |
| HSV(B) | 98.53º | 0.44% | 0.84% | - |
| XYZ | 41.02 | 56.83 | 26.58 | - |
| YUV | 185.93 | 90.79 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 215 | 120 | 0.28 | 0 | 0.44 | 0.16 | 98.53 | 0.54 | 0.66 |
| Hex | 9A | D7 | 78 | 1C | 0 | 2C | 10 | 63 | 36 | 42 |
| Octal | 232 | 327 | 170 | 34 | 0 | 54 | 20 | 143 | 66 | 102 |
| Binary | 10011010 | 11010111 | 1111000 | 11100 | 0 | 101100 | 10000 | 1100011 | 110110 | 1000010 |
Color Harmonies of #9AD778
Complementary color
Monochromatic Colors of #9AD778
Black with #9AD778
Text Example
Text Example
White with #9AD778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD778; }
p { color: rgb(154,215,120); }
H1.HeaderClassName
{
color: #9AD778;
}
.AnyTagClassName
{
color: #9AD778;
}
</style>
background-color css
<style>
a { background-color: #9AD778; }
a { background-color: rgb(154,215,120); }
div.DivClassName
{
background-color: #9AD778;
}
.BgClassName
{
background-color: #9AD778;
}
</style>
border-color css
<style>
span { border-color: #9AD778; }
span { border-color: rgb(154,215,120); }
td.TdClassName
{
border-color: #9AD778;
}
.TagClassName
{
border-color: #9AD778;
}
</style>