Shades of Gossip #9AD980
Tints of Gossip #9AD980
RGB
CMYK
RGB Variations
Color information
#9AD980 (or 0x9AD980) is known color: Gossip. HEX triplet: 9A, D9 and 80. RGB value is (154,217,128). Sum of RGB (Red+Green+Blue) = 154+217+128=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD980 is #65267F. Grayscale: #BCBCBC. Windows color (decimal): -6628992 or 8444314. OLE color: 8444314.
HSL color Cylindrical-coordinate representation of color #9AD980: hue angle of 102.47º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AD980 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 128 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.15 |
| HSL | 102.47º | 0.54% | 0.68% | - |
| HSV(B) | 102.47º | 0.41% | 0.85% | - |
| XYZ | 42.04 | 58.05 | 29.41 | - |
| YUV | 188.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 128 | 0.29 | 0 | 0.41 | 0.15 | 102.47 | 0.54 | 0.68 |
| Hex | 9A | D9 | 80 | 1D | 0 | 29 | F | 66 | 36 | 44 |
| Octal | 232 | 331 | 200 | 35 | 0 | 51 | 17 | 146 | 66 | 104 |
| Binary | 10011010 | 11011001 | 10000000 | 11101 | 0 | 101001 | 1111 | 1100110 | 110110 | 1000100 |
Color Harmonies of #9AD980
Complementary color
Monochromatic Colors of #9AD980
Black with #9AD980
Text Example
Text Example
White with #9AD980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD980; }
p { color: rgb(154,217,128); }
H1.HeaderClassName
{
color: #9AD980;
}
.AnyTagClassName
{
color: #9AD980;
}
</style>
background-color css
<style>
a { background-color: #9AD980; }
a { background-color: rgb(154,217,128); }
div.DivClassName
{
background-color: #9AD980;
}
.BgClassName
{
background-color: #9AD980;
}
</style>
border-color css
<style>
span { border-color: #9AD980; }
span { border-color: rgb(154,217,128); }
td.TdClassName
{
border-color: #9AD980;
}
.TagClassName
{
border-color: #9AD980;
}
</style>