#93EA6C

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

Shades of Gossip #93EA6C

Tints of Gossip #93EA6C

Color information

#93EA6C (or 0x93EA6C) is unknown color: approx Gossip. HEX triplet: 93, EA and 6C. RGB value is (147,234,108). Sum of RGB (Red+Green+Blue) = 147+234+108=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EA6C is #6C1593. Grayscale: #C2C2C2. Windows color (decimal): -7083412 or 7137939. OLE color: 7137939.

HSL color Cylindrical-coordinate representation of color #93EA6C: hue angle of 101.43º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93EA6C is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB147234108-
CMYK0.3700.540.08
HSL101.43º75%67.06%-
HSV(B)101.43º53.85%91.76%-
XYZ44.1666.1324.62-
YUV193.6279.6894.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.06%
GREEN value IS 234 (91.80% from 255) = 47.85%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=30.06%
G=47.85%
B=22.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472341080.3700.540.08101.437567.06
Hex93EA6C250368654b43
Octal2233521544506610145113103
Binary1001001111101010110110010010101101101000110010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,234,108); }

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

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

 a { background-color: rgb(147,234,108); }

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

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

 span { border-color: rgb(147,234,108); }

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