#93EA6D

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

Shades of Gossip #93EA6D

Tints of Gossip #93EA6D

Color information

#93EA6D (or 0x93EA6D) is unknown color: approx Gossip. HEX triplet: 93, EA and 6D. RGB value is (147,234,109). Sum of RGB (Red+Green+Blue) = 147+234+109=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EA6D is #6C1592. Grayscale: #C2C2C2. Windows color (decimal): -7083411 or 7203475. OLE color: 7203475.

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

Color convert

RGB147234109-
CMYK0.3700.530.08
HSL101.76º74.85%67.25%-
HSV(B)101.76º53.42%91.76%-
XYZ44.2266.1524.91-
YUV193.7480.1894.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30%
GREEN value IS 234 (91.80% from 255) = 47.76%
BLUE value IS 109 (42.97% from 255) = 22.24%
R=30%
G=47.76%
B=22.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472341090.3700.530.08101.7674.8567.25
Hex93EA6D250358664b43
Octal2233521554506510146113103
Binary1001001111101010110110110010101101011000110011010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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