#9CD18D

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

Shades of Gossip #9CD18D

Tints of Gossip #9CD18D

Color information

#9CD18D (or 0x9CD18D) is unknown color: approx Gossip. HEX triplet: 9C, D1 and 8D. RGB value is (156,209,141). Sum of RGB (Red+Green+Blue) = 156+209+141=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD18D is #632E72. Grayscale: #B9B9B9. Windows color (decimal): -6499955 or 9294236. OLE color: 9294236.

HSL color Cylindrical-coordinate representation of color #9CD18D: hue angle of 106.76º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CD18D is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB156209141-
CMYK0.2500.330.18
HSL106.76º42.5%68.63%-
HSV(B)106.76º32.54%81.96%-
XYZ41.3254.5933.56-
YUV185.4102.94107.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.83%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=30.83%
G=41.30%
B=27.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562091410.2500.330.18106.7642.568.63
Hex9CD18D19021126b2a45
Octal234321215310412215352105
Binary1001110011010001100011011100101000011001011010111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,209,141); }

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

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

 a { background-color: rgb(156,209,141); }

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

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

 span { border-color: rgb(156,209,141); }

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