Shades of Gossip #9AD982
Tints of Gossip #9AD982
RGB
CMYK
RGB Variations
Color information
#9AD982 (or 0x9AD982) is known color: Gossip. HEX triplet: 9A, D9 and 82. RGB value is (154,217,130). Sum of RGB (Red+Green+Blue) = 154+217+130=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD982 is #65267D. Grayscale: #BCBCBC. Windows color (decimal): -6628990 or 8575386. OLE color: 8575386.
HSL color Cylindrical-coordinate representation of color #9AD982: hue angle of 103.45º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AD982 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 130 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.15 |
| HSL | 103.45º | 0.53% | 0.68% | - |
| HSV(B) | 103.45º | 0.4% | 0.85% | - |
| XYZ | 42.17 | 58.11 | 30.11 | - |
| YUV | 188.25 | 95.13 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 130 | 0.29 | 0 | 0.40 | 0.15 | 103.45 | 0.53 | 0.68 |
| Hex | 9A | D9 | 82 | 1D | 0 | 28 | F | 67 | 35 | 44 |
| Octal | 232 | 331 | 202 | 35 | 0 | 50 | 17 | 147 | 65 | 104 |
| Binary | 10011010 | 11011001 | 10000010 | 11101 | 0 | 101000 | 1111 | 1100111 | 110101 | 1000100 |
Color Harmonies of #9AD982
Complementary color
Monochromatic Colors of #9AD982
Black with #9AD982
Text Example
Text Example
White with #9AD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD982; }
p { color: rgb(154,217,130); }
H1.HeaderClassName
{
color: #9AD982;
}
.AnyTagClassName
{
color: #9AD982;
}
</style>
background-color css
<style>
a { background-color: #9AD982; }
a { background-color: rgb(154,217,130); }
div.DivClassName
{
background-color: #9AD982;
}
.BgClassName
{
background-color: #9AD982;
}
</style>
border-color css
<style>
span { border-color: #9AD982; }
span { border-color: rgb(154,217,130); }
td.TdClassName
{
border-color: #9AD982;
}
.TagClassName
{
border-color: #9AD982;
}
</style>