#93E165

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

Shades of Gossip #93E165

Tints of Gossip #93E165

Color information

#93E165 (or 0x93E165) is unknown color: approx Gossip. HEX triplet: 93, E1 and 65. RGB value is (147,225,101). Sum of RGB (Red+Green+Blue) = 147+225+101=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #93E165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E165 is #6C1E9A. Grayscale: #BBBBBB. Windows color (decimal): -7085723 or 6676883. OLE color: 6676883.

HSL color Cylindrical-coordinate representation of color #93E165: hue angle of 97.74º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93E165 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB147225101-
CMYK0.3500.550.12
HSL97.74º67.39%63.92%-
HSV(B)97.74º55.11%88.24%-
XYZ41.3160.9921.91-
YUV187.5479.1699.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 225 (88.28% from 255) = 47.57%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=31.08%
G=47.57%
B=21.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472251010.3500.550.1297.7467.3963.92
Hex93E16523037C624340
Octal2233411454306714142103100
Binary1001001111100001110010110001101101111100110001010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,225,101); }

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

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

 a { background-color: rgb(147,225,101); }

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

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

 span { border-color: rgb(147,225,101); }

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