#9CDD7C

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

Shades of Gossip #9CDD7C

Tints of Gossip #9CDD7C

Color information

#9CDD7C (or 0x9CDD7C) is unknown color: approx Gossip. HEX triplet: 9C, DD and 7C. RGB value is (156,221,124). Sum of RGB (Red+Green+Blue) = 156+221+124=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD7C is #632283. Grayscale: #BEBEBE. Windows color (decimal): -6496900 or 8183196. OLE color: 8183196.

HSL color Cylindrical-coordinate representation of color #9CDD7C: hue angle of 100.21º degrees, saturation: 0.59, 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 #9CDD7C is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB156221124-
CMYK0.2900.440.13
HSL100.21º58.79%67.65%-
HSV(B)100.21º43.89%86.67%-
XYZ43.260.2428.42-
YUV190.5190.47103.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 124 (48.83% from 255) = 24.75%
R=31.14%
G=44.11%
B=24.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562211240.2900.440.13100.2158.7967.65
Hex9CDD7C1D02CD643b44
Octal234335174350541514473104
Binary10011100110111011111100111010101100110111001001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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