#93D170

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

Shades of Gossip #93D170

Tints of Gossip #93D170

Color information

#93D170 (or 0x93D170) is unknown color: approx Gossip. HEX triplet: 93, D1 and 70. RGB value is (147,209,112). Sum of RGB (Red+Green+Blue) = 147+209+112=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #93D170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D170 is #6C2E8F. Grayscale: #B3B3B3. Windows color (decimal): -7089808 or 7393683. OLE color: 7393683.

HSL color Cylindrical-coordinate representation of color #93D170: hue angle of 98.35º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93D170 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB147209112-
CMYK0.3000.460.18
HSL98.35º51.32%62.94%-
HSV(B)98.35º46.41%81.96%-
XYZ37.7652.9723.56-
YUV179.489.96104.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.41%
GREEN value IS 209 (82.03% from 255) = 44.66%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=31.41%
G=44.66%
B=23.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472091120.3000.460.1898.3551.3262.94
Hex93D1701E02E1262333f
Octal22332116036056221426377
Binary10010011110100011110000111100101110100101100010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93D170; }

 p { color: rgb(147,209,112); }

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

<style>
 a { background-color: #93D170; }

 a { background-color: rgb(147,209,112); }

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

<style>
 span { border-color: #93D170; }

 span { border-color: rgb(147,209,112); }

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