Shades of Gossip #9AD880
Tints of Gossip #9AD880
RGB
CMYK
RGB Variations
Color information
#9AD880 (or 0x9AD880) is known color: Gossip. HEX triplet: 9A, D8 and 80. RGB value is (154,216,128). Sum of RGB (Red+Green+Blue) = 154+216+128=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD880 is #65277F. Grayscale: #BBBBBB. Windows color (decimal): -6629248 or 8444058. OLE color: 8444058.
HSL color Cylindrical-coordinate representation of color #9AD880: hue angle of 102.27º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AD880 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 128 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.15 |
| HSL | 102.27º | 0.53% | 0.67% | - |
| HSV(B) | 102.27º | 0.41% | 0.85% | - |
| XYZ | 41.78 | 57.54 | 29.33 | - |
| YUV | 187.43 | 94.46 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 128 | 0.29 | 0 | 0.41 | 0.15 | 102.27 | 0.53 | 0.67 |
| Hex | 9A | D8 | 80 | 1D | 0 | 29 | F | 66 | 35 | 43 |
| Octal | 232 | 330 | 200 | 35 | 0 | 51 | 17 | 146 | 65 | 103 |
| Binary | 10011010 | 11011000 | 10000000 | 11101 | 0 | 101001 | 1111 | 1100110 | 110101 | 1000011 |
Color Harmonies of #9AD880
Complementary color
Monochromatic Colors of #9AD880
Black with #9AD880
Text Example
Text Example
White with #9AD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD880; }
p { color: rgb(154,216,128); }
H1.HeaderClassName
{
color: #9AD880;
}
.AnyTagClassName
{
color: #9AD880;
}
</style>
background-color css
<style>
a { background-color: #9AD880; }
a { background-color: rgb(154,216,128); }
div.DivClassName
{
background-color: #9AD880;
}
.BgClassName
{
background-color: #9AD880;
}
</style>
border-color css
<style>
span { border-color: #9AD880; }
span { border-color: rgb(154,216,128); }
td.TdClassName
{
border-color: #9AD880;
}
.TagClassName
{
border-color: #9AD880;
}
</style>