#9ED983

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

Shades of Gossip #9ED983

Tints of Gossip #9ED983

Color information

#9ED983 (or 0x9ED983) is unknown color: approx Gossip. HEX triplet: 9E, D9 and 83. RGB value is (158,217,131). Sum of RGB (Red+Green+Blue) = 158+217+131=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED983 is #61267C. Grayscale: #BDBDBD. Windows color (decimal): -6366845 or 8640926. OLE color: 8640926.

HSL color Cylindrical-coordinate representation of color #9ED983: hue angle of 101.16º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ED983 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB158217131-
CMYK0.2700.400.15
HSL101.16º53.09%68.24%-
HSV(B)101.16º39.63%85.1%-
XYZ43.0158.5330.5-
YUV189.5594.95105.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.23%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 131 (51.56% from 255) = 25.89%
R=31.23%
G=42.89%
B=25.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582171310.2700.400.15101.1653.0968.24
Hex9ED9831B028F653544
Octal236331203330501714565104
Binary100111101101100110000011110110101000111111001011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,217,131); }

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

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

 a { background-color: rgb(158,217,131); }

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

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

 span { border-color: rgb(158,217,131); }

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