Shades of Gossip #9AC280
Tints of Gossip #9AC280
RGB
CMYK
RGB Variations
Color information
#9AC280 (or 0x9AC280) is known color: Gossip. HEX triplet: 9A, C2 and 80. RGB value is (154,194,128). Sum of RGB (Red+Green+Blue) = 154+194+128=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC280 is #653D7F. Grayscale: #AEAEAE. Windows color (decimal): -6634880 or 8438426. OLE color: 8438426.
HSL color Cylindrical-coordinate representation of color #9AC280: hue angle of 96.36º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AC280 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 128 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.24 |
| HSL | 96.36º | 0.35% | 0.63% | - |
| HSV(B) | 96.36º | 0.34% | 0.76% | - |
| XYZ | 36.51 | 47.01 | 27.57 | - |
| YUV | 174.52 | 101.75 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 128 | 0.21 | 0 | 0.34 | 0.24 | 96.36 | 0.35 | 0.63 |
| Hex | 9A | C2 | 80 | 15 | 0 | 22 | 18 | 60 | 23 | 3F |
| Octal | 232 | 302 | 200 | 25 | 0 | 42 | 30 | 140 | 43 | 77 |
| Binary | 10011010 | 11000010 | 10000000 | 10101 | 0 | 100010 | 11000 | 1100000 | 100011 | 111111 |
Color Harmonies of #9AC280
Complementary color
Monochromatic Colors of #9AC280
Black with #9AC280
Text Example
Text Example
White with #9AC280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC280; }
p { color: rgb(154,194,128); }
H1.HeaderClassName
{
color: #9AC280;
}
.AnyTagClassName
{
color: #9AC280;
}
</style>
background-color css
<style>
a { background-color: #9AC280; }
a { background-color: rgb(154,194,128); }
div.DivClassName
{
background-color: #9AC280;
}
.BgClassName
{
background-color: #9AC280;
}
</style>
border-color css
<style>
span { border-color: #9AC280; }
span { border-color: rgb(154,194,128); }
td.TdClassName
{
border-color: #9AC280;
}
.TagClassName
{
border-color: #9AC280;
}
</style>