#9DC78C

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

Shades of Gossip #9DC78C

Tints of Gossip #9DC78C

Color information

#9DC78C (or 0x9DC78C) is unknown color: approx Gossip. HEX triplet: 9D, C7 and 8C. RGB value is (157,199,140). Sum of RGB (Red+Green+Blue) = 157+199+140=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC78C is #623873. Grayscale: #B3B3B3. Windows color (decimal): -6436980 or 9226141. OLE color: 9226141.

HSL color Cylindrical-coordinate representation of color #9DC78C: hue angle of 102.71º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DC78C is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB157199140-
CMYK0.2100.300.22
HSL102.71º34.5%66.47%-
HSV(B)102.71º29.65%78.04%-
XYZ39.0649.9132.39-
YUV179.72105.59111.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 199 (78.12% from 255) = 40.12%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=31.65%
G=40.12%
B=28.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571991400.2100.300.22102.7134.566.47
Hex9DC78C1501E16672342
Octal235307214250362614743102
Binary100111011100011110001100101010111101011011001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,199,140); }

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

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

 a { background-color: rgb(157,199,140); }

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

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

 span { border-color: rgb(157,199,140); }

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