#9cd573

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

Shades of Gossip #9CD573

Tints of Gossip #9CD573

Color information

#9CD573 (or 0x9CD573) is unknown color: approx Gossip. HEX triplet: 9C, D5 and 73. RGB value is (156,213,115). Sum of RGB (Red+Green+Blue) = 156+213+115=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD573 is #632A8C. Grayscale: #B9B9B9. Windows color (decimal): -6498957 or 7591324. OLE color: 7591324.

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

Color convert

RGB156213115-
CMYK0.2700.460.16
HSL94.9º53.85%64.31%-
HSV(B)94.9º46.01%83.53%-
XYZ40.655.8924.87-
YUV184.7888.62107.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.23%
GREEN value IS 213 (83.59% from 255) = 44.01%
BLUE value IS 115 (45.31% from 255) = 23.76%
R=32.23%
G=44.01%
B=23.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562131150.2700.460.1694.953.8564.31
Hex9CD5731B02E105f3640
Octal234325163330562013766100
Binary100111001101010111100111101101011101000010111111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cd573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,213,115); }

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

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

 a { background-color: rgb(156,213,115); }

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

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

 span { border-color: rgb(156,213,115); }

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