#94ECA3

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

Shades of Pale Green #94ECA3

Tints of Pale Green #94ECA3

Color information

#94ECA3 (or 0x94ECA3) is unknown color: approx Pale Green. HEX triplet: 94, EC and A3. RGB value is (148,236,163). Sum of RGB (Red+Green+Blue) = 148+236+163=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 163 (64.06% from 255 or 29.80% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94ECA3 is #6B135C. Grayscale: #C9C9C9. Windows color (decimal): -7017309 or 10742932. OLE color: 10742932.

HSL color Cylindrical-coordinate representation of color #94ECA3: hue angle of 130.23º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94ECA3 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB148236163-
CMYK0.3700.310.07
HSL130.23º69.84%75.29%-
HSV(B)130.23º37.29%92.55%-
XYZ48.8268.9345.38-
YUV201.37106.3589.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.06%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 163 (64.06% from 255) = 29.80%
R=27.06%
G=43.14%
B=29.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482361630.3700.310.07130.2369.8475.29
Hex94ECA32501F782464b
Octal224354243450377202106113
Binary1001010011101100101000111001010111111111000001010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94ECA3; }

 p { color: rgb(148,236,163); }

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

<style>
 a { background-color: #94ECA3; }

 a { background-color: rgb(148,236,163); }

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

<style>
 span { border-color: #94ECA3; }

 span { border-color: rgb(148,236,163); }

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