#9ED578

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

Shades of Gossip #9ED578

Tints of Gossip #9ED578

Color information

#9ED578 (or 0x9ED578) is unknown color: approx Gossip. HEX triplet: 9E, D5 and 78. RGB value is (158,213,120). Sum of RGB (Red+Green+Blue) = 158+213+120=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED578 is #612A87. Grayscale: #BABABA. Windows color (decimal): -6367880 or 7919006. OLE color: 7919006.

HSL color Cylindrical-coordinate representation of color #9ED578: hue angle of 95.48º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ED578 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB158213120-
CMYK0.2600.440.16
HSL95.48º52.54%65.29%-
HSV(B)95.48º43.66%83.53%-
XYZ41.2856.2126.44-
YUV185.9590.78108.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.18%
GREEN value IS 213 (83.59% from 255) = 43.38%
BLUE value IS 120 (47.27% from 255) = 24.44%
R=32.18%
G=43.38%
B=24.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582131200.2600.440.1695.4852.5465.29
Hex9ED5781A02C105f3541
Octal236325170320542013765101
Binary100111101101010111110001101001011001000010111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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