#9DC58A

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

Shades of Gossip #9DC58A

Tints of Gossip #9DC58A

Color information

#9DC58A (or 0x9DC58A) is unknown color: approx Gossip. HEX triplet: 9D, C5 and 8A. RGB value is (157,197,138). Sum of RGB (Red+Green+Blue) = 157+197+138=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC58A is #623A75. Grayscale: #B2B2B2. Windows color (decimal): -6437494 or 9094557. OLE color: 9094557.

HSL color Cylindrical-coordinate representation of color #9DC58A: hue angle of 100.68º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DC58A is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB157197138-
CMYK0.2000.300.23
HSL100.68º33.71%65.69%-
HSV(B)100.68º29.95%77.25%-
XYZ38.4648.9431.46-
YUV178.31105.25112.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 197 (77.34% from 255) = 40.04%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=31.91%
G=40.04%
B=28.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1571971380.2000.300.23100.6833.7165.69
Hex9DC58A1401E17652242
Octal235305212240362714542102
Binary100111011100010110001010101000111101011111001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,197,138); }

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

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

 a { background-color: rgb(157,197,138); }

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

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

 span { border-color: rgb(157,197,138); }

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