#9CD68C

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

Shades of Gossip #9CD68C

Tints of Gossip #9CD68C

Color information

#9CD68C (or 0x9CD68C) is unknown color: approx Gossip. HEX triplet: 9C, D6 and 8C. RGB value is (156,214,140). Sum of RGB (Red+Green+Blue) = 156+214+140=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD68C is #632973. Grayscale: #BCBCBC. Windows color (decimal): -6498676 or 9229980. OLE color: 9229980.

HSL color Cylindrical-coordinate representation of color #9CD68C: hue angle of 107.03º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CD68C is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB156214140-
CMYK0.2700.350.16
HSL107.03º47.44%69.41%-
HSV(B)107.03º34.58%83.92%-
XYZ42.4957.0533.58-
YUV188.22100.78105.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.59%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=30.59%
G=41.96%
B=27.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562141400.2700.350.16107.0347.4469.41
Hex9CD68C1B023106b2f45
Octal234326214330432015357105
Binary1001110011010110100011001101101000111000011010111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,214,140); }

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

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

 a { background-color: rgb(156,214,140); }

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

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

 span { border-color: rgb(156,214,140); }

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