#9ED177

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

Shades of Gossip #9ED177

Tints of Gossip #9ED177

Color information

#9ED177 (or 0x9ED177) is unknown color: approx Gossip. HEX triplet: 9E, D1 and 77. RGB value is (158,209,119). Sum of RGB (Red+Green+Blue) = 158+209+119=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED177 is #612E88. Grayscale: #B7B7B7. Windows color (decimal): -6368905 or 7852446. OLE color: 7852446.

HSL color Cylindrical-coordinate representation of color #9ED177: hue angle of 94º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ED177 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB158209119-
CMYK0.2400.430.18
HSL94º49.45%64.31%-
HSV(B)94º43.06%81.96%-
XYZ40.2354.225.79-
YUV183.4991.6109.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.51%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=32.51%
G=43.00%
B=24.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582091190.2400.430.189449.4564.31
Hex9ED1771802B125e3140
Octal236321167300532213661100
Binary100111101101000111101111100001010111001010111101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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