#9CDE7C

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

Shades of Gossip #9CDE7C

Tints of Gossip #9CDE7C

Color information

#9CDE7C (or 0x9CDE7C) is unknown color: approx Gossip. HEX triplet: 9C, DE and 7C. RGB value is (156,222,124). Sum of RGB (Red+Green+Blue) = 156+222+124=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDE7C is #632183. Grayscale: #BFBFBF. Windows color (decimal): -6496644 or 8183452. OLE color: 8183452.

HSL color Cylindrical-coordinate representation of color #9CDE7C: hue angle of 100.41º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CDE7C is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB156222124-
CMYK0.3000.440.13
HSL100.41º59.76%67.84%-
HSV(B)100.41º44.14%87.06%-
XYZ43.4760.7728.51-
YUV191.0990.13102.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.08%
GREEN value IS 222 (87.11% from 255) = 44.22%
BLUE value IS 124 (48.83% from 255) = 24.70%
R=31.08%
G=44.22%
B=24.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562221240.3000.440.13100.4159.7667.84
Hex9CDE7C1E02CD643c44
Octal234336174360541514474104
Binary10011100110111101111100111100101100110111001001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,222,124); }

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

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

 a { background-color: rgb(156,222,124); }

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

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

 span { border-color: rgb(156,222,124); }

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