#9ED078

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

Shades of Gossip #9ED078

Tints of Gossip #9ED078

Color information

#9ED078 (or 0x9ED078) is unknown color: approx Gossip. HEX triplet: 9E, D0 and 78. RGB value is (158,208,120). Sum of RGB (Red+Green+Blue) = 158+208+120=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED078 is #612F87. Grayscale: #B7B7B7. Windows color (decimal): -6369160 or 7917726. OLE color: 7917726.

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

Color convert

RGB158208120-
CMYK0.2400.420.18
HSL94.09º48.35%64.31%-
HSV(B)94.09º42.31%81.57%-
XYZ40.0553.7426.03-
YUV183.0292.44110.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.51%
GREEN value IS 208 (81.64% from 255) = 42.80%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=32.51%
G=42.80%
B=24.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582081200.2400.420.1894.0948.3564.31
Hex9ED0781802A125e3040
Octal236320170300522213660100
Binary100111101101000011110001100001010101001010111101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,208,120); }

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

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

 a { background-color: rgb(158,208,120); }

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

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

 span { border-color: rgb(158,208,120); }

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