#94FA8C

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

Shades of Pale Green #94FA8C

Tints of Pale Green #94FA8C

Color information

#94FA8C (or 0x94FA8C) is unknown color: approx Pale Green. HEX triplet: 94, FA and 8C. RGB value is (148,250,140). Sum of RGB (Red+Green+Blue) = 148+250+140=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FA8C is #6B0573. Grayscale: #CFCFCF. Windows color (decimal): -7013748 or 9239188. OLE color: 9239188.

HSL color Cylindrical-coordinate representation of color #94FA8C: hue angle of 115.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94FA8C is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB148250140-
CMYK0.4100.440.02
HSL115.64º91.67%76.47%-
HSV(B)115.64º44%98.04%-
XYZ51.1376.5636.89-
YUV206.9690.2185.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.51%
GREEN value IS 250 (98.05% from 255) = 46.47%
BLUE value IS 140 (55.08% from 255) = 26.02%
R=27.51%
G=46.47%
B=26.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482501400.4100.440.02115.6491.6776.47
Hex94FA8C2902C2745c4c
Octal224372214510542164134114
Binary100101001111101010001100101001010110010111010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,250,140); }

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

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

 a { background-color: rgb(148,250,140); }

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

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

 span { border-color: rgb(148,250,140); }

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