#94F0A4

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

Shades of Pale Green #94F0A4

Tints of Pale Green #94F0A4

Color information

#94F0A4 (or 0x94F0A4) is unknown color: approx Pale Green. HEX triplet: 94, F0 and A4. RGB value is (148,240,164). Sum of RGB (Red+Green+Blue) = 148+240+164=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #94F0A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F0A4 is #6B0F5B. Grayscale: #CCCCCC. Windows color (decimal): -7016284 or 10809492. OLE color: 10809492.

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

Color convert

RGB148240164-
CMYK0.3800.320.06
HSL130.43º75.41%76.08%-
HSV(B)130.43º38.33%94.12%-
XYZ50.0771.346.24-
YUV203.83105.5288.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.81%
GREEN value IS 240 (94.14% from 255) = 43.48%
BLUE value IS 164 (64.45% from 255) = 29.71%
R=26.81%
G=43.48%
B=29.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482401640.3800.320.06130.4375.4176.08
Hex94F0A4260206824b4c
Octal224360244460406202113114
Binary10010100111100001010010010011001000001101000001010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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