Shades of Gossip #9AD170
Tints of Gossip #9AD170
RGB
CMYK
RGB Variations
Color information
#9AD170 (or 0x9AD170) is known color: Gossip. HEX triplet: 9A, D1 and 70. RGB value is (154,209,112). Sum of RGB (Red+Green+Blue) = 154+209+112=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD170 is #652E8F. Grayscale: #B5B5B5. Windows color (decimal): -6631056 or 7393690. OLE color: 7393690.
HSL color Cylindrical-coordinate representation of color #9AD170: hue angle of 94.02º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AD170 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 112 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.18 |
| HSL | 94.02º | 0.51% | 0.63% | - |
| HSV(B) | 94.02º | 0.46% | 0.82% | - |
| XYZ | 39.05 | 53.64 | 23.62 | - |
| YUV | 181.5 | 88.78 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 112 | 0.26 | 0 | 0.46 | 0.18 | 94.02 | 0.51 | 0.63 |
| Hex | 9A | D1 | 70 | 1A | 0 | 2E | 12 | 5E | 33 | 3F |
| Octal | 232 | 321 | 160 | 32 | 0 | 56 | 22 | 136 | 63 | 77 |
| Binary | 10011010 | 11010001 | 1110000 | 11010 | 0 | 101110 | 10010 | 1011110 | 110011 | 111111 |
Color Harmonies of #9AD170
Complementary color
Monochromatic Colors of #9AD170
Black with #9AD170
Text Example
Text Example
White with #9AD170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD170; }
p { color: rgb(154,209,112); }
H1.HeaderClassName
{
color: #9AD170;
}
.AnyTagClassName
{
color: #9AD170;
}
</style>
background-color css
<style>
a { background-color: #9AD170; }
a { background-color: rgb(154,209,112); }
div.DivClassName
{
background-color: #9AD170;
}
.BgClassName
{
background-color: #9AD170;
}
</style>
border-color css
<style>
span { border-color: #9AD170; }
span { border-color: rgb(154,209,112); }
td.TdClassName
{
border-color: #9AD170;
}
.TagClassName
{
border-color: #9AD170;
}
</style>