#93EA6F

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

Shades of Gossip #93EA6F

Tints of Gossip #93EA6F

Color information

#93EA6F (or 0x93EA6F) is unknown color: approx Gossip. HEX triplet: 93, EA and 6F. RGB value is (147,234,111). Sum of RGB (Red+Green+Blue) = 147+234+111=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EA6F is #6C1590. Grayscale: #C2C2C2. Windows color (decimal): -7083409 or 7334547. OLE color: 7334547.

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

Color convert

RGB147234111-
CMYK0.3700.530.08
HSL102.44º74.55%67.65%-
HSV(B)102.44º52.56%91.76%-
XYZ44.3266.225.48-
YUV193.9681.1894.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 234 (91.80% from 255) = 47.56%
BLUE value IS 111 (43.75% from 255) = 22.56%
R=29.88%
G=47.56%
B=22.56%

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
Decimal1472341110.3700.530.08102.4474.5567.65
Hex93EA6F250358664b44
Octal2233521574506510146113104
Binary1001001111101010110111110010101101011000110011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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