#9FD78A

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

Shades of Gossip #9FD78A

Tints of Gossip #9FD78A

Color information

#9FD78A (or 0x9FD78A) is unknown color: approx Gossip. HEX triplet: 9F, D7 and 8A. RGB value is (159,215,138). Sum of RGB (Red+Green+Blue) = 159+215+138=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD78A is #602875. Grayscale: #BDBDBD. Windows color (decimal): -6301814 or 9099167. OLE color: 9099167.

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

Color convert

RGB159215138-
CMYK0.2600.360.16
HSL103.64º49.04%69.22%-
HSV(B)103.64º35.81%84.31%-
XYZ43.1957.8132.93-
YUV189.4898.95106.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.05%
GREEN value IS 215 (84.38% from 255) = 41.99%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=31.05%
G=41.99%
B=26.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592151380.2600.360.16103.6449.0469.22
Hex9FD78A1A02410683145
Octal237327212320442015061105
Binary1001111111010111100010101101001001001000011010001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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