#93EC94

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

Shades of Light Green #93EC94

Tints of Light Green #93EC94

Color information

#93EC94 (or 0x93EC94) is unknown color: approx Light Green. HEX triplet: 93, EC and 94. RGB value is (147,236,148). Sum of RGB (Red+Green+Blue) = 147+236+148=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EC94 is #6C136B. Grayscale: #C7C7C7. Windows color (decimal): -7082860 or 9759891. OLE color: 9759891.

HSL color Cylindrical-coordinate representation of color #93EC94: hue angle of 120.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EC94 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB147236148-
CMYK0.3800.370.07
HSL120.67º70.08%75.1%-
HSV(B)120.67º37.71%92.55%-
XYZ47.3768.3338.71-
YUV199.3699.0190.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.68%
GREEN value IS 236 (92.58% from 255) = 44.44%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=27.68%
G=44.44%
B=27.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472361480.3800.370.07120.6770.0875.1
Hex93EC9426025779464b
Octal223354224460457171106113
Binary1001001111101100100101001001100100101111111100110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,236,148); }

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

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

 a { background-color: rgb(147,236,148); }

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

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

 span { border-color: rgb(147,236,148); }

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