#94EBA4

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

Shades of Pale Green #94EBA4

Tints of Pale Green #94EBA4

Color information

#94EBA4 (or 0x94EBA4) is unknown color: approx Pale Green. HEX triplet: 94, EB and A4. RGB value is (148,235,164). Sum of RGB (Red+Green+Blue) = 148+235+164=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EBA4 is #6B145B. Grayscale: #C9C9C9. Windows color (decimal): -7017564 or 10808212. OLE color: 10808212.

HSL color Cylindrical-coordinate representation of color #94EBA4: hue angle of 131.03º degrees, saturation: 0.69, 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 #94EBA4 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB148235164-
CMYK0.3700.300.08
HSL131.03º68.5%75.1%-
HSV(B)131.03º37.02%92.16%-
XYZ48.6268.3945.76-
YUV200.89107.1890.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.06%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 164 (64.45% from 255) = 29.98%
R=27.06%
G=42.96%
B=29.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351640.3700.300.08131.0368.575.1
Hex94EBA42501E883454b
Octal2243532444503610203105113
Binary10010100111010111010010010010101111010001000001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,235,164); }

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

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

 a { background-color: rgb(148,235,164); }

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

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

 span { border-color: rgb(148,235,164); }

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