#9FD78C

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

Shades of Gossip #9FD78C

Tints of Gossip #9FD78C

Color information

#9FD78C (or 0x9FD78C) is unknown color: approx Gossip. HEX triplet: 9F, D7 and 8C. RGB value is (159,215,140). Sum of RGB (Red+Green+Blue) = 159+215+140=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD78C is #602873. Grayscale: #BDBDBD. Windows color (decimal): -6301812 or 9230239. OLE color: 9230239.

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

Color convert

RGB159215140-
CMYK0.2600.350.16
HSL104.8º48.39%69.61%-
HSV(B)104.8º34.88%84.31%-
XYZ43.3357.8733.7-
YUV189.7199.95106.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.93%
GREEN value IS 215 (84.38% from 255) = 41.83%
BLUE value IS 140 (55.08% from 255) = 27.24%
R=30.93%
G=41.83%
B=27.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592151400.2600.350.16104.848.3969.61
Hex9FD78C1A02310693046
Octal237327214320432015160106
Binary1001111111010111100011001101001000111000011010011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,215,140); }

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

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

 a { background-color: rgb(159,215,140); }

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

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

 span { border-color: rgb(159,215,140); }

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