#93EEA2

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

Shades of Pale Green #93EEA2

Tints of Pale Green #93EEA2

Color information

#93EEA2 (or 0x93EEA2) is unknown color: approx Pale Green. HEX triplet: 93, EE and A2. RGB value is (147,238,162). Sum of RGB (Red+Green+Blue) = 147+238+162=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EEA2 is #6C115D. Grayscale: #CACACA. Windows color (decimal): -7082334 or 10677907. OLE color: 10677907.

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

Color convert

RGB147238162-
CMYK0.3800.320.07
HSL129.89º72.8%75.49%-
HSV(B)129.89º38.24%93.33%-
XYZ49.1369.9645.1-
YUV202.13105.3588.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.87%
GREEN value IS 238 (93.36% from 255) = 43.51%
BLUE value IS 162 (63.67% from 255) = 29.62%
R=26.87%
G=43.51%
B=29.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472381620.3800.320.07129.8972.875.49
Hex93EEA226020782494b
Octal223356242460407202111113
Binary10010011111011101010001010011001000001111000001010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,238,162); }

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

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

 a { background-color: rgb(147,238,162); }

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

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

 span { border-color: rgb(147,238,162); }

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