#9CCD7E

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

Shades of Gossip #9CCD7E

Tints of Gossip #9CCD7E

Color information

#9CCD7E (or 0x9CCD7E) is unknown color: approx Gossip. HEX triplet: 9C, CD and 7E. RGB value is (156,205,126). Sum of RGB (Red+Green+Blue) = 156+205+126=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCD7E is #633281. Grayscale: #B5B5B5. Windows color (decimal): -6500994 or 8310172. OLE color: 8310172.

HSL color Cylindrical-coordinate representation of color #9CCD7E: hue angle of 97.22º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CCD7E is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB156205126-
CMYK0.2400.390.20
HSL97.22º44.13%64.9%-
HSV(B)97.22º38.54%80.39%-
XYZ39.3152.2427.75-
YUV181.3496.77109.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.03%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 126 (49.61% from 255) = 25.87%
R=32.03%
G=42.09%
B=25.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562051260.2400.390.2097.2244.1364.9
Hex9CCD7E1802714612c41
Octal234315176300472414154101
Binary100111001100110111111101100001001111010011000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,205,126); }

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

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

 a { background-color: rgb(156,205,126); }

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

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

 span { border-color: rgb(156,205,126); }

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