#9ED185

Color #9ED185 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9ED185

Tints of Gossip #9ED185

Color information

#9ED185 (or 0x9ED185) is unknown color: approx Gossip. HEX triplet: 9E, D1 and 85. RGB value is (158,209,133). Sum of RGB (Red+Green+Blue) = 158+209+133=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED185 is #612E7A. Grayscale: #B9B9B9. Windows color (decimal): -6368891 or 8769950. OLE color: 8769950.

HSL color Cylindrical-coordinate representation of color #9ED185: hue angle of 100.26º degrees, saturation: 0.45, 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 #9ED185 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB158209133-
CMYK0.2400.360.18
HSL100.26º45.24%67.06%-
HSV(B)100.26º36.36%81.96%-
XYZ41.1354.5630.55-
YUV185.0998.6108.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 31.6%
GREEN value IS 209 (82.03% from 255) = 41.8%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=31.6%
G=41.8%
B=26.6%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582091330.2400.360.18100.2645.2467.06
Hex9ED1851802412642d43
Octal236321205300442214455103
Binary1001111011010001100001011100001001001001011001001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ED185; }

 p { color: rgb(158,209,133); }

 H1.HeaderClassName
 {
   color: #9ED185;
 }
 .AnyTagClassName
 {
   color: #9ED185;
 }
</style>
background-color css

<style>
 a { background-color: #9ED185; }

 a { background-color: rgb(158,209,133); }

 div.DivClassName
 {
   background-color: #9ED185;
 }
 .BgClassName
 {
   background-color: #9ED185;
 }
</style>
border-color css

<style>
 span { border-color: #9ED185; }

 span { border-color: rgb(158,209,133); }

 td.TdClassName
 {
   border-color: #9ED185;
 }
 .TagClassName
 {
   border-color: #9ED185;
 }
</style>