#9FC38C

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

Shades of Gossip #9FC38C

Tints of Gossip #9FC38C

Color information

#9FC38C (or 0x9FC38C) is unknown color: approx Gossip. HEX triplet: 9F, C3 and 8C. RGB value is (159,195,140). Sum of RGB (Red+Green+Blue) = 159+195+140=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC38C is #603C73. Grayscale: #B2B2B2. Windows color (decimal): -6306932 or 9225119. OLE color: 9225119.

HSL color Cylindrical-coordinate representation of color #9FC38C: hue angle of 99.27º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FC38C is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB159195140-
CMYK0.1800.280.24
HSL99.27º31.43%65.69%-
HSV(B)99.27º28.21%76.47%-
XYZ38.5548.2932.1-
YUV177.97106.57114.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.19%
GREEN value IS 195 (76.56% from 255) = 39.47%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=32.19%
G=39.47%
B=28.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591951400.1800.280.2499.2731.4365.69
Hex9FC38C1201C18631f42
Octal237303214220343014337102
Binary10011111110000111000110010010011100110001100011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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