Shades of Gossip #9AD178
Tints of Gossip #9AD178
RGB
CMYK
RGB Variations
Color information
#9AD178 (or 0x9AD178) is known color: Gossip. HEX triplet: 9A, D1 and 78. RGB value is (154,209,120). Sum of RGB (Red+Green+Blue) = 154+209+120=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD178 is #652E87. Grayscale: #B6B6B6. Windows color (decimal): -6631048 or 7917978. OLE color: 7917978.
HSL color Cylindrical-coordinate representation of color #9AD178: hue angle of 97.08º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AD178 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 120 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.18 |
| HSL | 97.08º | 0.49% | 0.65% | - |
| HSV(B) | 97.08º | 0.43% | 0.82% | - |
| XYZ | 39.52 | 53.83 | 26.08 | - |
| YUV | 182.41 | 92.78 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 120 | 0.26 | 0 | 0.43 | 0.18 | 97.08 | 0.49 | 0.65 |
| Hex | 9A | D1 | 78 | 1A | 0 | 2B | 12 | 61 | 31 | 41 |
| Octal | 232 | 321 | 170 | 32 | 0 | 53 | 22 | 141 | 61 | 101 |
| Binary | 10011010 | 11010001 | 1111000 | 11010 | 0 | 101011 | 10010 | 1100001 | 110001 | 1000001 |
Color Harmonies of #9AD178
Complementary color
Monochromatic Colors of #9AD178
Black with #9AD178
Text Example
Text Example
White with #9AD178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD178; }
p { color: rgb(154,209,120); }
H1.HeaderClassName
{
color: #9AD178;
}
.AnyTagClassName
{
color: #9AD178;
}
</style>
background-color css
<style>
a { background-color: #9AD178; }
a { background-color: rgb(154,209,120); }
div.DivClassName
{
background-color: #9AD178;
}
.BgClassName
{
background-color: #9AD178;
}
</style>
border-color css
<style>
span { border-color: #9AD178; }
span { border-color: rgb(154,209,120); }
td.TdClassName
{
border-color: #9AD178;
}
.TagClassName
{
border-color: #9AD178;
}
</style>