#93EFA5

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

Shades of Pale Green #93EFA5

Tints of Pale Green #93EFA5

Color information

#93EFA5 (or 0x93EFA5) is unknown color: approx Pale Green. HEX triplet: 93, EF and A5. RGB value is (147,239,165). Sum of RGB (Red+Green+Blue) = 147+239+165=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EFA5 is #6C105A. Grayscale: #CBCBCB. Windows color (decimal): -7082075 or 10874771. OLE color: 10874771.

HSL color Cylindrical-coordinate representation of color #93EFA5: hue angle of 131.74º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFA5 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB147239165-
CMYK0.3800.310.06
HSL131.74º74.19%75.69%-
HSV(B)131.74º38.49%93.73%-
XYZ49.6970.6546.62-
YUV203.06106.5288.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.68%
GREEN value IS 239 (93.75% from 255) = 43.38%
BLUE value IS 165 (64.84% from 255) = 29.95%
R=26.68%
G=43.38%
B=29.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472391650.3800.310.06131.7474.1975.69
Hex93EFA52601F6844a4c
Octal223357245460376204112114
Binary1001001111101111101001011001100111111101000010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,239,165); }

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

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

 a { background-color: rgb(147,239,165); }

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

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

 span { border-color: rgb(147,239,165); }

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