#93EAA1

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

Shades of Light Green #93EAA1

Tints of Light Green #93EAA1

Color information

#93EAA1 (or 0x93EAA1) is unknown color: approx Light Green. HEX triplet: 93, EA and A1. RGB value is (147,234,161). Sum of RGB (Red+Green+Blue) = 147+234+161=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #93EAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EAA1 is #6C155E. Grayscale: #C7C7C7. Windows color (decimal): -7083359 or 10611347. OLE color: 10611347.

HSL color Cylindrical-coordinate representation of color #93EAA1: hue angle of 129.66º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EAA1 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB147234161-
CMYK0.3700.310.08
HSL129.66º67.44%74.71%-
HSV(B)129.66º37.18%91.76%-
XYZ47.8967.6244.25-
YUV199.67106.1890.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.12%
GREEN value IS 234 (91.80% from 255) = 43.17%
BLUE value IS 161 (63.28% from 255) = 29.70%
R=27.12%
G=43.17%
B=29.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472341610.3700.310.08129.6667.4474.71
Hex93EAA12501F882434b
Octal2233522414503710202103113
Binary10010011111010101010000110010101111110001000001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,234,161); }

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

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

 a { background-color: rgb(147,234,161); }

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

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

 span { border-color: rgb(147,234,161); }

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