Shades of Gossip #9AD573
Tints of Gossip #9AD573
RGB
CMYK
RGB Variations
Color information
#9AD573 (or 0x9AD573) is known color: Gossip. HEX triplet: 9A, D5 and 73. RGB value is (154,213,115). Sum of RGB (Red+Green+Blue) = 154+213+115=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD573 is #652A8C. Grayscale: #B8B8B8. Windows color (decimal): -6630029 or 7591322. OLE color: 7591322.
HSL color Cylindrical-coordinate representation of color #9AD573: hue angle of 96.12º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AD573 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 115 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.16 |
| HSL | 96.12º | 0.54% | 0.64% | - |
| HSV(B) | 96.12º | 0.46% | 0.84% | - |
| XYZ | 40.22 | 55.7 | 24.85 | - |
| YUV | 184.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 115 | 0.28 | 0 | 0.46 | 0.16 | 96.12 | 0.54 | 0.64 |
| Hex | 9A | D5 | 73 | 1C | 0 | 2E | 10 | 60 | 36 | 40 |
| Octal | 232 | 325 | 163 | 34 | 0 | 56 | 20 | 140 | 66 | 100 |
| Binary | 10011010 | 11010101 | 1110011 | 11100 | 0 | 101110 | 10000 | 1100000 | 110110 | 1000000 |
Color Harmonies of #9AD573
Complementary color
Monochromatic Colors of #9AD573
Black with #9AD573
Text Example
Text Example
White with #9AD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD573; }
p { color: rgb(154,213,115); }
H1.HeaderClassName
{
color: #9AD573;
}
.AnyTagClassName
{
color: #9AD573;
}
</style>
background-color css
<style>
a { background-color: #9AD573; }
a { background-color: rgb(154,213,115); }
div.DivClassName
{
background-color: #9AD573;
}
.BgClassName
{
background-color: #9AD573;
}
</style>
border-color css
<style>
span { border-color: #9AD573; }
span { border-color: rgb(154,213,115); }
td.TdClassName
{
border-color: #9AD573;
}
.TagClassName
{
border-color: #9AD573;
}
</style>