#9FD57C

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

Shades of Gossip #9FD57C

Tints of Gossip #9FD57C

Color information

#9FD57C (or 0x9FD57C) is unknown color: approx Gossip. HEX triplet: 9F, D5 and 7C. RGB value is (159,213,124). Sum of RGB (Red+Green+Blue) = 159+213+124=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD57C is #602A83. Grayscale: #BBBBBB. Windows color (decimal): -6302340 or 8181151. OLE color: 8181151.

HSL color Cylindrical-coordinate representation of color #9FD57C: hue angle of 96.4º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FD57C is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB159213124-
CMYK0.2500.420.16
HSL96.4º51.45%66.08%-
HSV(B)96.4º41.78%83.53%-
XYZ41.7356.4127.76-
YUV186.7192.61108.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 213 (83.59% from 255) = 42.94%
BLUE value IS 124 (48.83% from 255) = 25%
R=32.06%
G=42.94%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592131240.2500.420.1696.451.4566.08
Hex9FD57C1902A10603342
Octal237325174310522014063102
Binary100111111101010111111001100101010101000011000001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,213,124); }

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

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

 a { background-color: rgb(159,213,124); }

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

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

 span { border-color: rgb(159,213,124); }

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