#93EC96

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

Shades of Light Green #93EC96

Tints of Light Green #93EC96

Color information

#93EC96 (or 0x93EC96) is unknown color: approx Light Green. HEX triplet: 93, EC and 96. RGB value is (147,236,150). Sum of RGB (Red+Green+Blue) = 147+236+150=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EC96 is #6C1369. Grayscale: #C7C7C7. Windows color (decimal): -7082858 or 9890963. OLE color: 9890963.

HSL color Cylindrical-coordinate representation of color #93EC96: hue angle of 122.02º 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 #93EC96 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB147236150-
CMYK0.3800.360.07
HSL122.02º70.08%75.1%-
HSV(B)122.02º37.71%92.55%-
XYZ47.5368.439.55-
YUV199.58100.0190.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.58%
GREEN value IS 236 (92.58% from 255) = 44.28%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=27.58%
G=44.28%
B=28.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472361500.3800.360.07122.0270.0875.1
Hex93EC962602477a464b
Octal223354226460447172106113
Binary1001001111101100100101101001100100100111111101010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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