#94EFA5

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

Shades of Pale Green #94EFA5

Tints of Pale Green #94EFA5

Color information

#94EFA5 (or 0x94EFA5) is unknown color: approx Pale Green. HEX triplet: 94, EF and A5. RGB value is (148,239,165). Sum of RGB (Red+Green+Blue) = 148+239+165=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EFA5 is #6B105A. Grayscale: #CBCBCB. Windows color (decimal): -7016539 or 10874772. OLE color: 10874772.

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

Color convert

RGB148239165-
CMYK0.3800.310.06
HSL131.21º73.98%75.88%-
HSV(B)131.21º38.08%93.73%-
XYZ49.8770.7546.62-
YUV203.35106.3588.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.81%
GREEN value IS 239 (93.75% from 255) = 43.30%
BLUE value IS 165 (64.84% from 255) = 29.89%
R=26.81%
G=43.30%
B=29.89%

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
Decimal1482391650.3800.310.06131.2173.9875.88
Hex94EFA52601F6834a4c
Octal224357245460376203112114
Binary1001010011101111101001011001100111111101000001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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