#9fd980

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

Shades of Gossip #9FD980

Tints of Gossip #9FD980

Color information

#9FD980 (or 0x9FD980) is unknown color: approx Gossip. HEX triplet: 9F, D9 and 80. RGB value is (159,217,128). Sum of RGB (Red+Green+Blue) = 159+217+128=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD980 is #60267F. Grayscale: #BDBDBD. Windows color (decimal): -6301312 or 8444319. OLE color: 8444319.

HSL color Cylindrical-coordinate representation of color #9FD980: hue angle of 99.1º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FD980 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB159217128-
CMYK0.2700.410.15
HSL99.1º53.94%67.65%-
HSV(B)99.1º41.01%85.1%-
XYZ43.0158.5629.46-
YUV189.5193.28106.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 217 (85.16% from 255) = 43.06%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=31.55%
G=43.06%
B=25.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592171280.2700.410.1599.153.9467.65
Hex9FD9801B029F633644
Octal237331200330511714366104
Binary100111111101100110000000110110101001111111000111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fd980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,217,128); }

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

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

 a { background-color: rgb(159,217,128); }

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

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

 span { border-color: rgb(159,217,128); }

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