Shades of Gossip #9AC580
Tints of Gossip #9AC580
RGB
CMYK
RGB Variations
Color information
#9AC580 (or 0x9AC580) is known color: Gossip. HEX triplet: 9A, C5 and 80. RGB value is (154,197,128). Sum of RGB (Red+Green+Blue) = 154+197+128=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC580 is #653A7F. Grayscale: #B0B0B0. Windows color (decimal): -6634112 or 8439194. OLE color: 8439194.
HSL color Cylindrical-coordinate representation of color #9AC580: hue angle of 97.39º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AC580 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 197 | 128 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.23 |
| HSL | 97.39º | 0.37% | 0.64% | - |
| HSV(B) | 97.39º | 0.35% | 0.77% | - |
| XYZ | 37.19 | 48.36 | 27.8 | - |
| YUV | 176.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 197 | 128 | 0.22 | 0 | 0.35 | 0.23 | 97.39 | 0.37 | 0.64 |
| Hex | 9A | C5 | 80 | 16 | 0 | 23 | 17 | 61 | 25 | 40 |
| Octal | 232 | 305 | 200 | 26 | 0 | 43 | 27 | 141 | 45 | 100 |
| Binary | 10011010 | 11000101 | 10000000 | 10110 | 0 | 100011 | 10111 | 1100001 | 100101 | 1000000 |
Color Harmonies of #9AC580
Complementary color
Monochromatic Colors of #9AC580
Black with #9AC580
Text Example
Text Example
White with #9AC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC580; }
p { color: rgb(154,197,128); }
H1.HeaderClassName
{
color: #9AC580;
}
.AnyTagClassName
{
color: #9AC580;
}
</style>
background-color css
<style>
a { background-color: #9AC580; }
a { background-color: rgb(154,197,128); }
div.DivClassName
{
background-color: #9AC580;
}
.BgClassName
{
background-color: #9AC580;
}
</style>
border-color css
<style>
span { border-color: #9AC580; }
span { border-color: rgb(154,197,128); }
td.TdClassName
{
border-color: #9AC580;
}
.TagClassName
{
border-color: #9AC580;
}
</style>