#93E194

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

Shades of Light Green #93E194

Tints of Light Green #93E194

Color information

#93E194 (or 0x93E194) is unknown color: approx Light Green. HEX triplet: 93, E1 and 94. RGB value is (147,225,148). Sum of RGB (Red+Green+Blue) = 147+225+148=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #93E194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E194 is #6C1E6B. Grayscale: #C1C1C1. Windows color (decimal): -7085676 or 9757075. OLE color: 9757075.

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

Color convert

RGB147225148-
CMYK0.3500.340.12
HSL120.77º56.52%72.94%-
HSV(B)120.77º34.67%88.24%-
XYZ44.362.1937.69-
YUV192.9102.6695.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.27%
GREEN value IS 225 (88.28% from 255) = 43.27%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=28.27%
G=43.27%
B=28.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472251480.3500.340.12120.7756.5272.94
Hex93E19423022C793949
Octal223341224430421417171111
Binary1001001111100001100101001000110100010110011110011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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