#94ECA2

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

Shades of Pale Green #94ECA2

Tints of Pale Green #94ECA2

Color information

#94ECA2 (or 0x94ECA2) is unknown color: approx Pale Green. HEX triplet: 94, EC and A2. RGB value is (148,236,162). Sum of RGB (Red+Green+Blue) = 148+236+162=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 162 (63.67% from 255 or 29.67% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94ECA2 is #6B135D. Grayscale: #C9C9C9. Windows color (decimal): -7017310 or 10677396. OLE color: 10677396.

HSL color Cylindrical-coordinate representation of color #94ECA2: hue angle of 129.55º 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 #94ECA2 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB148236162-
CMYK0.3700.310.07
HSL129.55º69.84%75.29%-
HSV(B)129.55º37.29%92.55%-
XYZ48.7368.944.91-
YUV201.25105.8590.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.11%
GREEN value IS 236 (92.58% from 255) = 43.22%
BLUE value IS 162 (63.67% from 255) = 29.67%
R=27.11%
G=43.22%
B=29.67%

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
Decimal1482361620.3700.310.07129.5569.8475.29
Hex94ECA22501F782464b
Octal224354242450377202106113
Binary1001010011101100101000101001010111111111000001010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ECA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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