Shades of Gossip #9AD574
Tints of Gossip #9AD574
RGB
CMYK
RGB Variations
Color information
#9AD574 (or 0x9AD574) is known color: Gossip. HEX triplet: 9A, D5 and 74. RGB value is (154,213,116). Sum of RGB (Red+Green+Blue) = 154+213+116=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD574 is #652A8B. Grayscale: #B8B8B8. Windows color (decimal): -6630028 or 7656858. OLE color: 7656858.
HSL color Cylindrical-coordinate representation of color #9AD574: hue angle of 96.49º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AD574 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 116 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.16 |
| HSL | 96.49º | 0.54% | 0.65% | - |
| HSV(B) | 96.49º | 0.46% | 0.84% | - |
| XYZ | 40.27 | 55.72 | 25.16 | - |
| YUV | 184.3 | 89.45 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 116 | 0.28 | 0 | 0.46 | 0.16 | 96.49 | 0.54 | 0.65 |
| Hex | 9A | D5 | 74 | 1C | 0 | 2E | 10 | 60 | 36 | 41 |
| Octal | 232 | 325 | 164 | 34 | 0 | 56 | 20 | 140 | 66 | 101 |
| Binary | 10011010 | 11010101 | 1110100 | 11100 | 0 | 101110 | 10000 | 1100000 | 110110 | 1000001 |
Color Harmonies of #9AD574
Complementary color
Monochromatic Colors of #9AD574
Black with #9AD574
Text Example
Text Example
White with #9AD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD574; }
p { color: rgb(154,213,116); }
H1.HeaderClassName
{
color: #9AD574;
}
.AnyTagClassName
{
color: #9AD574;
}
</style>
background-color css
<style>
a { background-color: #9AD574; }
a { background-color: rgb(154,213,116); }
div.DivClassName
{
background-color: #9AD574;
}
.BgClassName
{
background-color: #9AD574;
}
</style>
border-color css
<style>
span { border-color: #9AD574; }
span { border-color: rgb(154,213,116); }
td.TdClassName
{
border-color: #9AD574;
}
.TagClassName
{
border-color: #9AD574;
}
</style>