#9CD97D

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

Shades of Gossip #9CD97D

Tints of Gossip #9CD97D

Color information

#9CD97D (or 0x9CD97D) is unknown color: approx Gossip. HEX triplet: 9C, D9 and 7D. RGB value is (156,217,125). Sum of RGB (Red+Green+Blue) = 156+217+125=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD97D is #632682. Grayscale: #BCBCBC. Windows color (decimal): -6497923 or 8247708. OLE color: 8247708.

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

Color convert

RGB156217125-
CMYK0.2800.420.15
HSL99.78º54.76%67.06%-
HSV(B)99.78º42.4%85.1%-
XYZ42.2258.1728.41-
YUV188.2792.29104.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.33%
GREEN value IS 217 (85.16% from 255) = 43.57%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=31.33%
G=43.57%
B=25.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562171250.2800.420.1599.7854.7667.06
Hex9CD97D1C02AF643743
Octal234331175340521714467103
Binary10011100110110011111101111000101010111111001001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,217,125); }

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

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

 a { background-color: rgb(156,217,125); }

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

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

 span { border-color: rgb(156,217,125); }

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