Shades of Gossip #9AD075
Tints of Gossip #9AD075
RGB
CMYK
RGB Variations
Color information
#9AD075 (or 0x9AD075) is known color: Gossip. HEX triplet: 9A, D0 and 75. RGB value is (154,208,117). Sum of RGB (Red+Green+Blue) = 154+208+117=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD075 is #652F8A. Grayscale: #B5B5B5. Windows color (decimal): -6631307 or 7721114. OLE color: 7721114.
HSL color Cylindrical-coordinate representation of color #9AD075: hue angle of 95.6º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AD075 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 117 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.18 |
| HSL | 95.6º | 0.49% | 0.64% | - |
| HSV(B) | 95.6º | 0.44% | 0.82% | - |
| XYZ | 39.09 | 53.27 | 25.05 | - |
| YUV | 181.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 117 | 0.26 | 0 | 0.44 | 0.18 | 95.6 | 0.49 | 0.64 |
| Hex | 9A | D0 | 75 | 1A | 0 | 2C | 12 | 60 | 31 | 40 |
| Octal | 232 | 320 | 165 | 32 | 0 | 54 | 22 | 140 | 61 | 100 |
| Binary | 10011010 | 11010000 | 1110101 | 11010 | 0 | 101100 | 10010 | 1100000 | 110001 | 1000000 |
Color Harmonies of #9AD075
Complementary color
Monochromatic Colors of #9AD075
Black with #9AD075
Text Example
Text Example
White with #9AD075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD075; }
p { color: rgb(154,208,117); }
H1.HeaderClassName
{
color: #9AD075;
}
.AnyTagClassName
{
color: #9AD075;
}
</style>
background-color css
<style>
a { background-color: #9AD075; }
a { background-color: rgb(154,208,117); }
div.DivClassName
{
background-color: #9AD075;
}
.BgClassName
{
background-color: #9AD075;
}
</style>
border-color css
<style>
span { border-color: #9AD075; }
span { border-color: rgb(154,208,117); }
td.TdClassName
{
border-color: #9AD075;
}
.TagClassName
{
border-color: #9AD075;
}
</style>