#9ED176

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

Shades of Gossip #9ED176

Tints of Gossip #9ED176

Color information

#9ED176 (or 0x9ED176) is unknown color: approx Gossip. HEX triplet: 9E, D1 and 76. RGB value is (158,209,118). Sum of RGB (Red+Green+Blue) = 158+209+118=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED176 is #612E89. Grayscale: #B7B7B7. Windows color (decimal): -6368906 or 7786910. OLE color: 7786910.

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

Color convert

RGB158209118-
CMYK0.2400.440.18
HSL93.63º49.73%64.12%-
HSV(B)93.63º43.54%81.96%-
XYZ40.1754.1825.48-
YUV183.3891.1109.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.58%
GREEN value IS 209 (82.03% from 255) = 43.09%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=32.58%
G=43.09%
B=24.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582091180.2400.440.1893.6349.7364.12
Hex9ED1761802C125e3240
Octal236321166300542213662100
Binary100111101101000111101101100001011001001010111101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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