#9FDC80

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

Shades of Gossip #9FDC80

Tints of Gossip #9FDC80

Color information

#9FDC80 (or 0x9FDC80) is unknown color: approx Gossip. HEX triplet: 9F, DC and 80. RGB value is (159,220,128). Sum of RGB (Red+Green+Blue) = 159+220+128=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDC80 is #60237F. Grayscale: #BFBFBF. Windows color (decimal): -6300544 or 8445087. OLE color: 8445087.

HSL color Cylindrical-coordinate representation of color #9FDC80: hue angle of 99.78º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FDC80 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB159220128-
CMYK0.2800.420.14
HSL99.78º56.79%68.24%-
HSV(B)99.78º41.82%86.27%-
XYZ43.7960.1229.72-
YUV191.2792.29104.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=31.36%
G=43.39%
B=25.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592201280.2800.420.1499.7856.7968.24
Hex9FDC801C02AE643944
Octal237334200340521614471104
Binary100111111101110010000000111000101010111011001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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