Shades of Gossip #9AD187
Tints of Gossip #9AD187
RGB
CMYK
RGB Variations
Color information
#9AD187 (or 0x9AD187) is known color: Gossip. HEX triplet: 9A, D1 and 87. RGB value is (154,209,135). Sum of RGB (Red+Green+Blue) = 154+209+135=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD187 is #652E78. Grayscale: #B8B8B8. Windows color (decimal): -6631033 or 8901018. OLE color: 8901018.
HSL color Cylindrical-coordinate representation of color #9AD187: hue angle of 104.59º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AD187 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 135 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.18 |
| HSL | 104.59º | 0.45% | 0.67% | - |
| HSV(B) | 104.59º | 0.35% | 0.82% | - |
| XYZ | 40.5 | 54.22 | 31.25 | - |
| YUV | 184.12 | 100.28 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 135 | 0.26 | 0 | 0.35 | 0.18 | 104.59 | 0.45 | 0.67 |
| Hex | 9A | D1 | 87 | 1A | 0 | 23 | 12 | 69 | 2D | 43 |
| Octal | 232 | 321 | 207 | 32 | 0 | 43 | 22 | 151 | 55 | 103 |
| Binary | 10011010 | 11010001 | 10000111 | 11010 | 0 | 100011 | 10010 | 1101001 | 101101 | 1000011 |
Color Harmonies of #9AD187
Complementary color
Monochromatic Colors of #9AD187
Black with #9AD187
Text Example
Text Example
White with #9AD187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD187; }
p { color: rgb(154,209,135); }
H1.HeaderClassName
{
color: #9AD187;
}
.AnyTagClassName
{
color: #9AD187;
}
</style>
background-color css
<style>
a { background-color: #9AD187; }
a { background-color: rgb(154,209,135); }
div.DivClassName
{
background-color: #9AD187;
}
.BgClassName
{
background-color: #9AD187;
}
</style>
border-color css
<style>
span { border-color: #9AD187; }
span { border-color: rgb(154,209,135); }
td.TdClassName
{
border-color: #9AD187;
}
.TagClassName
{
border-color: #9AD187;
}
</style>