#9FD18C

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

Shades of Gossip #9FD18C

Tints of Gossip #9FD18C

Color information

#9FD18C (or 0x9FD18C) is unknown color: approx Gossip. HEX triplet: 9F, D1 and 8C. RGB value is (159,209,140). Sum of RGB (Red+Green+Blue) = 159+209+140=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD18C is #602E73. Grayscale: #BABABA. Windows color (decimal): -6303348 or 9228703. OLE color: 9228703.

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

Color convert

RGB159209140-
CMYK0.2400.330.18
HSL103.48º42.86%68.43%-
HSV(B)103.48º33.01%81.96%-
XYZ41.8354.8733.2-
YUV186.18101.94108.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.30%
GREEN value IS 209 (82.03% from 255) = 41.14%
BLUE value IS 140 (55.08% from 255) = 27.56%
R=31.30%
G=41.14%
B=27.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592091400.2400.330.18103.4842.8668.43
Hex9FD18C1802112672b44
Octal237321214300412214753104
Binary1001111111010001100011001100001000011001011001111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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