#93E17C

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

Shades of Gossip #93E17C

Tints of Gossip #93E17C

Color information

#93E17C (or 0x93E17C) is unknown color: approx Gossip. HEX triplet: 93, E1 and 7C. RGB value is (147,225,124). Sum of RGB (Red+Green+Blue) = 147+225+124=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #93E17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E17C is #6C1E83. Grayscale: #BEBEBE. Windows color (decimal): -7085700 or 8184211. OLE color: 8184211.

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

Color convert

RGB147225124-
CMYK0.3500.450.12
HSL106.34º62.73%68.43%-
HSV(B)106.34º44.89%88.24%-
XYZ42.661.5128.7-
YUV190.1690.6697.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.64%
GREEN value IS 225 (88.28% from 255) = 45.36%
BLUE value IS 124 (48.83% from 255) = 25%
R=29.64%
G=45.36%
B=25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472251240.3500.450.12106.3462.7368.43
Hex93E17C2302DC6a3f44
Octal223341174430551415277104
Binary100100111110000111111001000110101101110011010101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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