Shades of Gossip #9AD788
Tints of Gossip #9AD788
RGB
CMYK
RGB Variations
Color information
#9AD788 (or 0x9AD788) is known color: Gossip. HEX triplet: 9A, D7 and 88. RGB value is (154,215,136). Sum of RGB (Red+Green+Blue) = 154+215+136=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD788 is #652877. Grayscale: #BCBCBC. Windows color (decimal): -6629496 or 8968090. OLE color: 8968090.
HSL color Cylindrical-coordinate representation of color #9AD788: hue angle of 106.33º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AD788 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 215 | 136 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.16 |
| HSL | 106.33º | 0.5% | 0.69% | - |
| HSV(B) | 106.33º | 0.37% | 0.84% | - |
| XYZ | 42.07 | 57.25 | 32.13 | - |
| YUV | 187.76 | 98.79 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 215 | 136 | 0.28 | 0 | 0.37 | 0.16 | 106.33 | 0.5 | 0.69 |
| Hex | 9A | D7 | 88 | 1C | 0 | 25 | 10 | 6A | 32 | 45 |
| Octal | 232 | 327 | 210 | 34 | 0 | 45 | 20 | 152 | 62 | 105 |
| Binary | 10011010 | 11010111 | 10001000 | 11100 | 0 | 100101 | 10000 | 1101010 | 110010 | 1000101 |
Color Harmonies of #9AD788
Complementary color
Monochromatic Colors of #9AD788
Black with #9AD788
Text Example
Text Example
White with #9AD788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD788; }
p { color: rgb(154,215,136); }
H1.HeaderClassName
{
color: #9AD788;
}
.AnyTagClassName
{
color: #9AD788;
}
</style>
background-color css
<style>
a { background-color: #9AD788; }
a { background-color: rgb(154,215,136); }
div.DivClassName
{
background-color: #9AD788;
}
.BgClassName
{
background-color: #9AD788;
}
</style>
border-color css
<style>
span { border-color: #9AD788; }
span { border-color: rgb(154,215,136); }
td.TdClassName
{
border-color: #9AD788;
}
.TagClassName
{
border-color: #9AD788;
}
</style>