Shades of Gossip #9AD575
Tints of Gossip #9AD575
RGB
CMYK
RGB Variations
Color information
#9AD575 (or 0x9AD575) is known color: Gossip. HEX triplet: 9A, D5 and 75. RGB value is (154,213,117). Sum of RGB (Red+Green+Blue) = 154+213+117=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD575 is #652A8A. Grayscale: #B8B8B8. Windows color (decimal): -6630027 or 7722394. OLE color: 7722394.
HSL color Cylindrical-coordinate representation of color #9AD575: hue angle of 96.88º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AD575 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 117 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.16 |
| HSL | 96.88º | 0.53% | 0.65% | - |
| HSV(B) | 96.88º | 0.45% | 0.84% | - |
| XYZ | 40.33 | 55.74 | 25.46 | - |
| YUV | 184.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 117 | 0.28 | 0 | 0.45 | 0.16 | 96.88 | 0.53 | 0.65 |
| Hex | 9A | D5 | 75 | 1C | 0 | 2D | 10 | 61 | 35 | 41 |
| Octal | 232 | 325 | 165 | 34 | 0 | 55 | 20 | 141 | 65 | 101 |
| Binary | 10011010 | 11010101 | 1110101 | 11100 | 0 | 101101 | 10000 | 1100001 | 110101 | 1000001 |
Color Harmonies of #9AD575
Complementary color
Monochromatic Colors of #9AD575
Black with #9AD575
Text Example
Text Example
White with #9AD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD575; }
p { color: rgb(154,213,117); }
H1.HeaderClassName
{
color: #9AD575;
}
.AnyTagClassName
{
color: #9AD575;
}
</style>
background-color css
<style>
a { background-color: #9AD575; }
a { background-color: rgb(154,213,117); }
div.DivClassName
{
background-color: #9AD575;
}
.BgClassName
{
background-color: #9AD575;
}
</style>
border-color css
<style>
span { border-color: #9AD575; }
span { border-color: rgb(154,213,117); }
td.TdClassName
{
border-color: #9AD575;
}
.TagClassName
{
border-color: #9AD575;
}
</style>