#9DC57F

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

Shades of Gossip #9DC57F

Tints of Gossip #9DC57F

Color information

#9DC57F (or 0x9DC57F) is unknown color: approx Gossip. HEX triplet: 9D, C5 and 7F. RGB value is (157,197,127). Sum of RGB (Red+Green+Blue) = 157+197+127=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC57F is #623A80. Grayscale: #B1B1B1. Windows color (decimal): -6437505 or 8373661. OLE color: 8373661.

HSL color Cylindrical-coordinate representation of color #9DC57F: hue angle of 94.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DC57F is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB157197127-
CMYK0.2000.360.23
HSL94.29º37.63%63.53%-
HSV(B)94.29º35.53%77.25%-
XYZ37.748.6327.48-
YUV177.0699.75113.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.64%
GREEN value IS 197 (77.34% from 255) = 40.96%
BLUE value IS 127 (50% from 255) = 26.40%
R=32.64%
G=40.96%
B=26.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1571971270.2000.360.2394.2937.6363.53
Hex9DC57F14024175e2640
Octal235305177240442713646100
Binary100111011100010111111111010001001001011110111101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,197,127); }

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

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

 a { background-color: rgb(157,197,127); }

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

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

 span { border-color: rgb(157,197,127); }

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