Shades of Gossip #9ED085
Tints of Gossip #9ED085
RGB
CMYK
RGB Variations
Color information
#9ED085 (or 0x9ED085) is known color: Gossip. HEX triplet: 9E, D0 and 85. RGB value is (158,208,133). Sum of RGB (Red+Green+Blue) = 158+208+133=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED085 is #612F7A. Grayscale: #B8B8B8. Windows color (decimal): -6369147 or 8769694. OLE color: 8769694.
HSL color Cylindrical-coordinate representation of color #9ED085: hue angle of 100º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ED085 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 133 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.18 |
| HSL | 100º | 0.44% | 0.67% | - |
| HSV(B) | 100º | 0.36% | 0.82% | - |
| XYZ | 40.89 | 54.07 | 30.47 | - |
| YUV | 184.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 133 | 0.24 | 0 | 0.36 | 0.18 | 100 | 0.44 | 0.67 |
| Hex | 9E | D0 | 85 | 18 | 0 | 24 | 12 | 64 | 2C | 43 |
| Octal | 236 | 320 | 205 | 30 | 0 | 44 | 22 | 144 | 54 | 103 |
| Binary | 10011110 | 11010000 | 10000101 | 11000 | 0 | 100100 | 10010 | 1100100 | 101100 | 1000011 |
Color Harmonies of #9ED085
Complementary color
Monochromatic Colors of #9ED085
Black with #9ED085
Text Example
Text Example
White with #9ED085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED085; }
p { color: rgb(158,208,133); }
H1.HeaderClassName
{
color: #9ED085;
}
.AnyTagClassName
{
color: #9ED085;
}
</style>
background-color css
<style>
a { background-color: #9ED085; }
a { background-color: rgb(158,208,133); }
div.DivClassName
{
background-color: #9ED085;
}
.BgClassName
{
background-color: #9ED085;
}
</style>
border-color css
<style>
span { border-color: #9ED085; }
span { border-color: rgb(158,208,133); }
td.TdClassName
{
border-color: #9ED085;
}
.TagClassName
{
border-color: #9ED085;
}
</style>